Strumenti Sviluppatore

Sanitize HAR files online

Remove sensitive values from HAR files before sharing.

Tutti gli strumenti

HAR Sanitizer

Upload file
Drag & drop a file here, or choose a file.
Input
Output

Come usare

  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.

Privacy

Alcuni strumenti funzionano nel browser. Alcune funzioni possono richiedere elaborazione server.

Esempi
Example 1
Input
{"log":{"version":"1.2","entries":[{"request":{"method":"GET","url":"https://example.com/api","headers":[{"name":"Authorization","value":"Bearer secret"}],"cookies":[{"name":"session","value":"secret"}]}}]}}
Output

                                    
Example 2
Input
{"token":"secret","nested":{"authorization":"Bearer secret"}}
Output

                                    

Was this tool helpful?