Skip to content
Skip to content
← All HTTP Headers
Caching

Pragma

Legacy HTTP/1.0 header for backward-compatible cache control. Replaced by Cache-Control.

Syntax

Pragma: no-cache

Example

Pragma: no-cache

Description

Pragma is a legacy HTTP/1.0 cache control mechanism. Only standard value: no-cache.

Exists for backward compatibility. In modern HTTP/1.1+ use Cache-Control instead.

For old HTTP/1.0 clients, include both Pragma: no-cache and Cache-Control: no-cache.

Check if your website sends this header correctly

Check your headers →

Related Articles

Related Headers