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

Intercept Burp's requests and set authenticated upstream proxy.

Zatix | Last updated: Apr 09, 2017 02:43PM UTC

Hi, I want create an extension that will intercept and proxy Burp's requests. I noticed I can implement IHttpListener and override processHttpMessage() and set a new IHttpService for each request. The problem is that I need to set basic auth to the proxy but I can not pass that information to buildHttpService(String host, int port, String protocol); Any ideas? Thanks

PortSwigger Agent | Last updated: Apr 13, 2017 03:23PM UTC