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

Using IBurpExtenderCallbacks.makeHttpRequest at Background

Yetlenownew | Last updated: Apr 29, 2017 10:19PM UTC

I am trying to send 10 new requests after all requests generated by proxy. For that, I am handling requests in processHttpMessage method and sending requests with IBurpExtenderCallbacks.makeHttpRequest. It works but the problem is that you wait until those 10 requests made to see response of proxy and it takes time. I want those requests are sent at background while i am using burp proxy simultaneously. Is it possible?

Burp User | Last updated: Apr 29, 2017 10:22PM UTC

A Note: I am using processHttpMessage to read request made through proxy and generating new requests based on this.

PortSwigger Agent | Last updated: May 02, 2017 08:02AM UTC