Skip to content

Instantly share code, notes, and snippets.

@apeeyush
Created July 6, 2014 12:06
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 apeeyush/1e170bdd2d6ec1c565b6 to your computer and use it in GitHub Desktop.
Save apeeyush/1e170bdd2d6ec1c565b6 to your computer and use it in GitHub Desktop.
Posting data via terminal
cat <Path to File Containg JSON Data> | curl -H "Content-Type: application/json" -d @- <POST Request URL>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment