FORM Method
We have seen the two common
methods used:
GET: any user input is submitted as part of
the URI following a “?”.
GET foo?name=joe&cookie=oreo HTTP/1.0
POST: any user input is submitted as the
content of the request (after the HTTP
headers).
63