-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Sometimes there is PII/secret data passed in a header (like an API key). If I want to copy and paste the output to someone else, I currently have to copy it into something like VS Code, remove or obfuscate the secret manually, then copy the edited data.
It'd be cool if I could define certain headers in a config file to be secret/PII/secure and have the output automatically clean the header (ie. convert X-Secret-Header: abc123456def to X-Secret-Header: abc1xxxx6def)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request