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

Can I prevent express-http-proxy from unescaping string characters? #496

Open
ghost opened this issue Dec 14, 2021 · 1 comment
Open

Can I prevent express-http-proxy from unescaping string characters? #496

ghost opened this issue Dec 14, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented Dec 14, 2021

I have requests coming into express-http-proxy with strings containing escaped characters, and express-http-proxy unescapes them. The escaping is unnecessary, but changing the request body causes Stream's signature check to fail. Currently, I'm dealing with the issue by re-escaping the characters after receiving them, which isn't ideal. Is there any approach with the existing settings to fix my issue? If not, can we submit a patch adding such a setting?

@monkpow
Copy link
Collaborator

monkpow commented Sep 11, 2023

I'd be delighted to get a patch for this, or a simple use case that I can work from.

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

No branches or pull requests

1 participant