Cookie String Parser

Parse complex Cookie headers into readable key-value pairs.

Input
Result

Result

Options

HTTP cookies are small blocks of data created by a web server while a user is browsing a website.

The first pair is the actual cookie data. Subsequent pairs are attributes that control scope and security.

About this Tool

HTTP cookies are small blocks of data created by a web server while a user is browsing a website. This tool decodes the structured string into a readable format.

Frequently Asked Questions