--- title: Access-Control-Allow-Methods slug: Web/HTTP/Headers/Access-Control-Allow-Methods tags: - 跨域资源共享 - 首部 translation_of: Web/HTTP/Headers/Access-Control-Allow-Methods ---

{{HTTPSidebar}}

响应首部 Access-Control-Allow-Methods 在对 {{glossary("preflight request")}}.(预检请求)的应答中明确了客户端所要访问的资源允许使用的方法或方法列表。

报头类型 {{Glossary("Response header")}}
{{Glossary("Forbidden header name")}} no

语法

Access-Control-Allow-Methods: <method>, <method>, ...

指令

<method>
用逗号隔开的允许使用的 HTTP request methods 列表。

例子

Access-Control-Allow-Methods: POST, GET, OPTIONS

规范

规范 状态 注释
{{SpecName('Fetch','#http-access-control-allow-methods', 'Access-Control-Allow-Methods')}} {{Spec2("Fetch")}} Initial definition

浏览器兼容性

{{Compat("http.headers.Access-Control-Allow-Methods")}}

兼容性注解

查看更多