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

Correctly parse "+"-encoded url query params #39

Open
Ansile opened this issue Jul 27, 2020 · 0 comments
Open

Correctly parse "+"-encoded url query params #39

Ansile opened this issue Jul 27, 2020 · 0 comments
Labels

Comments

@Ansile
Copy link
Collaborator

Ansile commented Jul 27, 2020

https://stackoverflow.com/questions/1634271/url-encoding-the-space-character-or-20/1634293#:~:text=A%20space%20may%20only%20be,it%20is%20encoded%20as%20%20.

Space character in url query parameters may be encoded as '+' and URLSearchParams does encode it that way -
image

That should be supported by query parsing in this library too.

@Ansile Ansile added the bug label Jul 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant