What's the Date HTTP Header ?

About

Date is a response header that represents the creation time of the response message (ie now, just before it's send)

It is used by cache stores:

  • to calculate expiration date
  • and to detect clock drift.

Example

 Date: Fri, 24 Sep 2021 10:36:14 GMT 

Syntax

 Date: InternetDateFormat 

where:





Discover More
HTTP - Cache (Cache-Control Header, Bursting, )

When sending a response, several headers have an influence / control over the cache store, we call them cache control headers The cache control header are: Name Description Cache-Control Define properties...



Share this page:
Follow us:
Task Runner