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 |
Access-Control-Max-Age: <delta-seconds>
Cache results of a preflight request for 10 minutes:
Access-Control-Max-Age: 600
Specification | Status | Comment |
---|---|---|
Fetch The definition of 'Access-Control-Max-Age' in that specification. | Living Standard | Initial definition. |
Feature | Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | Servo |
---|---|---|---|---|---|---|---|
Access-Control-Max-Age | 4 | 12 | 3.5 | 10 | 12 | 4 | ? |
Feature | Android | Chrome for Android | Edge Mobile | Firefox for Android | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|---|
Access-Control-Max-Age | 2.1 | (Yes) | (Yes) | 1.0 | (Yes) | 12 | 3.2 |
© 2005–2017 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Max-Age