posted 20 years ago
URL Encoding - Encodes special characters in the URL so they may be properly understood by the browser when requesting a web page. Special characters might include space, plus, percent sign etc..
URL Decoding - Decodes URL encoded values back to their original value.