ابزارهای توسعه‌دهنده

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?