Ferramentas de Desenvolvedor

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.
Entrada
Saída

Como usar

  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.

Privacidade

Algumas ferramentas rodam no seu navegador. Alguns recursos podem exigir processamento no servidor.

Exemplos
Example 1
Entrada
{"log":{"version":"1.2","entries":[{"request":{"method":"GET","url":"https://example.com/api","headers":[{"name":"Authorization","value":"Bearer secret"}],"cookies":[{"name":"session","value":"secret"}]}}]}}
Saída

                                    
Example 2
Entrada
{"token":"secret","nested":{"authorization":"Bearer secret"}}
Saída

                                    

Was this tool helpful?