-
-
Save edrex/797b7f3f62f7ce47a5c3834b6a33fc29 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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