Created
November 4, 2015 06:49
-
-
Save krzkrzkrz/cedbb832975c176d5ff2 to your computer and use it in GitHub Desktop.
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
curl --include \ | |
--request POST \ | |
--header "X-CSRF-TOKEN csrftoken_here" \ | |
--data "user[username]=foo" \ | |
.... | |
"http://localhost:3000/users" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment