Skip to content

Instantly share code, notes, and snippets.

@pumpkincouture
Created April 9, 2015 19:01
Show Gist options
  • Save pumpkincouture/09afab4d1a90407b1c40 to your computer and use it in GitHub Desktop.
Save pumpkincouture/09afab4d1a90407b1c40 to your computer and use it in GitHub Desktop.
# Params sent in the body of the request
POST / HTTP/1.1
Host: example.com
Content-Type: application/x-www-form-urlencoded
a=3&b=2&c=1
# Params sent in the URL
http://example.com/somePage.html?param1=hello&m2=world
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment