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

Encoding does not work for non control characters #224

Open
bechhansen opened this issue Jan 25, 2022 · 1 comment
Open

Encoding does not work for non control characters #224

bechhansen opened this issue Jan 25, 2022 · 1 comment

Comments

@bechhansen
Copy link

bechhansen commented Jan 25, 2022

We have an issue where encoded Danish characters are not re-encoded when send to target.

When we get an request to https://source.com/test_%C3%A6%C3%B8%C3%A5.html it is proxied as https://destination.com/test_æøå.html,

After looking at the code I think non control characters like e.g. Danish characters are are never encoded before send to the destination.

@dsmiley
Copy link
Collaborator

dsmiley commented Jan 26, 2022

They don't need to be re-encoded so it's valid; right?
Any way; I sympathize with the fact that the proxy is altering the percent encoding choice when perhaps it shouldn't. PR welcome.

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

No branches or pull requests

2 participants