files/en-us/web/http/reference/headers/access-control-max-age/index.md
The HTTP Access-Control-Max-Age {{Glossary("response header")}} indicates how long the results of a {{glossary("preflight request")}} (that is, the information contained in the {{HTTPHeader("Access-Control-Allow-Methods")}} and {{HTTPHeader("Access-Control-Allow-Headers")}} headers) can be cached.
Access-Control-Max-Age: <delta-seconds>
<delta-seconds>
Cache results of a preflight request for 10 minutes:
Access-Control-Max-Age: 600
{{Specifications}}
{{Compat}}