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

Cannot recognize JSON with many Cyrillic characters #6

Open
FranklinYu opened this issue Sep 21, 2018 · 2 comments
Open

Cannot recognize JSON with many Cyrillic characters #6

FranklinYu opened this issue Sep 21, 2018 · 2 comments
Labels

Comments

@FranklinYu
Copy link

https://unicode-table.com/en/#cyrillic

Try adding ЀЀЀЀЀЀ into the JSON response and the "JSON Beautifier" tab won't show.

@JacobReynolds
Copy link
Contributor

Burp won't allow me to paste those characters into the response windows. Did you configure specific unicode settings to allow it?

@FranklinYu
Copy link
Author

No, I don't think there is such settings. Burp itself is terrible at Unicode. I simply intercept some JSON response and add those characters. I suspect that pasting Unicode isn't supported either, so I paste Base64 encoded text (0IDQgNCA0IDQgNCA), and hit Ctrl + Shift + B to decode it in proxy intercept tab. Neither copy nor paste of Unicode works in Burp.

This bug only happens to HTTP response, according to my experiments.

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

No branches or pull requests

2 participants