inth-oauth2/tests/response/invalid_request.http

11 lines
220 B
Plaintext
Raw Normal View History

2015-12-30 06:09:17 +00:00
HTTP/1.1 400 Bad Request
Content-Type: application/json;charset=UTF-8
Cache-Control: no-store
Pragma: no-cache
{
"error":"invalid_request",
"error_description":"example",
"error_uri":"https://example.com/error"
}