Burp Suite User Forum

Login to post

Set a comment for the request before it is sent out?

Jan | Last updated: Jul 13, 2023 07:06PM UTC

Hi there, is possible to set a comment for the request before it is sent out? Or it is possible only when modifying Request inside processHttpMessage()? Thank you.

Hannah, PortSwigger Agent | Last updated: Jul 14, 2023 10:20AM UTC

Hi

It looks like you're using our old Extender API. Have you had a look at our new Montoya API? It's easier to use and has additional functionality.

If you're setting the comment on a request in processHttpMessage(), then this will be applied before the request leaves Burp. You could also do this in processProxyMessage() if you are only interested in traffic going through the Proxy.

You need to Log in to post a reply. Or register here, for free.