For performance and security reasons we allow a specific set of HTTP request methods to be served by our infrastructure.
The following HTTP Methods are allowed:
GET
HEAD
POST
PUT
OPTIONS
DELETE
PATCH
BAN (special use)
HTTP requests with a method not on this list will receive a 405 Method Not Allowed
response status code.