56
Netprog 2002
-
HTTP
What the server will get
•
The query will be a URL-encoded string
containing the name,value pairs of all
form fields.
•
•
The server program (or a CGI script, or
a servlet) must decode the query and
separate the individual fields.