Describe the problem/error/question
I’ve got a basic webhook node which accepts a POST request. This works without authentication.
If I create a new credential (header, basic or JWT) and apply it to the node, the request still succeeds and moves on to the next node, even if the webhook client provides incorrect credentials.
What is the error message (if any)?
There is no error, I simply get “Response body: {“message”:“Workflow was started”}” every time
Please share your workflow
Share the output returned by the last node
n/a - I get the webhook data I expect, regardless of auth
Information on your n8n setup
- n8n version: cloud
- Database (default: SQLite): n/a
- n8n EXECUTIONS_PROCESS setting (default: own, main): n/a
- Running n8n via (Docker, npm, n8n cloud, desktop app): cloud
- Operating system: n/a