개발자 도구

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?