You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: