henry
11 years agoOccasional Contributor
[LoadUIWeb] URL Encoding wont encode exclamation mark.
Hi I'm picking up a handle string from a "302 Object moved".
Generally it contains a few colons, slashes and also an exclamation mark (=!),
I have put a validation to see if the "URL Decode" decodes the "%21" to "!" and it does this perfecly.
Now in the next request I want to use that parameter, as I understood LoadUIWeb will automatically URL encode all parameters.
This happens with all the colons and slashes, but the exclamation mark will not be encoded?
Either I could select "No decoding" on that particular parameter but then the "%21" will be encoded to "%2521"
Should'nt the exclamation mark be encoded to "%21"?