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 URL Encoder/Decoder Toggle to be able to encore all #96

Open
pleroux-bell opened this issue May 16, 2024 · 0 comments
Open

Add URL Encoder/Decoder Toggle to be able to encore all #96

pleroux-bell opened this issue May 16, 2024 · 0 comments

Comments

@pleroux-bell
Copy link

The URL Encoder/Decoder is currently using the encodeURI(uri) or decoderURI(uri) function which doesn't cover ; / ? : @ & = + $ , #.

This is to add a toggle to that Tool to be able to switch between encodeURI(uri) and encodeURIComponent(uri) also doing the same for decoding: decodeURI(uri) -> decodeURIComponent(uri) so it will cover those characters as well.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURI
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent

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

No branches or pull requests

1 participant