Settings
Theme=Dark, Secure=true
Set-Cookie
Set-Cookie: Theme=Dark; Secure
Developer Tools
Visually configure Cookie name, value, Path, Domain, HttpOnly, Secure, and SameSite attributes locally and generate a Set-Cookie fragment.
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.
开发工具
Set-Cookie 预览
document.cookie 代码
修改参数时自动生成
Settings
Theme=Dark, Secure=true
Set-Cookie
Set-Cookie: Theme=Dark; Secure
Modern browsers usually require SameSite=None together with Secure, or the cookie may be rejected.
The tool outputs a Set-Cookie example. Real delivery still must match domain, path, and security policy.
Tools
Continue with another translated tool for a nearby task.
Cookie Parser
Split a Cookie string into key/value pairs locally and attempt URL decoding. Useful for session debugging, API checks, and field review.
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.
URL Parser
Parse a URL into protocol, host, port, path, query, and hash fields, and list each query parameter name and value. Useful for debugging API URLs and share links.