Skip to content

Instantly share code, notes, and snippets.

@iturgeon
Created October 30, 2013 14:57
Show Gist options
  • Save iturgeon/7234067 to your computer and use it in GitHub Desktop.
Save iturgeon/7234067 to your computer and use it in GitHub Desktop.
Send a json post request with Curl
curl -i -H "Content-Type: application/json" -H "Accept: application/json" -X POST -d '{"person":{"name":"bob"}}' http://site.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment