Skip to content

Netlify doesn't like 400s being returned from webhooks

Jamie Tanna requested to merge defect/netlify-400 into develop

If a valid request is sent, they don't want any 400s returned, otherwise they will disable the webhook, which isn't ideal as it means we'll lose post-deploy integration.

To fake it, we can return a 302 with a link to HTTP.cat, so if anyone were to actually get that, they'd see it was a 400.

Merge request reports