-
Bug
-
Resolution: Unresolved
-
Low
-
Minor
Issue Summary
The new incoming webhook trigger returns 200 ok regardless of the secret value. This makes it harder to debug in case of actual failure.
Steps to Reproduce
- Open POSTMAN and create a new POST request.
- Enter the webhook URL in the URL field.
- Add a header with the name X-Automation-Webhook-Token and don't set the secret token or set a wrong token.
- Send the request and observe the response code.
Expected Results
An error code is expected indicating that the secret is missing or invalid.
Actual Results
A 200 response code is returned.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- mentioned in
-
Page Failed to load