Add support for encoded urls
rbrundritt opened this issue · 0 comments
rbrundritt commented
When appending an URL to another URL as a parameter, it is normal to encode the second URL to ensure that it doesn't get mistaken as part of the first URL. In JavaScript usually the second URL would be past through encodeUriComponent.