The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

Timings for Request/Responses

Richard | Last updated: Mar 20, 2015 12:26AM UTC

Burp Extender's getProxyHistory gives you an array of IHttpRequestResponse objects. How do you obtain the time the request was sent and the response was received? IRequestInfo and IResponseInfo don't appear to provide this information either, but the information is available in the proxy history tab.

PortSwigger Agent | Last updated: Mar 20, 2015 12:11PM UTC

This information isn't currently available via the API, sorry. When we next update the API in general, we will look into providing this information for all requests and responses.

PortSwigger Agent | Last updated: Mar 23, 2015 09:09AM UTC

A revamp of the API is in our roadmap but we don't currently have an ETA, sorry. For the moment, you'll need to calculate your own timings when you issue requests.

Burp User | Last updated: Feb 11, 2016 08:18PM UTC

+100 This is super useful when you're trying out timing attacks. Invariably otherwise, I have to do lots of column reordering and do the math myself.

Burp User | Last updated: Jan 01, 2017 07:16PM UTC