Define: URL Encoding

URL Encoding: The technique that passes parameters to the scripts that output dynamically generated web documents. The parameters start after a "?" symbol, are followed by the parameter's name, then a "=" symbol, and finally, the value of the parameter variable.



Back to Internet Glossary