Closed GoogleCodeExporter closed 8 years ago
encodeURIComponent() is the correct javascript method to encode a parameter
used in a query string. Please check your usage
> encodeURIComponent('http://betaworks.com/') == "http%3A%2F%2Fbetaworks.com%2F"
> encodeURI('http://betaworks.com/') == "http://betaworks.com/"
it sounds like you have some post processing you are unaware of that is also
calling encodeURIComponent for you.
Original comment by jehiah
on 20 Oct 2010 at 3:15
Original issue reported on code.google.com by
haochi.chen
on 30 Sep 2010 at 11:14