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

Updating request programatically from a custom tab

Alvaro | Last updated: Jun 26, 2019 12:10PM UTC

When switching tabs in the HttpEditor (eg: from custom tab to raw), `IMessageEditorTab.getMessage` is invoked to update the request with user modified data. I would like to trigger the same behaviour programatically, so clicking a button in my custom tab will update the request, and therefore also invoke `IMessageEditorTab.setMessage` on my custom tab. Is this possible, how can I do it? Thanks! A

PortSwigger Agent | Last updated: Jun 26, 2019 01:53PM UTC