Skip to content

Instantly share code, notes, and snippets.

@wrunk
Created December 12, 2012 17:47
Show Gist options
  • Save wrunk/4269962 to your computer and use it in GitHub Desktop.
Save wrunk/4269962 to your computer and use it in GitHub Desktop.
curl: POST a json body to a server
# POST a json body.
curl -v -H "Content-Type: application/json" -X POST \
-d '{"action": "Say Hello"}' \
http://example.com/say/hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment