Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. {
  2. "user_agent": {
  3. "status": "pass"
  4. },
  5. "header_values": {
  6. "status": "fail",
  7. "reason": "sent headers do not match what is expected",
  8. "context": [
  9. {
  10. "actual": "gzip, deflate",
  11. "expected": "br, gzip, deflate"
  12. }
  13. ]
  14. },
  15. "header_case": {
  16. "status": "pass"
  17. },
  18. "header_order": {
  19. "status": "pass"
  20. },
  21. "http_version": {
  22. "status": "pass"
  23. }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement