Skip to content

Instantly share code, notes, and snippets.

@krzkrzkrz
Created November 4, 2015 06:49
Show Gist options
  • Save krzkrzkrz/cedbb832975c176d5ff2 to your computer and use it in GitHub Desktop.
Save krzkrzkrz/cedbb832975c176d5ff2 to your computer and use it in GitHub Desktop.
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