Prevent session hijacking and API key leaks. Automatically redact passwords, session cookies, Bearer tokens, and secret keys from HTTP Archive logs before sharing with support.
Unsanitized `.har` files record live session cookies in plain text. Anyone who receives your raw HAR file can paste those cookies into their browser and log into your account instantly without needing your password or 2FA!
Supports Chrome, Firefox, Edge & Safari HAR exports. Zero server uploads.
When troubleshooting complex web application bugs, payment gateway failures, CORS errors, or cloud authentication issues, technical support teams at enterprise platforms like Stripe, AWS, Cloudflare, Zendesk, and Salesforce frequently ask users to export a .HAR (HTTP Archive) file. While HAR files serve as an invaluable diagnostic "black box" recorder for browser network requests, 95% of users don't realize that raw HAR logs record secret passwords, session cookies, Bearer tokens, and private API keys in plain unencrypted text.
Attaching an uncleaned HAR log to a support ticket or emailing it to a third-party vendor instantly creates high-severity security vulnerabilities. Anyone possessing a raw HAR file can copy live session tokens to perform full session hijacking, extract secret API keys (`sk_live_`), or access confidential POST payloads without needing your account password. ShiftTools HAR Sanitizer provides a zero-upload, 100% client-side redaction engine that scrubs private authentication credentials while preserving 100% of diagnostic HTTP status codes (such as 500 Internal Server Error, 403 Forbidden, and 404 Not Found) intact for engineering analysis.
All sanitization algorithms execute 100% locally inside your browser's client-side memory using JavaScript. Your log files are never sent to external cloud servers or stored in remote databases.
Scubs sensitive session tokens (`PHPSESSID`, `session_id`, `JSESSIONID`, `Set-Cookie`) to eliminate session hijacking and credential replay attack vectors completely.
Preserves HTTP error codes, network latency metrics, response headers, URL query parameters, and stack tracebacks completely intact for support engineers.
Supports custom secret keys, proprietary internal tokens, tenant UUIDs, and regular expressions to scrub custom organization payloads in real time.
Processes large 10MB, 20MB, or 50MB+ HAR log files smoothly without freezing your browser interface using asynchronous slice batching.
Operates seamlessly in air-gapped corporate environments and offline networks. Load the page once and run sanitization without active Wi-Fi.
Modern enterprise security compliance frameworks (including SOC 2 Type II, ISO/IEC 27001, HIPAA Security Rule § 164.312, and GDPR Article 32) mandate strict controls over the transmission of Personally Identifiable Information (PII) and authentication credentials. Sharing an unredacted HAR file containing real customer passwords, authorization tokens, or session headers constitutes a direct security policy violation.
By utilizing client-side HAR sanitization, security teams and developers ensure that credentials never touch external cloud servers, third-party log parsing tools, or unencrypted email attachments. Redacting sensitive data before ticket creation ensures your organization maintains compliance audits effortlessly.
F12 or Cmd+Option+I to open Developer Tools.F12 to open Developer Tools.F12 to launch Edge Developer Tools.Ctrl + S.F12 to open Firefox Web Developer Tools.Cmd + ,) → Advanced → Check "Show Develop menu".Cmd + Option + I to open Web Inspector.Everything you need to know about HAR log security, client-side redaction, and safe file sharing.
[REDACTED_COOKIE] or [REDACTED_AUTH_TOKEN]. All HTTP status codes, timing metrics, server response headers, URL endpoints, and error stack tracebacks remain 100% intact for engineering analysis.
[REDACTED_CUSTOM] in real time.
session_id allow servers to verify authenticated users. If an attacker acquires a raw HAR file, they can import the cookie headers into their browser to hijack your session. Redacting these headers prevents session replay attacks completely.
F12 to open DevTools, select the Network tab, reproduce the issue, right-click anywhere in the network request list, and select "Save all as HAR with content".