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

Add a possibility to skip percent encoding of parameters #87

Merged
merged 2 commits into from
May 28, 2024

Conversation

shamazmazum
Copy link
Contributor

For rationale for this, see atlas-engineer/nyxt#3403

Sometimes it's desirable to skip percent encoding/decoding of
parameters when handling parameters. For example, URLs like

https://process.example.com/handle?id=123&redirect=https://example.com

are not uncommon in the web. Note that the value of `redirect` is
not percent-encoded.
@fukamachi fukamachi merged commit 03ecaf3 into fukamachi:master May 28, 2024
@fukamachi
Copy link
Owner

Looks good. Thanks!
@aadcg Also, thank you for handling it!

@aadcg
Copy link
Collaborator

aadcg commented May 28, 2024

Thanks @shamazmazum and @fukamachi!

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 this pull request may close these issues.

None yet

3 participants