Skip to content

Instantly share code, notes, and snippets.

@butterybread
Created July 6, 2017 10:42
Show Gist options
  • Save butterybread/2b73d7d8cf8046aedda1888b49420d20 to your computer and use it in GitHub Desktop.
Save butterybread/2b73d7d8cf8046aedda1888b49420d20 to your computer and use it in GitHub Desktop.
cURL POST JSON data
curl -X POST -d '{"username":"xyz","password":"xyz"}' \
http://example.com/path/to/resource \
--header "Content-Type:application/json"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment