We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"
"!" is encoded to "!" but hase to be "%21"
docker images:latest
The text was updated successfully, but these errors were encountered:
feat(Url Encoder): enhance encoding options
55b4a8c
Handles RFC3986 - URIComponent ; RFC5987 (Link - Content-Disposition) and others Fix CorentinTh#1445
f1adc66
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)
Sorry, something went wrong.
Nice thanks :)
CorentinTh
Successfully merging a pull request may close this issue.
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?
The text was updated successfully, but these errors were encountered: