Webhooks - HTTP OPTIONS method

The idea is:

Add HTTP OPTIONS method for webhooks

My use case:

This is a required method for Azure Cloud Events v1.0 - and is required to validate the webhook url. It sends this validatation through HTTP OPTIONS - which is currently not available in n8n. We need this so i can get MS To-Do events sent to the n8n webhook.

I think it would be beneficial to add this because:

This is a required HTTP method for Azure CloudEvents v1.0 - which can be used for various event subsciptions from Azure:

Any resources to support this?

Are you willing to work on this?

Options request is usually followed by another request of another type. I guess the way this could be done is the webhook would still require to specify the method (GET, POST…) and then there could be a checkbox “Allow OPTIONS”.