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

Replaces puntuation marks by ascii code #248

Open
danifern-nokia opened this issue Mar 3, 2023 · 1 comment
Open

Replaces puntuation marks by ascii code #248

danifern-nokia opened this issue Mar 3, 2023 · 1 comment

Comments

@danifern-nokia
Copy link

Hi,

When trying to modify an url containing puntuation characters ( ",",".",":" ... ) noticed those get replaced by ASCII code in HEX:
, --> %2C
: --> %3A

Can this behaviour be avoided.

Many thanks in advance

@danifern-nokia
Copy link
Author

I can see that URL enconding is enabled by default:
// always encode/decode params by default
param.urlEncoded = true;
Can we make this configurable instead?

Many thanks in advance

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