Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Access-Control-Request-Headers

我们的志愿者还没有将这篇文章翻译为 中文 (简体)加入我们帮助完成翻译!

The Access-Control-Request-Headers request header is used when issuing a preflight request to let the server know which HTTP headers will be used when the actual request is made.

Header type Request header
Forbidden header name yes

Syntax

Access-Control-Request-Headers: <header-name>, <header-name>, ...

Directives

<header-name>
A comma-delimited list of HTTP headers that are included in the request.

Examples

Access-Control-Request-Headers: X-PINGOTHER, Content-Type

Specifications

Specification Status Comment
Fetch
The definition of 'Access-Control-Request-Headers' in that specification.
Living Standard Initial definition.

Browser compatibility

Feature Chrome Edge Firefox Internet Explorer Opera Safari Servo
Basic Support4123.510124?
Feature Android Chrome for Android Edge Mobile Firefox for Android IE Mobile Opera Mobile Safari Mobile
Basic Support2.1(Yes)(Yes)1.0(Yes)123.2

See also

文档标签和贡献者

标签: 
 此页面的贡献者: teoli, fscholz
 最后编辑者: teoli,