UrlEditorPro
UrlEditorPro copied to clipboard
Replaces puntuation marks by ascii code
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
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