Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when header value contains colon #4

Closed
andresesfm opened this issue Nov 18, 2020 · 2 comments
Closed

Error when header value contains colon #4

andresesfm opened this issue Nov 18, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@andresesfm
Copy link
Contributor

Burp Suite Version:
v2020.9.2 Communuty Edition
Description:
When trying to export a request that contains headers with ":" in the body, there's an exception thrown complaining about attempting to create a dict with more than the expected two elements per subarray
Steps or PoCs:

HTTP(s) Requests/Responses:
MY_HEADER: {"param":"val"}
Screenshots:

The following PR fixes the issue and cleans up duplicate code to convert headers to a new dict: #3

@andresesfm andresesfm added the bug Something isn't working label Nov 18, 2020
@artssec
Copy link
Owner

artssec commented Nov 19, 2020

Hi @andresesfm thanks for sharing, validated the fix.

@artssec
Copy link
Owner

artssec commented Nov 19, 2020

LGTM. Merged

@artssec artssec closed this as completed Nov 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants