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

Error in: Encode/decode URL-formatted strings "!" will not be translatet correct #1445

Open
matzeeg3 opened this issue Jan 6, 2025 · 2 comments · May be fixed by #1474
Open

Error in: Encode/decode URL-formatted strings "!" will not be translatet correct #1445

matzeeg3 opened this issue Jan 6, 2025 · 2 comments · May be fixed by #1474
Assignees
Labels
bug Something isn't working triage

Comments

@matzeeg3
Copy link

matzeeg3 commented Jan 6, 2025

Describe the bug

In the Funktion "Encode/decode URL-formatted strings" if i encode a URL with an "!" it will be encoded with "!" but it hase to be "%21"

What happened?

"!" is encoded to "!" but hase to be "%21"

System information

docker images:latest

Where did you encounter the bug?

@matzeeg3 matzeeg3 added bug Something isn't working triage labels Jan 6, 2025
sharevb added a commit to sharevb/it-tools that referenced this issue Jan 26, 2025
Handles RFC3986 - URIComponent ; RFC5987 (Link - Content-Disposition) and others
Fix CorentinTh#1445
@sharevb sharevb linked a pull request Jan 26, 2025 that will close this issue
sharevb added a commit to sharevb/it-tools that referenced this issue Jan 26, 2025
Handles RFC3986 - URIComponent ; RFC5987 (Link - Content-Disposition) and others
Fix CorentinTh#1445
@sharevb
Copy link
Contributor

sharevb commented Jan 26, 2025

Hi @matzeeg3 , implemented in #1474
and https://sharevb-it-tools.vercel.app/url-encoder
in fact, there are many way of escaping "uri parts", so I added a encoding type dropdown
and if you arr interested in up to date version of it-tools, I made kind of a fork here : https://github.com/sharevb/it-tools (https://sharevb-it-tools.vercel.app/ and docker images https://github.com/sharevb/it-tools/pkgs/container/it-tools)

@matzeeg3
Copy link
Author

Nice thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants