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

Double-Encoding for Uri search params when sending non ASCI character #165

Open
amirs18 opened this issue Sep 3, 2023 · 0 comments · May be fixed by #166
Open

Double-Encoding for Uri search params when sending non ASCI character #165

amirs18 opened this issue Sep 3, 2023 · 0 comments · May be fixed by #166

Comments

@amirs18
Copy link

amirs18 commented Sep 3, 2023

Double-encoding for Uri search params when sending a non-ASCI character

example Url = http://localhost:8000/products/%D7%91%D7%93%D7%99%D7%A7%D7%94

gets encoded again to http://localhost:9000/store/products?handle=%25D7%2591%25D7%2593%25D7%2599%25D7%25A7%25D7%2594

instead of http://localhost:9000/store/products?handle=%D7%91%D7%93%D7%99%D7%A7%D7%94

@amirs18 amirs18 linked a pull request Sep 3, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant