Credential headers stripped before any I/O
A non-negotiable floor of 16 authentication and session headers — Authorization, Cookie, every X-Api-Key / X-Auth-Token / X-Amz-Security-Token variant — is removed at the moment the proxy reads the request. Removed BEFORE recording. Before logging. Before any disk write. The floor is hard-coded, not configurable down; per-deployment add-ons can only EXPAND it.
- ·16 headers redacted unconditionally on every request
- ·Operator-configured headers add to the floor; they cannot shrink it
- ·Applies to every tier, every mode, every code path