Frequently Asked Question
HTTP Header Allow
Last Updated about a month ago
This header must be sent if the server responds with a 405
Method Not Allowed
status code to indicate which request methods can be used. An empty Allow
header indicates that the resource allows no request methods, which might occur temporarily for a given resource, for example.
Valid Options
GET, POST, HEAD
Specification https://www.genwiki.org/doku.php/rfc:rfc7231