Trello webhook setup needs HTTP HEAD capability
Trello has APIs that are used to create, get and delete a webhook. Initially, I created a webhook and used the webhook.site URL for testing. Everything works great and I get the webhook data as expected.
The issue comes with how Trello validates a webhook you are setting up via their webhook create api. Trello sends an HTTP HEAD request to the URL specified for the webhook (Xano api url) and expects an HTTP 200 response before it will setup the webhook. If Trello doesn't get a 200 status it fails the create of the webhook.
How would I go about getting a 200 status returned to Trello when it sends the HTTP HEAD request to the Xano api url I am using for the webhook?
Working with APIs
7 replies