Advertisement
Guest User

Untitled

a guest
Nov 7th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.17 KB | None | 0 0
  1. # REQUEST
  2. ## Request headers
  3. ```
  4. [{"Key":"Accept","Value":["application/json"]},{"Key":"X-DeviceId","Value":["6690cd95-fff6-488c-983f-3a5416fb8fc1"]},{"Key":"X-PlatformType","Value":["Ios"]},{"Key":"X-PlatformVersion","Value":["10.3.1"]},{"Key":"X-SdkVersion","Value":["2018.0.0.11371"]},{"Key":"User-Agent","Value":["Loymax-Mobile-dev.loymax.playground/1.0","(Ios/10.3.1; Simulator)","6690cd95-fff6-488c-983f-3a5416fb8fc1","build/1.0"]}]
  5. ```
  6. ## Url
  7. `http://public.story-20411.iis.local/api/token`
  8. ## Status code
  9. `400 BadRequest`
  10. ## Request message
  11. `grant_type=password&username=26b789db-79e1-4ed3-9fc9-0dcf86bf01f1&password=bfee3ad4-5889-4efe-998d-d292fc41d995`
  12.  
  13. # RESPONSE
  14. ## Response length
  15. `85`
  16. ## Response headers
  17. ```
  18. [{"Key":"Server","Value":["Loymax"]},{"Key":"Pragma","Value":["no-cache"]},{"Key":"X-Captcha","Value":["{\"SiteKey\":\"6LdxdXAUAAAAAP2s6x21Wr0CWfsYVDzddgHPxcHl\",\"Type\":\"Invisible\",\"Name\":\"reCAPTCHA v2\"}"]},{"Key":"Date","Value":["Wed, 07 Nov 2018 09:39:16 GMT"]},{"Key":"Cache-Control","Value":["no-cache"]}]
  19. ```
  20. ## Response message
  21. ```
  22. {"error":"CaptchaResponseRequired","error_description":"Требуется проверка CAPTCHA."}
  23. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement