Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. HTTP
  3. Reference
  4. Headers
  5. Allow

Allow header

The HTTPAllowresponse header lists the set ofrequest methods supported by a resource.This header must be sent if the server responds with a405 Method Not Allowed status code to indicate which request methods can be used instead.An emptyAllow value indicates that the resource allows no request methods, which might occur temporarily for a given resource.

Header typeResponse header

Syntax

http
Allow: <http-methods>

Directives

<http-methods>

A comma-separated list of allowed request methods supported by a resource.

Examples

http
Allow: GET, POST, HEAD

Specifications

Specification
HTTP Semantics
# field.allow

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2026 Movatter.jp