Cookie
session_id=abc123; user=leo; theme=dark
Fields
session_id / user / theme
Developer Tools
Split a Cookie string into key/value pairs locally and attempt URL decoding. Useful for session debugging, API checks, and field review.
Favorite this tool
No favorite storage mode has been selected.
Quick actions
Copy this tool URL or open the system share sheet on a supported device.
开发工具
解析结果
0 个 CookieCookie
session_id=abc123; user=leo; theme=dark
Fields
session_id / user / theme
It tries URL decoding for common escapes. Values that are not URL-encoded stay unchanged.
It focuses on name=value Cookie field splitting. Use the Cookie builder to compose full Set-Cookie attributes.
Tools
Continue with another translated tool for a nearby task.
Cookie Builder
Visually configure Cookie name, value, Path, Domain, HttpOnly, Secure, and SameSite attributes locally and generate a Set-Cookie fragment.
HTTP Header Parser
Parse raw request or response header text into structured key/value pairs locally. Useful for API debugging, cache policy checks, and CORS header review.
User-Agent Parser
Parse a User-Agent string locally to infer browser, operating system, and device type. Useful for access-log triage and client compatibility checks.