この記事はまだボランティアによって 日本語 に翻訳されていません。ぜひ MDN に参加して翻訳を手伝ってください!
The Access-Control-Request-Method
request header is used 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
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.
Feature | Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | Servo |
---|---|---|---|---|---|---|---|
Basic Support | 4 | 12 | 3.5 | 10 | 12 | 4 | ? |
Feature | Android | Chrome for Android | Edge Mobile | Firefox for Android | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|---|
Basic Support | 2.1 | (Yes) | (Yes) | 1.0 | (Yes) | 12 | 3.2 |