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
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