Access-Control-Max-Age - HTTP 编辑
The Access-Control-Max-Age
response header indicates how long the results of a preflight request (that is the information contained in the Access-Control-Allow-Methods
and Access-Control-Allow-Headers
headers) can be cached.
Header type | Response header |
---|---|
Forbidden header name | no |
Syntax
Access-Control-Max-Age: <delta-seconds>
Directives
- <delta-seconds>
- Maximum number of seconds the results can be cached.
Firefox caps this at 24 hours (86400 seconds).
Chromium (prior to v76) caps at 10 minutes (600 seconds).
Chromium (starting in v76) caps at 2 hours (7200 seconds).
Chromium also specifies a default value of 5 seconds.
A value of -1 will disable caching, requiring a preflight OPTIONS check for all calls.
Examples
Cache results of a preflight request for 10 minutes:
Access-Control-Max-Age: 600
Specifications
Specification | Status | Comment |
---|---|---|
Fetch The definition of 'Access-Control-Max-Age' 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论