previous |
start |
next
GET
- Input is appended after the program URL following a ?
- Input is usually name/value pairs
- Example:
GET Mach.usno.navy.mil/cgi-bin/aa_moonphases?year=2000
HTTP/1.0
blank line
- Multiple name/value pairs are separated by an
ampersand(&)
city=Chicago&zip=60614
previous |
start |
next