I am using a webhook to receive a url in make.com and would like to check the validity (existing url or not) using the HTTP “Make a Request” module, and then return the status code, e.g. 200 in the webhook response. If the url doesn’t exist, the HTTP module throws an error, the module stops and as a result there’s no webhook response sent back. If I add an ignore error handler there’s a status code 200 returned as response code, instead of the correct 404 (or 403 or similar depending on the error type). How can I make it work and make the scenario send the correct specific status code as webhook response in any case?
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| How to create proper 400, 401,... webhook responses? | 8 | 1501 | January 15, 2024 | |
| Validation failed for 1 parameter(s) error on web hook receipt | 2 | 44 | June 13, 2025 | |
| Webhook data error | 2 | 63 | May 16, 2025 | |
| Webhook url not working (no authorisation) | 3 | 36 | December 12, 2025 | |
| The operation failed with an error. Error: 403 Forbidden | 2 | 137 | December 16, 2024 |