What is the HTTP Pragma header

HTTP Cache 1.0 - 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
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