Advertisement
egslava

Server invalid grant error

Nov 4th, 2015
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. ---> HTTP POST https://app-trunk.rts-tender.ru/api/v2/oauth2/token/customer
  2. Content-Type: application/x-www-form-urlencoded; charset=UTF-8
  3. Content-Length: 153
  4. code=157cf9de9f9a4bf19c9ce597c2f7870fa7da1a0cb51b4363b8f79dcbe3629499&client_id=android&redirect_uri=http%3A%2F%2Flocalhost&grant_type=authorization_code
  5. ---> END HTTP (153-byte body)
  6. <--- HTTP 400 https://app-trunk.rts-tender.ru/api/v2/oauth2/token/customer (267ms)
  7. : HTTP/1.1 400 Bad Request
  8. Cache-Control: no-cache
  9. Connection: close
  10. Content-Length: 25
  11. Content-Type: application/json;charset=UTF-8
  12. Date: Wed, 04 Nov 2015 19:12:21 GMT
  13. Expires: -1
  14. Pragma: no-cache
  15. Server: Microsoft-IIS/8.0
  16. X-Android-Received-Millis: 1446607612513
  17. X-Android-Response-Source: NETWORK 400
  18. X-Android-Sent-Millis: 1446607612364
  19. X-Powered-By: ASP.NET
  20. X-UA-Compatible: IE=Edge
  21. {"error":"invalid_grant"}
  22. <--- END HTTP (25-byte body)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement