Compare Revisions

HTTP caching

Change Revisions

Revision 1142905:

Revision 1142905 by RosevearDev on

Revision 1142909:

Revision 1142909 by RosevearDev on

Title:
HTTP caching
HTTP caching
Slug:
Web/HTTP/Caching
Web/HTTP/Caching
Tags:
"Caching" "Guide" "HTTP"
"Caching" "Guide" "HTTP"
Comment:
Corrected grammar
Content:

Revision 1142905
Revision 1142909
t121      {{HTTPHeader("Pragma")}} is a HTTP/1.0 header, is not specit121      {{HTTPHeader("Pragma")}} is a HTTP/1.0 header, it is not sp
>fied for HTTP responses and is therefore not a reliable replaceme>ecified for HTTP responses and is therefore not a reliable replac
>nt for the general HTTP/1.1 <code>Cache-Control</code> header, al>ement for the general HTTP/1.1 <code>Cache-Control</code> header,
>though it does behave the same as <code>Cache-Control: no-cache</> although it does behave the same as <code>Cache-Control: no-cach
>code>, if the <code>Cache-Control</code> header field is omitted >e</code>, if the <code>Cache-Control</code> header field is omitt
>in a request. Use <code>Pragma</code> only for backwards compatib>ed in a request. Use <code>Pragma</code> only for backwards compa
>ility with HTTP/1.0 clients.>tibility with HTTP/1.0 clients.

Back to History