Created
April 9, 2015 19:01
-
-
Save pumpkincouture/09afab4d1a90407b1c40 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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