files/en-us/web/http/reference/headers/expires/index.md
The HTTP Expires {{Glossary("response header")}} contains the date/time after which the response is considered expired in the context of HTTP caching.
The value 0 is used to represent a date in the past, indicating the resource has already expired.
<table class="properties"> <tbody> <tr> <th scope="row">Header type</th> <td>{{Glossary("Response header")}}</td> </tr> <tr> <th scope="row"> {{Glossary("CORS-safelisted response header")}} </th> <td>Yes</td> </tr> </tbody> </table>[!NOTE] If there is a {{HTTPHeader("Cache-Control")}} header with the
max-ageors-maxagedirective in the response, theExpiresheader is ignored.
Expires: <day-name>, <day> <month> <year> <hour>:<minute>:<second> GMT
<day-name>
Mon, Tue, Wed, Thu, Fri, Sat, or Sun (case-sensitive).<day>
<month>
Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec (case sensitive).<year>
<hour>
<minute>
<second>
Expires: Wed, 21 Oct 2015 07:28:00 GMT
{{Specifications}}
{{Compat}}