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

uri-library lacks support of percent-encoded query value #10

Open
hammurapi opened this issue Jul 13, 2023 · 0 comments · May be fixed by #11
Open

uri-library lacks support of percent-encoded query value #10

hammurapi opened this issue Jul 13, 2023 · 0 comments · May be fixed by #11

Comments

@hammurapi
Copy link

I need to parse URIs which contain arbitrary characters in the query value. To be able to do this the URI library needs to be able to decode the percent-encoded value string.

Here is an example : http://a/b/?q1=question-mark%3f&q2=ampersand%26
The query parameters of this URI should result in these decoded parameter-name parameter-value pairs:
q1=question-mark?
q2=ampersand&

hammurapi added a commit to hammurapi/uri-library that referenced this issue Jul 13, 2023
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