Privacy Null
Redact Authorization Headers
Remove Bearer, Basic, and custom authorization tokens from HTTP requests.
Runs locally. Nothing uploaded.
Features
Detects Bearer token authorization
Detects Basic auth (Base64 credentials)
Works with standard Authorization header
Handles multi-line headers
Frequently Asked Questions
What authentication types are supported?
We detect Bearer tokens, Basic authentication, and JWT tokens in authorization headers.
Is Basic auth decoded before redaction?
No, we redact the entire Base64-encoded value. The original credentials are never decoded.