Skip to content

Instantly share code, notes, and snippets.

@chrisn
Created June 14, 2013 14:58
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 chrisn/5782530 to your computer and use it in GitHub Desktop.
Save chrisn/5782530 to your computer and use it in GitHub Desktop.
Post JSON data from a file to a url
curl <url> -H "Content-Type: application/json" --data @<filename>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment