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

buildParameter not working

vino | Last updated: Aug 08, 2019 08:46PM UTC

I built the HttpRequest using buildHttpMessage method and trying to add Cookie and Body param using LegacyBurpExtender.getInstance().getHelpers().buildParameter and addParameter and updateParameter methods and it is not working. Below is the code snippet, buildRequest = helpers.buildHttpMessage(headers,bodyObject.toString().getBytes()); IParameter testParam = helpers.buildParameter("test","testing",PARAM_BODY); buildRequest = helpers.updateParameter(buildRequest, testParam); String requestString = LegacyBurpExtender.getInstance().getHelpers().bytesToString(buildRequest); When I convert bytes to string I dont see new body param. I tried with update Param as well.

Liam, PortSwigger Agent | Last updated: Aug 09, 2019 01:44PM UTC

We have a bit of a backlog in terms of Extensions issues. Please accept our apologies, we'll get back to you as soon as we can.

Liam, PortSwigger Agent | Last updated: Aug 09, 2019 01:47PM UTC

Unfortunately, we don't currently have an update. We are still working through a backlog. We will update you when we have something to share.

Burp User | Last updated: Aug 22, 2019 06:13PM UTC

Any update on this?

Mike, PortSwigger Agent | Last updated: Oct 23, 2019 01:18PM UTC