Access-Control-Request-Method - HTTP 编辑
The Access-Control-Request-Method
request header is used by browsers when issuing a preflight request, to let the server know which HTTP method will be used when the actual request is made. This header is necessary as the preflight request is always an OPTIONS
and doesn't use the same method as the actual request.
Header type | Request header |
---|---|
Forbidden header name | yes |
Syntax
Access-Control-Request-Method: <method>
Directives
- <method>
- One of the HTTP request methods, for example
GET
,POST
, orDELETE
.
Examples
Access-Control-Request-Method: POST
Specifications
Specification | Status | Comment |
---|---|---|
Fetch The definition of 'Access-Control-Request-Method' in that specification. | Living Standard | Initial definition. |
Browser compatibility
BCD tables only load in the browser
The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
See also
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论