files/en-us/web/http/reference/headers/access-control-allow-methods/index.md
The HTTP Access-Control-Allow-Methods {{Glossary("response header")}} specifies one or more HTTP request methods allowed when accessing a resource in response to a {{glossary("preflight request")}}.
Access-Control-Allow-Methods: <method>, <method>, …
Access-Control-Allow-Methods: *
<method>
GET, HEAD, and POST are always allowed, regardless of whether they are specified in this header, as they are defined as CORS-safelisted methods.* (wildcard)
* without special semantics.Access-Control-Allow-Methods: PUT, DELETE
Access-Control-Allow-Methods: *
{{Specifications}}
{{Compat}}