Skip to content

Instantly share code, notes, and snippets.

@laxman954
Last active September 28, 2016 11:24
Show Gist options
  • Save laxman954/b428511c95cb8896885ee8048a18a0fe to your computer and use it in GitHub Desktop.
Save laxman954/b428511c95cb8896885ee8048a18a0fe to your computer and use it in GitHub Desktop.
Make Post Curl Request with Request Body

####Sample Post Request with body

curl -k  -X POST 'https://example.com/path' -d @payload.json -H 'Content-Type:application/json' -H 'request-header'  -D -

  • @payload.json post data to make request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment