开发者工具

Sanitize HAR files online

Remove sensitive values from HAR files before sharing.

全部工具

HAR Sanitizer

Upload file
Drag & drop a file here, or choose a file.
输入
输出

使用方法

  1. Paste HAR or JSON.
  2. Click Convert to redact sensitive values.
  3. Copy the sanitized output.

Best practices

  • For best performance, try with smaller inputs first.
  • Preview the output before downloading or sharing it.
  • Avoid pasting sensitive data on shared devices.

隐私

部分工具在浏览器内运行。某些功能可能需要服务器处理。

示例
Example 1
输入
{"log":{"version":"1.2","entries":[{"request":{"method":"GET","url":"https://example.com/api","headers":[{"name":"Authorization","value":"Bearer secret"}],"cookies":[{"name":"session","value":"secret"}]}}]}}
输出

                                    
Example 2
输入
{"token":"secret","nested":{"authorization":"Bearer secret"}}
输出

                                    

Was this tool helpful?