HEAD Requests to webhook URLs return 404
-
When creating a flow with Webhook - Respond to Webhook, a HEAD request to the URL will return 404.
This issue is also described here and they think it might be related to things outside N8N:
https://community.n8n.io/t/respond-to-head-request-webhook/23586/8
-
@systemaddict mm, Cloudron's nginx does not tamper with the CORS headers of apps.
-
@systemaddict actually based on the link you posted in the upstream forum:
$ curl -v https://n8n.bazo.dk/webhook/apsis_feed_1 2>&1 | grep access-control-allow-methods < access-control-allow-methods: HEAD, PUT, PATCH, DELETE, GET, POST, OPTIONS
I see HEAD above.