Cookie Parser & Builder
Decode messy Cookie headers and build safer Set-Cookie strings for backend responses. Useful for auth debugging, proxy work and browser session analysis.
Cookie
cookies.json4 cookies
runtime
Browser-local execution
Inputs stay inside the current tab unless you copy, download or explicitly export.
memory
Session handoff
Magic Paste can pass input to a target tool through sessionStorage, never through the URL.
control
User-owned state
Favorites, recent tools and workflow history are local browser data you can clear from the browser.
smart handoff graph
session handoff readySuggested next moves
/web
Magic Paste
Paste anything and get routed to the right local tool with confidence signals.
/web
cURL Converter
Turn copied cURL commands into fetch, Python requests and structured request JSON.
/web
Stack Trace Lens
Parse JavaScript, Python and generic stack traces into actionable frames and issue reports.
/web
Workflow Builder
Chain JSON, JWT, Base64, URL, HTML, text and hash operations in one local recipe.
sponsor
Sponsor this toolFixed native slots for developer products. No third-party tracking, no popups, no layout shift.
01
How to use
- 01Paste a Cookie header in Parse mode to inspect key/value pairs.
- 02Switch to Build mode to compose a Set-Cookie header.
- 03Copy the JSON or header output.
02
FAQ
- Why include HttpOnly by default?
- Most session cookies should be HttpOnly so browser JavaScript cannot read them. It is a safer default for auth cookies.
- Does this read my browser cookies?
- No. You paste headers manually; the tool does not access document.cookie.
03
Related tools
- /web→Magic PastePaste anything and get routed to the right local tool with confidence signals.
- /web→cURL ConverterTurn copied cURL commands into fetch, Python requests and structured request JSON.
- /web→Stack Trace LensParse JavaScript, Python and generic stack traces into actionable frames and issue reports.
- /web→Workflow BuilderChain JSON, JWT, Base64, URL, HTML, text and hash operations in one local recipe.