Narzędzia dla programistów

Sanitize HAR files online

Remove sensitive values from HAR files before sharing.

Wszystkie narzędzia

HAR Sanitizer

Upload file
Drag & drop a file here, or choose a file.
Wejście
Wyjście

Jak używać

  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.

Prywatność

Niektóre narzędzia działają w Twojej przeglądarce. Niektóre mogą wymagać przetwarzania na serwerze w zależności od funkcji.

Przykłady
Example 1
Wejście
{"log":{"version":"1.2","entries":[{"request":{"method":"GET","url":"https://example.com/api","headers":[{"name":"Authorization","value":"Bearer secret"}],"cookies":[{"name":"session","value":"secret"}]}}]}}
Wyjście

                                    
Example 2
Wejście
{"token":"secret","nested":{"authorization":"Bearer secret"}}
Wyjście

                                    

Was this tool helpful?