From BStegmaier

Jump to: navigation, search
  • Request head and content of a file
GET /index.html HTTP/1.1
Host: www.example.com
  • Send a post request
POST /login.php HTTP/1.1
Host: www.example.com
Content-Length: 21
Content-Type: application/x-www-form-urlencoded

user=foo&password=bar