Skip to content

Instantly share code, notes, and snippets.

@edrex
Created August 11, 2016 19:07
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 edrex/797b7f3f62f7ce47a5c3834b6a33fc29 to your computer and use it in GitHub Desktop.
Save edrex/797b7f3f62f7ce47a5c3834b6a33fc29 to your computer and use it in GitHub Desktop.
bash-3.2$ echo  '{"value": "health"}' | http --pretty=all --verify=no POST https://localhost:7467/v1/health
HTTP/1.1 400 Bad Request
Content-Length: 74
Content-Type: application/json
Date: Thu, 11 Aug 2016 19:06:05 GMT
{
"Code": 3,
"Error": "invalid character 'Â' looking for beginning of value"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment