Advertisement
Guest User

Untitled

a guest
Jun 6th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. D/OkHttp: --> POST https://pi-dev.willnewby.com/api/v1/auth/ http/1.1
  2. D/OkHttp: Content-Type: application/x-www-form-urlencoded
  3. D/OkHttp: Content-Length: 55
  4. D/OkHttp: username=archer&password=cWyeSQAq592xYx2eSc5UvD5z2oV08P
  5. D/OkHttp: --> END POST (55-byte body)
  6. D/OkHttp: <-- 200 OK https://pi-dev.willnewby.com/api/v1/auth/ (725ms)
  7. D/OkHttp: Server: nginx/1.6.2
  8. D/OkHttp: Date: Tue, 07 Jun 2016 03:10:22 GMT
  9. D/OkHttp: Content-Type: application/json
  10. D/OkHttp: Transfer-Encoding: chunked
  11. D/OkHttp: Connection: keep-alive
  12. D/OkHttp: Vary: Cookie
  13. D/OkHttp: Allow: POST, OPTIONS
  14. D/OkHttp: X-Frame-Options: SAMEORIGIN
  15. D/OkHttp: {"token":"1803bbea39bdfacd4bddbfb07e36b5eb4ce7c51c"}
  16. D/OkHttp: <-- END HTTP (52-byte body)
  17. D/ApiClient: Got authorization token Token 1803bbea39bdfacd4bddbfb07e36b5eb4ce7c51c
  18. D/MainActivity: Got authorization credentials for archer
  19. D/OkHttp: --> GET https://pi-dev.willnewby.com/api/v1/categories/ http/1.1
  20. D/OkHttp: Authorization: Token 1803bbea39bdfacd4bddbfb07e36b5eb4ce7c51c
  21. D/OkHttp: --> END GET
  22. D/OkHttp: <-- 403 Forbidden https://pi-dev.willnewby.com/api/v1/categories/ (104ms)
  23. D/OkHttp: Server: nginx/1.6.2
  24. D/OkHttp: Date: Tue, 07 Jun 2016 03:10:23 GMT
  25. D/OkHttp: Content-Type: application/json
  26. D/OkHttp: Transfer-Encoding: chunked
  27. D/OkHttp: Connection: keep-alive
  28. D/OkHttp: Vary: Accept, Cookie
  29. D/OkHttp: Allow: GET, POST, HEAD, OPTIONS
  30. D/OkHttp: X-Frame-Options: SAMEORIGIN
  31. D/OkHttp: {"detail":"Authentication credentials were not provided."}
  32. D/OkHttp: <-- END HTTP (58-byte body)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement