Created
January 9, 2015 02:58
-
-
Save danish-rehman/c1fb879e55905a7e1f52 to your computer and use it in GitHub Desktop.
Curl command
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
# Basic get request | |
>> curl -v http://www.test.com | |
# Get request with a header | |
>> curl -v http://www.test.com?debug=1 -H "Cookie: Key=Value;” |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment