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

unexpected makeHttpRequest timeout value

Tiago | Last updated: Jan 17, 2017 02:48PM UTC

I'm using IHttpRequestResponse makeHttpRequest(IHttpService httpService, byte[] request) to send a modified request that I got from an IScanIssue. If the target host is down, I get a timeout (return == null) and it takes approximately 26 secs. I don't know how this 26s is calculated since my timeout values are: Normal 120 Open ended: 10 DNS resolution 300 Failed DNS resolution 60 Which configurations are used to calculate the timeout of a makeHttpRequest request?

PortSwigger Agent | Last updated: Jan 17, 2017 03:01PM UTC