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

16 lines
510 B
YAML
Raw Normal View History

2014-08-04 13:42:00 +05:30
url: 'http://localhost:8000/api.php/tokeninfo'
request:
method: GET
response:
statusCode: 400
headers:
2014-08-04 19:48:55 +05:30
-
key: Content-type
value: application/json
2014-08-04 13:42:00 +05:30
body:
-
key: error
value: "invalid_request"
-
key: message
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."