GGI URL
- The URL for a GET is interpreted as
programname?parameter1=value1¶meter2=value2&....
. The
values are optional. The parameters and values are passed as
command-line arguments to the program.
- For a POST, all the parameters and values are passed to the
program in the standard input. That is, as thought a person had
first run the program and then typed the information on the
keyboard.
José M. Vidal
.
21 of 24