Skip to content

Optimize the problem that plain text cannot be obtained if the response is compressed when intercepting responses. #912

New issue

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

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

Already on GitHub? # to your account

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

Conversation

xnx3
Copy link

@xnx3 xnx3 commented Oct 26, 2024

When using it to intercept responses, if the content of the response is compressed, such as gzip, then when fetching the response content normally, it is garbled. This solves the problem of garbled characters. If it is found to be compressed, the compressed content will be decompressed and converted into normal plain text.

…is compressed, such as gzip, then when fetching the response content normally, it is garbled. This solves the problem of garbled characters. If it is found to be compressed, the compressed content will be decompressed and converted into normal plain text.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant