oauth2-server/tests/fuzz/tokeninfo-no-access-token.yml

17 lines
511 B
YAML
Raw Normal View History

2014-08-04 09:12:00 +01:00
url: 'http://localhost:8000/api.php/tokeninfo'
request:
method: GET
response:
statusCode: 400
headers:
2014-08-04 15:18:55 +01:00
-
key: Content-type
value: application/json
2014-08-04 09:12:00 +01:00
body:
-
key: error
value: "invalid_request"
-
key: message
2014-11-08 18:26:12 +00:00
value: "The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed. Check the \"access token\" parameter."