What is the HTTP Pragma header

About

Pragma is a cache control headers that allows backwards compatibility with HTTP/1.0 caches.

If the Cache-Control header field is present and understood, Pragma is ignored. Ref

Example

The below pragma:

Pragma: no-cache

has same effect than

Cache-Control: no-cache





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