Created
March 30, 2015 13:32
-
-
Save fndiaz/bc74a07b9585ae4feb24 to your computer and use it in GitHub Desktop.
Curl with parameters
This file contains 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
curl --data "[email protected]&senha=1234" http://127.0.0.1:8000/admanager/crm/login_crm | |
curl --data "[email protected]&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