Skip to content

Instantly share code, notes, and snippets.

@vincent178
Last active August 29, 2015 13:58
Show Gist options
  • Save vincent178/9928341 to your computer and use it in GitHub Desktop.
Save vincent178/9928341 to your computer and use it in GitHub Desktop.
#linux #curl

Get method

$ 

Post method

$ curl -H 'Content-Type: application/json' \
       -H 'Accept: application/json' \
       -X POST http://localhost:3000/users/sign_in \
       -d "{'user' : { 'email' : '[email protected]', 'password' : 'password'}}" \ 
       -c cookie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment