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

API to update Requests as presented in UI in Proxy, Repeater, etc.

onmouseover | Last updated: Apr 21, 2015 09:06PM UTC

Hi, I have written some custom extensions using both the java API and jython. Typically, it is for things like setting custom headers. While they work (they do send the custom headers) it's hard to see exactly what was sent since the UI doesn't update after the message is set. The work around I'm using to get passed this is to chain 2 instances of burp together, with the custom extension running in the first instance. The second, obviously, shows the full edited message in proxy history, etc. It would be great if there was an API call to push the updated message into the history in the UI.

PortSwigger Agent | Last updated: Apr 22, 2015 08:29AM UTC