Utvecklarverktyg

Sanitize HAR files online

Remove sensitive values from HAR files before sharing.

Alla verktyg

HAR Sanitizer

Upload file
Drag & drop a file here, or choose a file.
Inmatning
Utdata

Så använder du

  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.

Integritet

Vissa verktyg körs i din webbläsare. Vissa kan kräva serverbearbetning beroende på funktionen.

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

                                    
Example 2
Inmatning
{"token":"secret","nested":{"authorization":"Bearer secret"}}
Utdata

                                    

Was this tool helpful?