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...
Oauth
What is an Authorization Server in Oauth?

The Authorization Server in Oauth is one of the 4 oauth roles. It's the server issuing access tokens to the client after successfully authenticating the resource owner and obtaining authorization. ...



Share this page:
Follow us:
Task Runner