Skip to content

Instantly share code, notes, and snippets.

@fndiaz
Created March 30, 2015 13:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fndiaz/bc74a07b9585ae4feb24 to your computer and use it in GitHub Desktop.
Save fndiaz/bc74a07b9585ae4feb24 to your computer and use it in GitHub Desktop.
Curl with parameters
curl --data "email=fndiaz@gmail.com&senha=1234" http://127.0.0.1:8000/admanager/crm/login_crm
curl --data "email=fndiaz@gmail.com&senha=1234" -X GET http://127.0.0.1:8000/admanager/crm/login_crm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment