Free, browser-based utilities for everyday developer workflows

HAR Sanitizer & Replay Packager

Redact secrets in HAR files and export replay-ready packs locally.

  • Sanitize: Paste or drop a HAR file and click Sanitize to redact auth tokens, cookies, and secrets from all captured requests.
  • Export: Download the cleaned HAR or a replay-ready pack stripped of sensitive headers.
  • Workflow: Send sanitized output onward with the workflow ribbon at the bottom of the page.
  • Privacy: Runs locally in your browser — nothing is uploaded.

HAR input

Drag & drop a HAR file anywhere in this panel.

Sanitized HAR

Filters & Replay Pack

How to use the HAR Sanitizer & Replay Packager

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, then exports a replay-ready bundle as cURL, Postman, or fetch snippets. 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. Open the HAR Sanitizer and load (or paste) the HAR JSON.
  3. Review detected sensitive headers, cookies, and body matches. Toggle which to redact.
  4. Filter entries — drop analytics, fonts, images, and noisy CDN calls.
  5. Export the sanitized HAR, a Postman collection, cURL commands, or fetch snippets.
  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 using a Web Worker. 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 multi-panel debugging board for any 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.