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

Encode request body and response body

Jan | Last updated: Mar 06, 2023 09:31PM UTC

Hi there, In my extension, I am making requests with makeHttpRequest() method. And both request and response are visible in Logger. The problem is this request requires that the request body is encoded with RSA + cert and the body in response is encoded too. So I can see requests/responses in Logger but the bodies are not readable. Is there a way to encode body response via extension or directly in Burp Suite, so this data is readable? Thank you

Jan | Last updated: Mar 06, 2023 09:51PM UTC

* Decode the body in response

Jan | Last updated: Mar 06, 2023 11:38PM UTC

I just found I can just use IHttpListiner and then setRequest()/setResponse(). How can I extract body params from IResponseInfo? Thank you

Hannah, PortSwigger Agent | Last updated: Mar 08, 2023 10:09AM UTC