HTTP: The Definitive Guide

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.[3]

[3] See Section 3.4 for more on the 405 status code.

Basic Syntax

Allow: #Method

Example

Allow: GET, HEAD

Категории