Compare Revisions

HTTP caching

Change Revisions

Revision 1142909:

Revision 1142909 by RosevearDev on

Revision 1142919:

Revision 1142919 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 1142909
Revision 1142919
t176      The {{HTTPHeader("ETag")}} response header is an <em>opaquet176      The {{HTTPHeader("ETag")}} response header is an <em>opaque
>-to-the-useragent</em> value that can be used as a strong validat>-to-the-useragent</em> value that can be used as a strong validat
>or. That means that a HTTP user-agent, such as the browser, does >or. That means that a HTTP user-agent, such as the browser, does 
>not know what this string represents and can't predict what its v>not know what this string represents and can't predict what its v
>alue would be. If the <code>ETag</code> header was part of respon>alue would be. If the <code>ETag</code> header was part of the re
>se for a resource, the client can issue an {{HTTPHeader("If-None->sponse for a resource, the client can issue an {{HTTPHeader("If-N
>Match")}} in the header of future requests – in order to validate>one-Match")}} in the header of future requests – in order to vali
> the cached resource.>date the cached resource.

Back to History