Advertisement
accountnujen

Untitled

Jul 19th, 2022
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. ############################################
  2. # First request
  3. ############################################
  4. HTTP/1.1 401 Unauthorized
  5. WWW-Authenticate: Digest realm="Login to bd72fbb2e0734a3cb18d4cb40504cdf0", qop="auth", nonce="1705559621", opaque="1a067f2162e6693bed2d111d38af7bee229a316f"
  6. Connection: close
  7. Set-Cookie:secure; HttpOnly
  8. CONTENT-LENGTH: 0
  9.  
  10. HTTP/1.1 200 OK
  11. X-XSS-Protection: 1;mode=block
  12. X-Frame-Options: SAMEORIGIN
  13. Content-Security-Policy: script-src 'self' 'unsafe-inline' 'unsafe-eval'
  14. Strict-Transport-Security: max-age=604800; includeSubDomains
  15. Content-type: text/plain;charset=utf-8
  16. CONNECTION: close
  17. Set-Cookie:secure; HttpOnly
  18. CONTENT-LENGTH: 19
  19.  
  20. result=2116751312
  21.  
  22.  
  23.  
  24.  
  25. ############################################
  26. # Second request
  27. ############################################
  28. HTTP/1.1 401 Unauthorized
  29. WWW-Authenticate: Digest realm="Login to bd72fbb2e0734a3cb18d4cb40504cdf0", qop="auth", nonce="1800261044", opaque="1a067f2162e6693bed2d111d38af7bee229a316f", stale=TRUE
  30. Connection: close
  31. Set-Cookie:secure; HttpOnly
  32. CONTENT-LENGTH: 0
  33.  
  34. HTTP/1.1 200 OK
  35. X-XSS-Protection: 1;mode=block
  36. X-Frame-Options: SAMEORIGIN
  37. Content-Security-Policy: script-src 'self' 'unsafe-inline' 'unsafe-eval'
  38. Strict-Transport-Security: max-age=604800; includeSubDomains
  39. Content-type: text/plain;charset=utf-8
  40. CONNECTION: close
  41. Set-Cookie:secure; HttpOnly
  42. CONTENT-LENGTH: 4
  43.  
  44. OK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement