|
| 1 | +{ |
| 2 | + "request": { |
| 3 | + "api_url": "https://api.mention.net/api/accounts/me", |
| 4 | + "headers": { |
| 5 | + "Authorization": "Bearer TEST", |
| 6 | + "Accept-Version": "1.15" |
| 7 | + } |
| 8 | + }, |
| 9 | + "response": { |
| 10 | + "error_description": "The access token provided is invalid.", |
| 11 | + "error": "invalid_grant" |
| 12 | + }, |
| 13 | + "response-headers": { |
| 14 | + "X-Protected-By":"Sqreen", |
| 15 | + "X-Content-Type-Options":"nosniff", |
| 16 | + "Transfer-Encoding":"chunked", |
| 17 | + "Cache-Control":"no-store, private", |
| 18 | + "WWW-Authenticate":"Bearer realm=\"Service\", error=\"invalid_grant\", error_description=\"The access token provided is invalid.\"", |
| 19 | + "Set-Cookie":"www_bucket=23; Expires=Thu, 08 Mar 2018 14:08:36 GMT; Domain=mention.com; Path=/", |
| 20 | + "Vary":"Accept-Language, X-Accept-Language", |
| 21 | + "X-Upstream2":"mention_backend", |
| 22 | + "X-Frame-Options":"SAMEORIGIN", |
| 23 | + "Connection":"keep-alive", |
| 24 | + "Content-Type":"application/json", |
| 25 | + "Referrer-Policy":"same-origin", |
| 26 | + "X-XSS-Protection":"1; mode=block", |
| 27 | + "Pragma":"no-cache", |
| 28 | + "Date":"Tue, 06 Feb 2018 14:08:36 GMT", |
| 29 | + "Server":"nginx", |
| 30 | + "X-S":"web14" |
| 31 | + } |
| 32 | +} |
0 commit comments