URL’s have specific characters that are special, like % and & that if you need to use as part of your GET URI then you need to encode them.
Share this post
Double encoding: URI and HTML encoding
Share this post
URL’s have specific characters that are special, like % and & that if you need to use as part of your GET URI then you need to encode them.