DevKits

Response · Response header

Allow

Which HTTP methods the target resource supports.

What is Allow?

Sent on 405 Method Not Allowed responses to tell the client which methods are valid, and on OPTIONS responses to advertise capabilities.

Typical usage

Set on 405 responses.

Examples

Allow: GET, POST, HEAD

Specification

RFC 9110 §10.2.1

Related headers