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

Enable JSON Beautifier when JSON type is stated, but not inferred #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

cnotin
Copy link

@cnotin cnotin commented Nov 20, 2019

I have a few examples of JSON responses, where the JSON content-type is stated and displayed as such in Burp Proxy "MIME Type" column, and where the JSON content is also valid, but where JSON Beautifier tab is missing.
After a quick debugging session I see that the stated MIME type is indeed JSON, but the inferred MIME type (by Burp) is empty... It could be a Burp issue too.
This PR enables JSON Beautifier tab if either (stated/inferred) is JSON.

I'm using Burp Pro, latest version (2.1.05)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant