Skip to content

Instantly share code, notes, and snippets.

@danish-rehman
Created January 9, 2015 02:58
Show Gist options
  • Save danish-rehman/c1fb879e55905a7e1f52 to your computer and use it in GitHub Desktop.
Save danish-rehman/c1fb879e55905a7e1f52 to your computer and use it in GitHub Desktop.
Curl command
# 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