Skip to content

Instantly share code, notes, and snippets.

@mikedillion
Created March 17, 2015 11:59
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 mikedillion/3564bcd798441f2d154d to your computer and use it in GitHub Desktop.
Save mikedillion/3564bcd798441f2d154d to your computer and use it in GitHub Desktop.
curl -X POST \
-H "Content-Type: application/json" \
-d '{"data":"ur mom"}' \
http://mordor:3000/  | python -mjson.tool
{
  "error": "413 Request entity too large"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment