API & Web Processed locally

HAR Sanitizer

Paste a HAR export and redact its secrets and PII — auth/cookie/token headers, secret query params and path segments, and JSON / form / XML / multipart / plain bodies — with a redaction profile, plus your own custom keys and regex patterns for whatever is specific to your stack. The sanitized HAR is the output; the verdict warns if any detected value is still present, and the Findings, Domains, and Timing tabs summarize the capture. Runs in your browser; nothing is uploaded.

Auto-sanitizes as you type. Ctrl+Enter to re-run.

How to use the HAR Sanitizer

Sanitize Chrome, Firefox, or Edge HAR (HTTP Archive) files before sharing API traces with vendors, support, Jira, or GitHub issues. The HAR Sanitizer redacts Authorization headers, cookies, API keys, JWTs, query-string secrets, and sensitive body fields, and produces a sanitized HAR you can attach to a ticket. Useful for incident sharing, vendor support tickets, and offline debugging without leaking session tokens or PII. Runs locally; HAR files never leave your browser.

What it does

When to use it

How to use it

  1. Export a HAR from Chrome DevTools: Network → right-click → "Save all as HAR with content".
  2. Paste the HAR JSON into the input.
  3. Pick a redaction profile — Vendor is the safe default; Strict also removes bodies.
  4. Read the verdict — it warns if any detected value is still present in the output.
  5. Review the Findings, Domains, and Timing tabs, then copy or download the sanitized HAR.
  6. Attach the sanitized output to the ticket. Verify the redactions before sharing.

Tips & pitfalls

FAQ

Related tools

Use-case guides

Runs locally in your browser. No uploads. Always review redactions before sharing — sensitive data in response bodies is a common leak.

Want to dig into one HAR entry instead of the whole capture? The API Debugging Studio builds a debugging board for a selected entry.

Common tasks solved by this tool

Continue in a security debugging workflow

Chain this into related tools, or build it as a saved workflow in Workflows.

  1. Sanitize the HAR file — this tool
  2. Scan the output for remaining secrets
  3. Decode JWTs found in headers
  4. Verify webhook signatures

Part of the security and debugging toolkit

Sanitize logs, verify signatures, decode tokens and inspect certificates locally before sharing sensitive debugging data.