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

Bug when adding or updating a PARAM_COOKIE parameter

Nicolas | Last updated: Apr 07, 2016 11:51PM UTC

Hello, I'm working on super basic extension which allows to edit the value of a specific cookie in its own Repeater display tab. But when I call updateParameter(..., buildParameter(..., PARAM_COOKIE)), the cookie line is incorrectly modified. Raw tab, before edition: Cookie: authtoken=aaaaaaaaaaaaaa Switch to the extension-provided tab, edit the cookie value to "xxx" and switch back to the raw tab: Cookie: ; authtoken=xxx The extra semi-colon will impact the cookie name (now "; authtoken"). The same behavior happens with removeParameter() + addParameter().

Burp User | Last updated: Apr 11, 2016 09:41PM UTC

Were you able to reproduce this behavior?

PortSwigger Agent | Last updated: Apr 12, 2016 03:56PM UTC

Apologies for the delay - been busy with version 1.7! Yes, we've reproduced this problem and will look into getting it fixed shortly.

PortSwigger Agent | Last updated: Apr 13, 2016 09:39AM UTC

This issue should be fixed in today's release. Thanks again for your feedback, and let us know if you run into any other problems.

Burp User | Last updated: Apr 19, 2016 06:52PM UTC

Any plan to fix the 1.6 branch?

PortSwigger Agent | Last updated: Apr 20, 2016 07:46AM UTC