Công cụ lập trình

Sanitize HAR files online

Remove sensitive values from HAR files before sharing.

Tất cả công cụ

HAR Sanitizer

Upload file
Drag & drop a file here, or choose a file.
Đầu vào
Đầu ra

Cách sử dụng

  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.

Quyền riêng tư

Một số công cụ chạy trong trình duyệt của bạn. Một số có thể cần xử lý phía máy chủ tùy theo tính năng.

Ví dụ
Example 1
Đầu vào
{"log":{"version":"1.2","entries":[{"request":{"method":"GET","url":"https://example.com/api","headers":[{"name":"Authorization","value":"Bearer secret"}],"cookies":[{"name":"session","value":"secret"}]}}]}}
Đầu ra

                                    
Example 2
Đầu vào
{"token":"secret","nested":{"authorization":"Bearer secret"}}
Đầu ra

                                    

Was this tool helpful?