Compare Revisions

If-Match

Change Revisions

Revision 1106871:

Revision 1106871 by fscholz on

Revision 1106881:

Revision 1106881 by teoli on

Title:
If-Match
If-Match
Slug:
Web/HTTP/Headers/If-Match
Web/HTTP/Headers/If-Match
Tags:
"Conditional Requests" "HTTP" "HTTP Headers" "Reference" "Request Headers"
"Conditional Requests" "HTTP" "HTTP Headers" "Reference" "Request Headers"
Comment:
review
Content:

Revision 1106871
Revision 1106881
t11      The <strong><code>If-Match</code></strong> HTTP request heat11      The <strong><code>If-Match</code></strong> HTTP request hea
>der makes the request conditional. For {{HTTPMethod("GET")}} and >der makes the request conditional. For {{HTTPMethod("GET")}} and 
>{{HTTPMethod("HEAD")}} methods, the server will send back the req>{{HTTPMethod("HEAD")}} methods, the server will send back the req
>uested resource only if it matches one of the listed <code>ETags<>uested resource only if it matches one of the listed <code>ETags<
>/code>. For {{HTTPMethod("PUT")}} and other non-safe methods, it >/code>. For {{HTTPMethod("PUT")}} and other non-safe methods, it 
>will only upload the methods in this case.>will only upload the resource in this case.

Back to History