Free, browser-based utilities for everyday developer workflows

HAR Sanitizer & Replay Packager

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

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

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.