Allow  

The Allow header is used to inform clients what HTTP methods are supported on a particular resource.

Type

Response header

Notes

An HTTP/1.1 server sending a 405 Method Not Allowed response must include an Allow header.

See Section 3.4 for more on the 405 status code.

Basic Syntax

Allow: #Method

Example

Allow: GET, HEAD

 


Hypertext Transfer Protocol (HTTP)