We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unicode character is not being passed thru unmodified by onResponse Script
Create an extension:
async function onResponse(context, url, request, response) { return response; }
e.g. "text":"NO \u0011QA" becomes "text":"NO ^QQA"
Disabling the extension resolves the issue, but that means extensions cannot be used as they introduce bad JSON.
"text":"NO \u0011QA" should not be modified by Proxyman
The text was updated successfully, but these errors were encountered:
Thanks, let me check it 👍
Sorry, something went wrong.
NghiaTranUIT
No branches or pull requests
Description
Unicode character is not being passed thru unmodified by onResponse Script
Create an extension:
Current Behavior
e.g. "text":"NO \u0011QA" becomes "text":"NO ^QQA"
Disabling the extension resolves the issue, but that means extensions cannot be used as they introduce bad JSON.
Expected Behavior
"text":"NO \u0011QA" should not be modified by Proxyman
Environment
The text was updated successfully, but these errors were encountered: