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

HttpResponseReceived get Chinese characters error #107

Closed
yunxiaoshu opened this issue Dec 26, 2024 · 1 comment
Closed

HttpResponseReceived get Chinese characters error #107

yunxiaoshu opened this issue Dec 26, 2024 · 1 comment

Comments

@yunxiaoshu
Copy link

HttpResponseReceived responseReceived

responseReceived.bodyToString()
responseReceived.withBody

issue:
When there are Chinese characters in the response content, garbled characters will be output

@Hannah-PortSwigger
Copy link
Contributor

Hi

When converting multi-byte data between bytes and String, Burp will truncate data. We'd recommend keeping your data in ByteArray form as much as possible to prevent this.

If you have some specifics that you'd like us to look into in more detail, please drop us an email at [email protected].

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

No branches or pull requests

2 participants