Describe the problem/error/question
I’ve noticed a potential security concern regarding the Webhook node. The authorization headers are always visible in the output tab when the node executes, which could expose sensitive information.
I observed that there is existing redaction logic for the HttpRequestNode, but it doesn’t seem to apply to the Webhook node. Since credentials are included in these headers, it would be ideal if similar redaction could be implemented for the Webhook node to ensure better security.
Is there any way to resolve this concern ?
Thanks
Information on your n8n setup
- n8n version: 1.105.0
- Database (default: SQLite): Postgres
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): npm
- Operating system: Debian



