← All security tools

Cookie inspector

Inspect

See name/value pairs from document.cookie. Useful for debugging — not a full jar dump.

Runs in your browser. Inputs stay on this device — nothing is uploaded to BrowserSpaces for processing.

JS-visible only

HttpOnly stays hidden.

Parse pairs

Name and value table.

This origin

Not other websites.

Use the tool

Only cookies visible to JavaScript appear here. HttpOnly cookies are hidden by the browser.
No document.cookie entries for this origin.

What you can see

Browsers expose only non-HttpOnly cookies to document.cookie. Secure server cookies won’t appear here — that’s a feature.

Three steps

  1. 1

    Refresh list

    Read document.cookie.

  2. 2

    Scan names

    Spot unexpected keys.

  3. 3

    Clear in browser

    Use DevTools if needed.