 |
 |
 |
 |
 |
 |
 |
 |
 |
• |
The web server
treats everything before the
|
|
|
‘?’ delimiter as
the resource name
|
|
|
• |
In this case the
resource name is the name of
|
|
a program. (could
be a CGI script, a servlet,
|
|
|
or your own HTTP
server)
|
|
|
• |
Everything after
the ‘?’ is a string that is
|
|
|
passed to the
server program (in the case of
|
|
|
CGI and servlets)
|
|