Skip to content

Instantly share code, notes, and snippets.

@yugaego
Created October 9, 2014 02:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yugaego/339cf00d1c0e3ec814b6 to your computer and use it in GitHub Desktop.
Save yugaego/339cf00d1c0e3ec814b6 to your computer and use it in GitHub Desktop.
curl post request from cli
curl -v -3 -H "Accept: application/json" -H "Content-type: application/json" -X POST -d '{"data1": "data1", "data2":"data2"}' https://domain.com/path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment