Web Tools / Cookies
Online Cookie Parser
Cookie header
Parsed cookies
Parse an HTTP Cookie header
A request Cookie header contains semicolon-separated name and value pairs. This parser converts those pairs into structured JSON while preserving duplicate names and showing percent-decoded values when available.
Paste the header with or without the Cookie: prefix and select Parse Cookie. Input stays in your browser. For response headers and security attributes, use the Cookie Inspector.
Example input
Cookie: session=abc123;
theme=dark
Cookie: session=abc123;
theme=dark
