hyperobject / crossorigin.me

A CORS proxy for everyone.
http://crossorigin.me
MIT License
679 stars 132 forks source link

Add support for encoded urls #123

Open rbrundritt opened 5 years ago

rbrundritt commented 5 years ago

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.