example.com/page?parameter=value&also=another*
POST /path/script.cgi HTTP/1.0
From: xyz@abc.com
User-Agent: HTTPTool/1.0
Content-Type: application/x-www-form-urlencoded
Content-Length: 32
home=Cosby&favorite+flavor=flies
application/x-www-form-urlencoded
. This is a format for encoding key-value pairs. The keys can be duplicate. Each key-value pair is separated by an & character, and each key is separated from its value by an = character.Name: John Smith
Grade: 19
Name=John+Smith&Grade=19