Advertisement
Guest User

Untitled

a guest
Jan 31st, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. Request URL:https://mybackend.com/api-token-auth/
  2. Request Method:OPTIONS
  3. Status Code:200 OK
  4. Remote Address:136.243.174.110:443
  5. Response Headers
  6. access-control-allow-credentials:true
  7. access-control-allow-headers:x-requested-with, content-type, accept, origin, authorization, x-csrftoken, user-agent, accept-encoding
  8. access-control-allow-methods:GET, POST, PUT, PATCH, DELETE, OPTIONS
  9. access-control-allow-origin:https://myfrontend.com
  10. access-control-max-age:86400
  11. content-type:text/html; charset=utf-8
  12. date:Sun, 31 Jan 2016 11:37:33 GMT
  13. server:nginx/1.9.6
  14. status:200
  15. strict-transport-security:max-age=31536000
  16. x-frame-options:SAMEORIGIN
  17. Request Headers
  18. :authority:mybackend.com
  19. :method:OPTIONS
  20. :path:/api-token-auth/
  21. :scheme:https
  22. accept:*/*
  23. accept-encoding:gzip, deflate, sdch
  24. accept-language:en-US,en;q=0.8
  25. access-control-request-headers:accept, content-type
  26. access-control-request-method:POST
  27. cache-control:no-cache
  28. dnt:1
  29. origin:https://myfrontend.com
  30. pragma:no-cache
  31. referer:https://myfrontend.com/
  32. user-agent:Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/48.0.2564.82 Chrome/48.0.2564.82 Safari/537.36
  33.  
  34. -------
  35.  
  36. Request URL:https://mybackend.com/api-token-auth/
  37. Request Method:POST
  38. Status Code:200 OK
  39. Remote Address:136.243.174.110:443
  40. Response Headers
  41. access-control-allow-credentials:true
  42. access-control-allow-origin:https://myfrontend.com
  43. allow:POST, OPTIONS
  44. content-type:application/json
  45. date:Sun, 31 Jan 2016 11:37:33 GMT
  46. server:nginx/1.9.6
  47. status:200
  48. strict-transport-security:max-age=31536000
  49. vary:Accept
  50. x-frame-options:SAMEORIGIN
  51. Request Headers
  52. :authority:mybackend.com
  53. :method:POST
  54. :path:/api-token-auth/
  55. :scheme:https
  56. accept:application/json, text/plain, */*
  57. accept-encoding:gzip, deflate
  58. accept-language:en-US,en;q=0.8
  59. cache-control:no-cache
  60. content-length:39
  61. content-type:application/json;charset=UTF-8
  62. dnt:1
  63. origin:https://myfrontend.com
  64. pragma:no-cache
  65. referer:https://myfrontend.com/
  66. user-agent:Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/48.0.2564.82 Chrome/48.0.2564.82 Safari/537.36
  67. Request Payload
  68. view source
  69. {username: "admin", password: "admin"}
  70. password: "admin"
  71. username: "admin"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement