BROWSER TOOLSOpen source

Cookie Inspector HTTP Cookie & Set-Cookie Header Inspector

Parse Set-Cookie headers to audit SameSite, Secure, HttpOnly and Max-Age flags.

Parsed Cookie Directives (2)

session_id = xyz12345
HttpOnly: YesSecure: Yes
Domain: iqverse.net
Path: /
SameSite: Lax
Max-Age: 3600
tracking_id = abc987
HttpOnly: NoSecure: No
Domain: Unspecified
Path: /
SameSite: None
Max-Age: Session
Security Warnings:
  • SameSite=None requires Secure flag to prevent browser rejection.
  • Cookie missing Secure flag (transmitted over insecure HTTP connection).