You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
The text was updated successfully, but these errors were encountered: