source: draft-ietf-httpbis/latest/p4-conditional.html @ 1522

Last change on this file since 1522 was 1522, checked in by julian.reschke@…, 11 years ago

bump up document dates, update to latest version of rfc2629.xslt, add feedback links

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/html;charset=utf-8
File size: 117.1 KB
Line 
1<!DOCTYPE html
2  PUBLIC "-//W3C//DTD HTML 4.01//EN">
3<html lang="en">
4   <head profile="http://www.w3.org/2006/03/hcard http://dublincore.org/documents/2008/08/04/dc-html/">
5      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6      <title>HTTP/1.1, part 4: Conditional Requests</title><script>
7var buttonsAdded = false;
8
9function init() {
10  var fb = document.createElement("div");
11  fb.setAttribute("class", "feedback");
12  fb.setAttribute("onclick", "feedback();");
13  fb.appendChild(document.createTextNode("feedback"));
14
15  var bodyl = document.getElementsByTagName("body");
16  bodyl.item(0).appendChild(fb);
17}
18
19function feedback() {
20  toggleButtonsToElementsByName("h1");
21  toggleButtonsToElementsByName("h2");
22  toggleButtonsToElementsByName("h3");
23  toggleButtonsToElementsByName("h4");
24 
25  buttonsAdded = !buttonsAdded;
26}
27
28function toggleButtonsToElementsByName(name) {
29  var list = document.getElementsByTagName(name);
30  for (var i = 0; i < list.length; i++) {
31    toggleButton(list.item(i));
32  }
33}
34
35function toggleButton(node) {
36  if (! buttonsAdded) {
37 
38    // docname
39    var template = "mailto:ietf-http-wg@w3.org?subject={docname},%20%22{section}%22&body=<{ref}>:";
40
41    var id = node.getAttribute("id");
42    // better id available?
43    var titlelinks = node.getElementsByTagName("a");
44    for (var i = 0; i < titlelinks.length; i++) {
45      var tl = titlelinks.item(i);
46      if (tl.getAttribute("id")) {
47        id = tl.getAttribute("id");
48      }
49    }
50
51    // ref
52    var ref = window.location.toString();
53    var hash = ref.indexOf("#");
54    if (hash != -1) {
55      ref = ref.substring(0, hash);
56    }
57    if (id != "") {
58      ref += "#" + id;
59    }
60   
61    // docname
62    var docname = "draft-ietf-httpbis-p4-conditional-latest";
63
64    // section
65    var section = node.textContent;
66   
67    // build URI from template
68    var uri = template.replace("{docname}", encodeURIComponent(docname));
69    uri = uri.replace("{section}", encodeURIComponent(section));
70    uri = uri.replace("{ref}", encodeURIComponent(ref));
71 
72    var button = document.createElement("a");
73    button.setAttribute("class", "fbbutton");
74    button.setAttribute("href", uri);
75    button.appendChild(document.createTextNode("send feedback"));
76    node.appendChild(button);
77  }
78  else {
79    var buttons = node.getElementsByTagName("a");
80    for (var i = 0; i < buttons.length; i++) {
81      var b = buttons.item(i);
82      if (b.getAttribute("class") == "fbbutton") {
83        node.removeChild(b);
84      }
85    }
86  }
87}</script><style type="text/css" title="Xml2Rfc (sans serif)">
88a {
89  text-decoration: none;
90}
91a.smpl {
92  color: black;
93}
94a:hover {
95  text-decoration: underline;
96}
97a:active {
98  text-decoration: underline;
99}
100address {
101  margin-top: 1em;
102  margin-left: 2em;
103  font-style: normal;
104}
105body {
106  color: black;
107  font-family: verdana, helvetica, arial, sans-serif;
108  font-size: 10pt;
109}
110cite {
111  font-style: normal;
112}
113div.note {
114  margin-left: 2em;
115}
116dd {
117  margin-right: 2em;
118}
119dl {
120  margin-left: 2em;
121}
122
123ul.empty {
124  list-style-type: none;
125}
126ul.empty li {
127  margin-top: .5em;
128}
129dl p {
130  margin-left: 0em;
131}
132dt {
133  margin-top: .5em;
134}
135h1 {
136  font-size: 14pt;
137  line-height: 21pt;
138  page-break-after: avoid;
139}
140h1.np {
141  page-break-before: always;
142}
143h1 a {
144  color: #333333;
145}
146h2 {
147  font-size: 12pt;
148  line-height: 15pt;
149  page-break-after: avoid;
150}
151h3, h4, h5, h6 {
152  font-size: 10pt;
153  page-break-after: avoid;
154}
155h2 a, h3 a, h4 a, h5 a, h6 a {
156  color: black;
157}
158img {
159  margin-left: 3em;
160}
161li {
162  margin-left: 2em;
163  margin-right: 2em;
164}
165ol {
166  margin-left: 2em;
167  margin-right: 2em;
168}
169ol.la {
170  list-style-type: lower-alpha;
171}
172ol.ua {
173  list-style-type: upper-alpha;
174}
175ol p {
176  margin-left: 0em;
177}
178p {
179  margin-left: 2em;
180  margin-right: 2em;
181}
182pre {
183  margin-left: 3em;
184  background-color: lightyellow;
185  padding: .25em;
186}
187pre.text2 {
188  border-style: dotted;
189  border-width: 1px;
190  background-color: #f0f0f0;
191  width: 69em;
192}
193pre.inline {
194  background-color: white;
195  padding: 0em;
196}
197pre.text {
198  border-style: dotted;
199  border-width: 1px;
200  background-color: #f8f8f8;
201  width: 69em;
202}
203pre.drawing {
204  border-style: solid;
205  border-width: 1px;
206  background-color: #f8f8f8;
207  padding: 2em;
208}
209table {
210  margin-left: 2em;
211}
212table.tt {
213  vertical-align: top;
214}
215table.full {
216  border-style: outset;
217  border-width: 1px;
218}
219table.headers {
220  border-style: outset;
221  border-width: 1px;
222}
223table.tt td {
224  vertical-align: top;
225}
226table.full td {
227  border-style: inset;
228  border-width: 1px;
229}
230table.tt th {
231  vertical-align: top;
232}
233table.full th {
234  border-style: inset;
235  border-width: 1px;
236}
237table.headers th {
238  border-style: none none inset none;
239  border-width: 1px;
240}
241table.left {
242  margin-right: auto;
243}
244table.right {
245  margin-left: auto;
246}
247table.center {
248  margin-left: auto;
249  margin-right: auto;
250}
251caption {
252  caption-side: bottom;
253  font-weight: bold;
254  font-size: 9pt;
255  margin-top: .5em;
256}
257
258table.header {
259  border-spacing: 1px;
260  width: 95%;
261  font-size: 10pt;
262  color: white;
263}
264td.top {
265  vertical-align: top;
266}
267td.topnowrap {
268  vertical-align: top;
269  white-space: nowrap;
270}
271table.header td {
272  background-color: gray;
273  width: 50%;
274}
275table.header a {
276  color: white;
277}
278td.reference {
279  vertical-align: top;
280  white-space: nowrap;
281  padding-right: 1em;
282}
283thead {
284  display:table-header-group;
285}
286ul.toc, ul.toc ul {
287  list-style: none;
288  margin-left: 1.5em;
289  margin-right: 0em;
290  padding-left: 0em;
291}
292ul.toc li {
293  line-height: 150%;
294  font-weight: bold;
295  font-size: 10pt;
296  margin-left: 0em;
297  margin-right: 0em;
298}
299ul.toc li li {
300  line-height: normal;
301  font-weight: normal;
302  font-size: 9pt;
303  margin-left: 0em;
304  margin-right: 0em;
305}
306li.excluded {
307  font-size: 0pt;
308}
309ul p {
310  margin-left: 0em;
311}
312ul.ind, ul.ind ul {
313  list-style: none;
314  margin-left: 1.5em;
315  margin-right: 0em;
316  padding-left: 0em;
317  page-break-before: avoid;
318}
319ul.ind li {
320  font-weight: bold;
321  line-height: 200%;
322  margin-left: 0em;
323  margin-right: 0em;
324}
325ul.ind li li {
326  font-weight: normal;
327  line-height: 150%;
328  margin-left: 0em;
329  margin-right: 0em;
330}
331.avoidbreak {
332  page-break-inside: avoid;
333}
334.bcp14 {
335  font-style: normal;
336  text-transform: lowercase;
337  font-variant: small-caps;
338}
339.comment {
340  background-color: yellow;
341}
342.center {
343  text-align: center;
344}
345.error {
346  color: red;
347  font-style: italic;
348  font-weight: bold;
349}
350.figure {
351  font-weight: bold;
352  text-align: center;
353  font-size: 9pt;
354}
355.filename {
356  color: #333333;
357  font-weight: bold;
358  font-size: 12pt;
359  line-height: 21pt;
360  text-align: center;
361}
362.fn {
363  font-weight: bold;
364}
365.hidden {
366  display: none;
367}
368.left {
369  text-align: left;
370}
371.right {
372  text-align: right;
373}
374.title {
375  color: #990000;
376  font-size: 18pt;
377  line-height: 18pt;
378  font-weight: bold;
379  text-align: center;
380  margin-top: 36pt;
381}
382.vcardline {
383  display: block;
384}
385.warning {
386  font-size: 14pt;
387  background-color: yellow;
388}
389.feedback {
390  position: fixed;
391  bottom: 1%;
392  right: 1%;
393  padding: 3px 5px;
394  color: white;
395  border-radius: 5px;
396  background: #a00000;
397  border: 1px solid silver;
398}
399.fbbutton {
400  margin-left: 1em;
401  color: #303030;
402  font-size: small;
403  font-weight: normal;
404  background: #d0d000;
405  padding: 1px 4px;
406  border: 1px solid silver;
407  border-radius: 5px;
408}
409
410@media print {
411  .noprint {
412    display: none;
413  }
414 
415  a {
416    color: black;
417    text-decoration: none;
418  }
419
420  table.header {
421    width: 90%;
422  }
423
424  td.header {
425    width: 50%;
426    color: black;
427    background-color: white;
428    vertical-align: top;
429    font-size: 12pt;
430  }
431
432  ul.toc a::after {
433    content: leader('.') target-counter(attr(href), page);
434  }
435 
436  ul.ind li li a {
437    content: target-counter(attr(href), page);
438  }
439 
440  .print2col {
441    column-count: 2;
442    column-fill: auto;
443  }
444}
445
446@page {
447  @top-left {
448       content: "Internet-Draft";
449  }
450  @top-right {
451       content: "February 2012";
452  }
453  @top-center {
454       content: "HTTP/1.1, Part 4";
455  }
456  @bottom-left {
457       content: "Fielding, et al.";
458  }
459  @bottom-center {
460       content: "Expires August 4, 2012";
461  }
462  @bottom-right {
463       content: "[Page " counter(page) "]";
464  }
465}
466
467@page:first {
468    @top-left {
469      content: normal;
470    }
471    @top-right {
472      content: normal;
473    }
474    @top-center {
475      content: normal;
476    }
477}
478</style><link rel="Contents" href="#rfc.toc">
479      <link rel="Author" href="#rfc.authors">
480      <link rel="Copyright" href="#rfc.copyrightnotice">
481      <link rel="Index" href="#rfc.index">
482      <link rel="Chapter" title="1 Introduction" href="#rfc.section.1">
483      <link rel="Chapter" title="2 Validators" href="#rfc.section.2">
484      <link rel="Chapter" title="3 Precondition Header Fields" href="#rfc.section.3">
485      <link rel="Chapter" title="4 Status Code Definitions" href="#rfc.section.4">
486      <link rel="Chapter" title="5 IANA Considerations" href="#rfc.section.5">
487      <link rel="Chapter" title="6 Security Considerations" href="#rfc.section.6">
488      <link rel="Chapter" title="7 Acknowledgments" href="#rfc.section.7">
489      <link rel="Chapter" href="#rfc.section.8" title="8 References">
490      <link rel="Appendix" title="A Changes from RFC 2616" href="#rfc.section.A">
491      <link rel="Appendix" title="B Collected ABNF" href="#rfc.section.B">
492      <link rel="Appendix" title="C Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.C">
493      <link href="p3-payload.html" rel="prev">
494      <link href="p5-range.html" rel="next">
495      <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.564, 2012-01-28 14:56:56, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">
496      <link rel="schema.dct" href="http://purl.org/dc/terms/">
497      <meta name="dct.creator" content="Fielding, R.">
498      <meta name="dct.creator" content="Gettys, J.">
499      <meta name="dct.creator" content="Mogul, J.">
500      <meta name="dct.creator" content="Frystyk, H.">
501      <meta name="dct.creator" content="Masinter, L.">
502      <meta name="dct.creator" content="Leach, P.">
503      <meta name="dct.creator" content="Berners-Lee, T.">
504      <meta name="dct.creator" content="Lafon, Y.">
505      <meta name="dct.creator" content="Reschke, J. F.">
506      <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p4-conditional-latest">
507      <meta name="dct.issued" scheme="ISO8601" content="2012-02-01">
508      <meta name="dct.replaces" content="urn:ietf:rfc:2616">
509      <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. HTTP has been in use by the World Wide Web global information initiative since 1990. This document is Part 4 of the seven-part specification that defines the protocol referred to as &#34;HTTP/1.1&#34; and, taken together, obsoletes RFC 2616. Part 4 defines request header fields for indicating conditional requests and the rules for constructing responses to those requests.">
510      <meta name="description" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. HTTP has been in use by the World Wide Web global information initiative since 1990. This document is Part 4 of the seven-part specification that defines the protocol referred to as &#34;HTTP/1.1&#34; and, taken together, obsoletes RFC 2616. Part 4 defines request header fields for indicating conditional requests and the rules for constructing responses to those requests.">
511   </head>
512   <body onload="init();">
513      <table class="header">
514         <tbody>
515            <tr>
516               <td class="left">HTTPbis Working Group</td>
517               <td class="right">R. Fielding, Editor</td>
518            </tr>
519            <tr>
520               <td class="left">Internet-Draft</td>
521               <td class="right">Adobe</td>
522            </tr>
523            <tr>
524               <td class="left">Obsoletes: <a href="http://tools.ietf.org/html/rfc2616">2616</a> (if approved)
525               </td>
526               <td class="right">J. Gettys</td>
527            </tr>
528            <tr>
529               <td class="left">Intended status: Standards Track</td>
530               <td class="right">Alcatel-Lucent</td>
531            </tr>
532            <tr>
533               <td class="left">Expires: August 4, 2012</td>
534               <td class="right">J. Mogul</td>
535            </tr>
536            <tr>
537               <td class="left"></td>
538               <td class="right">HP</td>
539            </tr>
540            <tr>
541               <td class="left"></td>
542               <td class="right">H. Frystyk</td>
543            </tr>
544            <tr>
545               <td class="left"></td>
546               <td class="right">Microsoft</td>
547            </tr>
548            <tr>
549               <td class="left"></td>
550               <td class="right">L. Masinter</td>
551            </tr>
552            <tr>
553               <td class="left"></td>
554               <td class="right">Adobe</td>
555            </tr>
556            <tr>
557               <td class="left"></td>
558               <td class="right">P. Leach</td>
559            </tr>
560            <tr>
561               <td class="left"></td>
562               <td class="right">Microsoft</td>
563            </tr>
564            <tr>
565               <td class="left"></td>
566               <td class="right">T. Berners-Lee</td>
567            </tr>
568            <tr>
569               <td class="left"></td>
570               <td class="right">W3C/MIT</td>
571            </tr>
572            <tr>
573               <td class="left"></td>
574               <td class="right">Y. Lafon, Editor</td>
575            </tr>
576            <tr>
577               <td class="left"></td>
578               <td class="right">W3C</td>
579            </tr>
580            <tr>
581               <td class="left"></td>
582               <td class="right">J. Reschke, Editor</td>
583            </tr>
584            <tr>
585               <td class="left"></td>
586               <td class="right">greenbytes</td>
587            </tr>
588            <tr>
589               <td class="left"></td>
590               <td class="right">February 1, 2012</td>
591            </tr>
592         </tbody>
593      </table>
594      <p class="title">HTTP/1.1, part 4: Conditional Requests<br><span class="filename">draft-ietf-httpbis-p4-conditional-latest</span></p>
595      <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1>
596      <p>The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information
597         systems. HTTP has been in use by the World Wide Web global information initiative since 1990. This document is Part 4 of the
598         seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616.
599      </p> 
600      <p>Part 4 defines request header fields for indicating conditional requests and the rules for constructing responses to those
601         requests.
602      </p>
603      <h1 id="rfc.note.1"><a href="#rfc.note.1">Editorial Note (To be removed by RFC Editor)</a></h1>
604      <p>Discussion of this draft should take place on the HTTPBIS working group mailing list (ietf-http-wg@w3.org), which is archived
605         at &lt;<a href="http://lists.w3.org/Archives/Public/ietf-http-wg/">http://lists.w3.org/Archives/Public/ietf-http-wg/</a>&gt;.
606      </p> 
607      <p>The current issues list is at &lt;<a href="http://tools.ietf.org/wg/httpbis/trac/report/3">http://tools.ietf.org/wg/httpbis/trac/report/3</a>&gt; and related documents (including fancy diffs) can be found at &lt;<a href="http://tools.ietf.org/wg/httpbis/">http://tools.ietf.org/wg/httpbis/</a>&gt;.
608      </p> 
609      <p>The changes in this draft are summarized in <a href="#changes.since.18" title="Since draft-ietf-httpbis-p4-conditional-18">Appendix&nbsp;C.20</a>.
610      </p>
611      <h1><a id="rfc.status" href="#rfc.status">Status of This Memo</a></h1>
612      <p>This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.</p>
613      <p>Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute
614         working documents as Internet-Drafts. The list of current Internet-Drafts is at <a href="http://datatracker.ietf.org/drafts/current/">http://datatracker.ietf.org/drafts/current/</a>.
615      </p>
616      <p>Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other
617         documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as “work
618         in progress”.
619      </p>
620      <p>This Internet-Draft will expire on August 4, 2012.</p>
621      <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1>
622      <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p>
623      <p>This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (<a href="http://trustee.ietf.org/license-info">http://trustee.ietf.org/license-info</a>) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights
624         and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License
625         text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified
626         BSD License.
627      </p>
628      <p>This document may contain material from IETF Documents or IETF Contributions published or made publicly available before November
629         10, 2008. The person(s) controlling the copyright in some of this material may not have granted the IETF Trust the right to
630         allow modifications of such material outside the IETF Standards Process. Without obtaining an adequate license from the person(s)
631         controlling the copyright in such materials, this document may not be modified outside the IETF Standards Process, and derivative
632         works of it may not be created outside the IETF Standards Process, except to format it for publication as an RFC or to translate
633         it into languages other than English.
634      </p>
635      <hr class="noprint">
636      <h1 class="np" id="rfc.toc"><a href="#rfc.toc">Table of Contents</a></h1>
637      <ul class="toc">
638         <li>1.&nbsp;&nbsp;&nbsp;<a href="#introduction">Introduction</a><ul>
639               <li>1.1&nbsp;&nbsp;&nbsp;<a href="#intro.conformance.and.error.handling">Conformance and Error Handling</a></li>
640               <li>1.2&nbsp;&nbsp;&nbsp;<a href="#notation">Syntax Notation</a></li>
641            </ul>
642         </li>
643         <li>2.&nbsp;&nbsp;&nbsp;<a href="#validators">Validators</a><ul>
644               <li>2.1&nbsp;&nbsp;&nbsp;<a href="#weak.and.strong.validators">Weak versus Strong</a></li>
645               <li>2.2&nbsp;&nbsp;&nbsp;<a href="#header.last-modified">Last-Modified</a><ul>
646                     <li>2.2.1&nbsp;&nbsp;&nbsp;<a href="#lastmod.generation">Generation</a></li>
647                     <li>2.2.2&nbsp;&nbsp;&nbsp;<a href="#lastmod.comparison">Comparison</a></li>
648                  </ul>
649               </li>
650               <li>2.3&nbsp;&nbsp;&nbsp;<a href="#header.etag">ETag</a><ul>
651                     <li>2.3.1&nbsp;&nbsp;&nbsp;<a href="#entity.tag.generation">Generation</a></li>
652                     <li>2.3.2&nbsp;&nbsp;&nbsp;<a href="#entity.tag.comparison">Comparison</a></li>
653                     <li>2.3.3&nbsp;&nbsp;&nbsp;<a href="#example.entity.tag.vs.conneg">Example: Entity-tags varying on Content-Negotiated Resources</a></li>
654                  </ul>
655               </li>
656               <li>2.4&nbsp;&nbsp;&nbsp;<a href="#rules.for.when.to.use.entity.tags.and.last-modified.dates">Rules for When to Use Entity-tags and Last-Modified Dates</a></li>
657            </ul>
658         </li>
659         <li>3.&nbsp;&nbsp;&nbsp;<a href="#header.field.definitions">Precondition Header Fields</a><ul>
660               <li>3.1&nbsp;&nbsp;&nbsp;<a href="#header.if-match">If-Match</a></li>
661               <li>3.2&nbsp;&nbsp;&nbsp;<a href="#header.if-none-match">If-None-Match</a></li>
662               <li>3.3&nbsp;&nbsp;&nbsp;<a href="#header.if-modified-since">If-Modified-Since</a></li>
663               <li>3.4&nbsp;&nbsp;&nbsp;<a href="#header.if-unmodified-since">If-Unmodified-Since</a></li>
664               <li>3.5&nbsp;&nbsp;&nbsp;<a href="#header.if-range">If-Range</a></li>
665            </ul>
666         </li>
667         <li>4.&nbsp;&nbsp;&nbsp;<a href="#status.code.definitions">Status Code Definitions</a><ul>
668               <li>4.1&nbsp;&nbsp;&nbsp;<a href="#status.304">304 Not Modified</a></li>
669               <li>4.2&nbsp;&nbsp;&nbsp;<a href="#status.412">412 Precondition Failed</a></li>
670            </ul>
671         </li>
672         <li>5.&nbsp;&nbsp;&nbsp;<a href="#IANA.considerations">IANA Considerations</a><ul>
673               <li>5.1&nbsp;&nbsp;&nbsp;<a href="#status.code.registration">Status Code Registration</a></li>
674               <li>5.2&nbsp;&nbsp;&nbsp;<a href="#header.field.registration">Header Field Registration</a></li>
675            </ul>
676         </li>
677         <li>6.&nbsp;&nbsp;&nbsp;<a href="#security.considerations">Security Considerations</a></li>
678         <li>7.&nbsp;&nbsp;&nbsp;<a href="#acks">Acknowledgments</a></li>
679         <li>8.&nbsp;&nbsp;&nbsp;<a href="#rfc.references">References</a><ul>
680               <li>8.1&nbsp;&nbsp;&nbsp;<a href="#rfc.references.1">Normative References</a></li>
681               <li>8.2&nbsp;&nbsp;&nbsp;<a href="#rfc.references.2">Informative References</a></li>
682            </ul>
683         </li>
684         <li><a href="#rfc.authors">Authors' Addresses</a></li>
685         <li>A.&nbsp;&nbsp;&nbsp;<a href="#changes.from.rfc.2616">Changes from RFC 2616</a></li>
686         <li>B.&nbsp;&nbsp;&nbsp;<a href="#collected.abnf">Collected ABNF</a></li>
687         <li>C.&nbsp;&nbsp;&nbsp;<a href="#change.log">Change Log (to be removed by RFC Editor before publication)</a><ul>
688               <li>C.1&nbsp;&nbsp;&nbsp;<a href="#rfc.section.C.1">Since RFC 2616</a></li>
689               <li>C.2&nbsp;&nbsp;&nbsp;<a href="#rfc.section.C.2">Since draft-ietf-httpbis-p4-conditional-00</a></li>
690               <li>C.3&nbsp;&nbsp;&nbsp;<a href="#rfc.section.C.3">Since draft-ietf-httpbis-p4-conditional-01</a></li>
691               <li>C.4&nbsp;&nbsp;&nbsp;<a href="#changes.since.02">Since draft-ietf-httpbis-p4-conditional-02</a></li>
692               <li>C.5&nbsp;&nbsp;&nbsp;<a href="#changes.since.03">Since draft-ietf-httpbis-p4-conditional-03</a></li>
693               <li>C.6&nbsp;&nbsp;&nbsp;<a href="#changes.since.04">Since draft-ietf-httpbis-p4-conditional-04</a></li>
694               <li>C.7&nbsp;&nbsp;&nbsp;<a href="#changes.since.05">Since draft-ietf-httpbis-p4-conditional-05</a></li>
695               <li>C.8&nbsp;&nbsp;&nbsp;<a href="#changes.since.06">Since draft-ietf-httpbis-p4-conditional-06</a></li>
696               <li>C.9&nbsp;&nbsp;&nbsp;<a href="#changes.since.07">Since draft-ietf-httpbis-p4-conditional-07</a></li>
697               <li>C.10&nbsp;&nbsp;&nbsp;<a href="#changes.since.08">Since draft-ietf-httpbis-p4-conditional-08</a></li>
698               <li>C.11&nbsp;&nbsp;&nbsp;<a href="#changes.since.09">Since draft-ietf-httpbis-p4-conditional-09</a></li>
699               <li>C.12&nbsp;&nbsp;&nbsp;<a href="#changes.since.10">Since draft-ietf-httpbis-p4-conditional-10</a></li>
700               <li>C.13&nbsp;&nbsp;&nbsp;<a href="#changes.since.11">Since draft-ietf-httpbis-p4-conditional-11</a></li>
701               <li>C.14&nbsp;&nbsp;&nbsp;<a href="#changes.since.12">Since draft-ietf-httpbis-p4-conditional-12</a></li>
702               <li>C.15&nbsp;&nbsp;&nbsp;<a href="#changes.since.13">Since draft-ietf-httpbis-p4-conditional-13</a></li>
703               <li>C.16&nbsp;&nbsp;&nbsp;<a href="#changes.since.14">Since draft-ietf-httpbis-p4-conditional-14</a></li>
704               <li>C.17&nbsp;&nbsp;&nbsp;<a href="#changes.since.15">Since draft-ietf-httpbis-p4-conditional-15</a></li>
705               <li>C.18&nbsp;&nbsp;&nbsp;<a href="#changes.since.16">Since draft-ietf-httpbis-p4-conditional-16</a></li>
706               <li>C.19&nbsp;&nbsp;&nbsp;<a href="#changes.since.17">Since draft-ietf-httpbis-p4-conditional-17</a></li>
707               <li>C.20&nbsp;&nbsp;&nbsp;<a href="#changes.since.18">Since draft-ietf-httpbis-p4-conditional-18</a></li>
708            </ul>
709         </li>
710         <li><a href="#rfc.index">Index</a></li>
711      </ul>
712      <h1 id="rfc.section.1" class="np"><a href="#rfc.section.1">1.</a>&nbsp;<a id="introduction" href="#introduction">Introduction</a></h1>
713      <p id="rfc.section.1.p.1">This document defines the HTTP/1.1 conditional request mechanisms, including both metadata for indicating/observing changes
714         in resource representations and request header fields that specify preconditions on that metadata be checked before performing
715         the request method. Conditional GET requests are the most efficient mechanism for HTTP cache updates <a href="#Part6" id="rfc.xref.Part6.1"><cite title="HTTP/1.1, part 6: Caching">[Part6]</cite></a>. Conditionals can also be applied to state-changing methods, such as PUT and DELETE, to prevent the "lost update" problem:
716         one client accidentally overwriting the work of another client that has been acting in parallel.
717      </p>
718      <p id="rfc.section.1.p.2">Conditional request preconditions are based on the state of the target resource as a whole (its current value set) or the
719         state as observed in a previously obtained representation (one value in that set). A resource might have multiple current
720         representations, each with its own observable state. The conditional request mechanisms assume that the mapping of requests
721         to corresponding representations will be consistent over time if the server intends to take advantage of conditionals. Regardless,
722         if the mapping is inconsistent and the server is unable to select the appropriate representation, then no harm will result
723         when the precondition evaluates to false.
724      </p>
725      <p id="rfc.section.1.p.3"><span id="rfc.iref.s.1"></span> We use the term "<dfn>selected representation</dfn>" to refer to the current representation of the target resource that would have been selected in a successful response if
726         the same request had used the method GET and had excluded all of the conditional request header fields. The conditional request
727         preconditions are evaluated by comparing the values provided in the request header fields to the current metadata for the
728         selected representation.
729      </p>
730      <h2 id="rfc.section.1.1"><a href="#rfc.section.1.1">1.1</a>&nbsp;<a id="intro.conformance.and.error.handling" href="#intro.conformance.and.error.handling">Conformance and Error Handling</a></h2>
731      <p id="rfc.section.1.1.p.1">The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL"
732         in this document are to be interpreted as described in <a href="#RFC2119" id="rfc.xref.RFC2119.1"><cite title="Key words for use in RFCs to Indicate Requirement Levels">[RFC2119]</cite></a>.
733      </p>
734      <p id="rfc.section.1.1.p.2">This document defines conformance criteria for several roles in HTTP communication, including Senders, Recipients, Clients,
735         Servers, User-Agents, Origin Servers, Intermediaries, Proxies and Gateways. See <a href="p1-messaging.html#architecture" title="Architecture">Section 2</a> of <a href="#Part1" id="rfc.xref.Part1.1"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a> for definitions of these terms.
736      </p>
737      <p id="rfc.section.1.1.p.3">An implementation is considered conformant if it complies with all of the requirements associated with its role(s). Note that
738         SHOULD-level requirements are relevant here, unless one of the documented exceptions is applicable.
739      </p>
740      <p id="rfc.section.1.1.p.4">This document also uses ABNF to define valid protocol elements (<a href="#notation" title="Syntax Notation">Section&nbsp;1.2</a>). In addition to the prose requirements placed upon them, Senders <em class="bcp14">MUST NOT</em> generate protocol elements that are invalid.
741      </p>
742      <p id="rfc.section.1.1.p.5">Unless noted otherwise, Recipients <em class="bcp14">MAY</em> take steps to recover a usable protocol element from an invalid construct. However, HTTP does not define specific error handling
743         mechanisms, except in cases where it has direct impact on security. This is because different uses of the protocol require
744         different error handling strategies; for example, a Web browser may wish to transparently recover from a response where the
745         Location header field doesn't parse according to the ABNF, whereby in a systems control protocol using HTTP, this type of
746         error recovery could lead to dangerous consequences.
747      </p>
748      <h2 id="rfc.section.1.2"><a href="#rfc.section.1.2">1.2</a>&nbsp;<a id="notation" href="#notation">Syntax Notation</a></h2>
749      <p id="rfc.section.1.2.p.1">This specification uses the Augmented Backus-Naur Form (ABNF) notation of <a href="#RFC5234" id="rfc.xref.RFC5234.1"><cite title="Augmented BNF for Syntax Specifications: ABNF">[RFC5234]</cite></a> with the list rule extension defined in <a href="p1-messaging.html#notation" title="Syntax Notation">Section 1.2</a> of <a href="#Part1" id="rfc.xref.Part1.2"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>. <a href="#collected.abnf" title="Collected ABNF">Appendix&nbsp;B</a> shows the collected ABNF with the list rule expanded.
750      </p>
751      <p id="rfc.section.1.2.p.2">The following core rules are included by reference, as defined in <a href="#RFC5234" id="rfc.xref.RFC5234.2"><cite title="Augmented BNF for Syntax Specifications: ABNF">[RFC5234]</cite></a>, <a href="http://tools.ietf.org/html/rfc5234#appendix-B.1">Appendix B.1</a>: ALPHA (letters), CR (carriage return), CRLF (CR LF), CTL (controls), DIGIT (decimal 0-9), DQUOTE (double quote), HEXDIG
752         (hexadecimal 0-9/A-F/a-f), LF (line feed), OCTET (any 8-bit sequence of data), SP (space), and VCHAR (any visible US-ASCII
753         character).
754      </p>
755      <p id="rfc.section.1.2.p.3">The ABNF rules below are defined in <a href="#Part1" id="rfc.xref.Part1.3"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a> and <a href="#Part2" id="rfc.xref.Part2.1"><cite title="HTTP/1.1, part 2: Message Semantics">[Part2]</cite></a>:
756      </p>
757      <div id="rfc.figure.u.1"></div><pre class="inline">  <a href="#notation" class="smpl">OWS</a>           = &lt;OWS, defined in <a href="#Part1" id="rfc.xref.Part1.4"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#whitespace" title="Whitespace">Section 3.2.1</a>&gt;
758  <a href="#notation" class="smpl">obs-text</a>      = &lt;obs-text, defined in <a href="#Part1" id="rfc.xref.Part1.5"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#field.components" title="Field value components">Section 3.2.4</a>&gt;
759  <a href="#notation" class="smpl">HTTP-date</a>     = &lt;HTTP-date, defined in <a href="#Part2" id="rfc.xref.Part2.2"><cite title="HTTP/1.1, part 2: Message Semantics">[Part2]</cite></a>, <a href="p2-semantics.html#http.date" title="Date/Time Formats">Section 8</a>&gt;
760</pre><div id="rfc.iref.m.1"></div>
761      <div id="rfc.iref.v.1"></div>
762      <h1 id="rfc.section.2"><a href="#rfc.section.2">2.</a>&nbsp;<a id="validators" href="#validators">Validators</a></h1>
763      <p id="rfc.section.2.p.1">This specification defines two forms of metadata that are commonly used to observe resource state and test for preconditions:
764         modification dates and opaque entity tags. Additional metadata that reflects resource state has been defined by various extensions
765         of HTTP, such as WebDAV <a href="#RFC4918" id="rfc.xref.RFC4918.1"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, that are beyond the scope of this specification. A resource metadata value is referred to as a "<dfn>validator</dfn>" when it is used within a precondition.
766      </p>
767      <div id="rfc.iref.v.2"></div>
768      <div id="rfc.iref.v.3"></div>
769      <h2 id="rfc.section.2.1"><a href="#rfc.section.2.1">2.1</a>&nbsp;<a id="weak.and.strong.validators" href="#weak.and.strong.validators">Weak versus Strong</a></h2>
770      <p id="rfc.section.2.1.p.1">Validators come in two flavors: strong or weak. Weak validators are easy to generate but are far less useful for comparisons.
771         Strong validators are ideal for comparisons but can be very difficult (and occasionally impossible) to generate efficiently.
772         Rather than impose that all forms of resource adhere to the same strength of validator, HTTP exposes the type of validator
773         in use and imposes restrictions on when weak validators can be used as preconditions.
774      </p>
775      <p id="rfc.section.2.1.p.2">A "strong validator" is a representation metadata value that <em class="bcp14">MUST</em> be changed to a new, previously unused or guaranteed unique, value whenever a change occurs to the representation data such
776         that a change would be observable in the payload body of a 200 response to GET. A strong validator <em class="bcp14">MAY</em> be changed for other reasons, such as when a semantically significant part of the representation metadata is changed (e.g.,
777         Content-Type), but it is in the best interests of the origin server to only change the value when it is necessary to invalidate
778         the stored responses held by remote caches and authoring tools. A strong validator <em class="bcp14">MUST</em> be unique across all representations of a given resource, such that no two representations of that resource share the same
779         validator unless their payload body would be identical.
780      </p>
781      <p id="rfc.section.2.1.p.3">Cache entries might persist for arbitrarily long periods, regardless of expiration times. Thus, a cache might attempt to validate
782         an entry using a validator that it obtained in the distant past. A strong validator <em class="bcp14">MUST</em> be unique across all versions of all representations associated with a particular resource over time. However, there is no
783         implication of uniqueness across representations of different resources (i.e., the same strong validator might be in use for
784         representations of multiple resources at the same time and does not imply that those representations are equivalent).
785      </p>
786      <p id="rfc.section.2.1.p.4">There are a variety of strong validators used in practice. The best are based on strict revision control, wherein each change
787         to a representation always results in a unique node name and revision identifier being assigned before the representation
788         is made accessible to GET. A cryptographic hash function applied to the representation data is also sufficient if the data
789         is available prior to the response header fields being sent and the digest does not need to be recalculated every time a validation
790         request is received. However, if a resource has distinct representations that differ only in their metadata, such as might
791         occur with content negotiation over media types that happen to share the same data format, then a server <em class="bcp14">SHOULD</em> incorporate additional information in the validator to distinguish those representations and avoid confusing cache behavior.
792      </p>
793      <p id="rfc.section.2.1.p.5">In contrast, a "weak validator" is a representation metadata value that might not be changed for every change to the representation
794         data. This weakness might be due to limitations in how the value is calculated, such as clock resolution or an inability to
795         ensure uniqueness for all possible representations of the resource, or due to a desire by the resource owner to group representations
796         by some self-determined set of equivalency rather than unique sequences of data. A weak entity-tag <em class="bcp14">SHOULD</em> change whenever the origin server considers prior representations to be unacceptable as a substitute for the current representation.
797         In other words, a weak entity-tag <em class="bcp14">SHOULD</em> change whenever the origin server wants caches to invalidate old responses.
798      </p>
799      <p id="rfc.section.2.1.p.6">For example, the representation of a weather report that changes in content every second, based on dynamic measurements, might
800         be grouped into sets of equivalent representations (from the origin server's perspective) with the same weak validator in
801         order to allow cached representations to be valid for a reasonable period of time (perhaps adjusted dynamically based on server
802         load or weather quality). Likewise, a representation's modification time, if defined with only one-second resolution, might
803         be a weak validator if it is possible for the representation to be modified twice during a single second and retrieved between
804         those modifications.
805      </p>
806      <p id="rfc.section.2.1.p.7">A "use" of a validator occurs when either a client generates a request and includes the validator in a precondition or when
807         a server compares two validators. Weak validators are only usable in contexts that do not depend on exact equality of a representation's
808         payload body. Strong validators are usable and preferred for all conditional requests, including cache validation, partial
809         content ranges, and "lost update" avoidance.
810      </p>
811      <div id="rfc.iref.l.1"></div>
812      <div id="rfc.iref.h.1"></div>
813      <h2 id="rfc.section.2.2"><a href="#rfc.section.2.2">2.2</a>&nbsp;<a id="header.last-modified" href="#header.last-modified">Last-Modified</a></h2>
814      <p id="rfc.section.2.2.p.1">The "Last-Modified" header field indicates the date and time at which the origin server believes the selected representation
815         was last modified.
816      </p>
817      <div id="rfc.figure.u.2"></div><pre class="inline"><span id="rfc.iref.g.1"></span>  <a href="#header.last-modified" class="smpl">Last-Modified</a> = <a href="#notation" class="smpl">HTTP-date</a>
818</pre><p id="rfc.section.2.2.p.3">An example of its use is</p>
819      <div id="rfc.figure.u.3"></div><pre class="text">  Last-Modified: Tue, 15 Nov 1994 12:45:26 GMT
820</pre><h3 id="rfc.section.2.2.1"><a href="#rfc.section.2.2.1">2.2.1</a>&nbsp;<a id="lastmod.generation" href="#lastmod.generation">Generation</a></h3>
821      <p id="rfc.section.2.2.1.p.1">Origin servers <em class="bcp14">SHOULD</em> send Last-Modified for any selected representation for which a last modification date can be reasonably and consistently determined,
822         since its use in conditional requests and evaluating cache freshness (<a href="#Part6" id="rfc.xref.Part6.2"><cite title="HTTP/1.1, part 6: Caching">[Part6]</cite></a>) results in a substantial reduction of HTTP traffic on the Internet and can be a significant factor in improving service
823         scalability and reliability.
824      </p>
825      <p id="rfc.section.2.2.1.p.2">A representation is typically the sum of many parts behind the resource interface. The last-modified time would usually be
826         the most recent time that any of those parts were changed. How that value is determined for any given resource is an implementation
827         detail beyond the scope of this specification. What matters to HTTP is how recipients of the Last-Modified header field can
828         use its value to make conditional requests and test the validity of locally cached responses.
829      </p>
830      <p id="rfc.section.2.2.1.p.3">An origin server <em class="bcp14">SHOULD</em> obtain the Last-Modified value of the representation as close as possible to the time that it generates the Date field-value
831         for its response. This allows a recipient to make an accurate assessment of the representation's modification time, especially
832         if the representation changes near the time that the response is generated.
833      </p>
834      <p id="rfc.section.2.2.1.p.4">An origin server with a clock <em class="bcp14">MUST NOT</em> send a Last-Modified date that is later than the server's time of message origination (Date). If the last modification time
835         is derived from implementation-specific metadata that evaluates to some time in the future, according to the origin server's
836         clock, then the origin server <em class="bcp14">MUST</em> replace that value with the message origination date. This prevents a future modification date from having an adverse impact
837         on cache validation.
838      </p>
839      <p id="rfc.section.2.2.1.p.5">An origin server without a clock <em class="bcp14">MUST NOT</em> assign Last-Modified values to a response unless these values were associated with the resource by some other system or user
840         with a reliable clock.
841      </p>
842      <h3 id="rfc.section.2.2.2"><a href="#rfc.section.2.2.2">2.2.2</a>&nbsp;<a id="lastmod.comparison" href="#lastmod.comparison">Comparison</a></h3>
843      <p id="rfc.section.2.2.2.p.1">A Last-Modified time, when used as a validator in a request, is implicitly weak unless it is possible to deduce that it is
844         strong, using the following rules:
845      </p>
846      <ul>
847         <li>The validator is being compared by an origin server to the actual current validator for the representation and,</li>
848         <li>That origin server reliably knows that the associated representation did not change twice during the second covered by the
849            presented validator.
850         </li>
851      </ul>
852      <p id="rfc.section.2.2.2.p.2">or </p>
853      <ul>
854         <li>The validator is about to be used by a client in an If-Modified-Since, If-Unmodified-Since header field, because the client
855            has a cache entry, or If-Range for the associated representation, and
856         </li>
857         <li>That cache entry includes a Date value, which gives the time when the origin server sent the original response, and</li>
858         <li>The presented Last-Modified time is at least 60 seconds before the Date value.</li>
859      </ul>
860      <p id="rfc.section.2.2.2.p.3">or </p>
861      <ul>
862         <li>The validator is being compared by an intermediate cache to the validator stored in its cache entry for the representation,
863            and
864         </li>
865         <li>That cache entry includes a Date value, which gives the time when the origin server sent the original response, and</li>
866         <li>The presented Last-Modified time is at least 60 seconds before the Date value.</li>
867      </ul>
868      <p id="rfc.section.2.2.2.p.4">This method relies on the fact that if two different responses were sent by the origin server during the same second, but
869         both had the same Last-Modified time, then at least one of those responses would have a Date value equal to its Last-Modified
870         time. The arbitrary 60-second limit guards against the possibility that the Date and Last-Modified values are generated from
871         different clocks, or at somewhat different times during the preparation of the response. An implementation <em class="bcp14">MAY</em> use a value larger than 60 seconds, if it is believed that 60 seconds is too short.
872      </p>
873      <div id="rfc.iref.e.1"></div>
874      <div id="rfc.iref.h.2"></div>
875      <h2 id="rfc.section.2.3"><a href="#rfc.section.2.3">2.3</a>&nbsp;<a id="header.etag" href="#header.etag">ETag</a></h2>
876      <p id="rfc.section.2.3.p.1">The ETag header field provides the current entity-tag for the selected representation. An entity-tag is an opaque validator
877         for differentiating between multiple representations of the same resource, regardless of whether those multiple representations
878         are due to resource state changes over time, content negotiation resulting in multiple representations being valid at the
879         same time, or both. An entity-tag consists of an opaque quoted string, possibly prefixed by a weakness indicator.
880      </p>
881      <div id="rfc.figure.u.4"></div><pre class="inline"><span id="rfc.iref.g.2"></span><span id="rfc.iref.g.3"></span><span id="rfc.iref.g.4"></span><span id="rfc.iref.g.5"></span><span id="rfc.iref.g.6"></span>  <a href="#header.etag" class="smpl">ETag</a>       = <a href="#header.etag" class="smpl">entity-tag</a>
882
883  <a href="#header.etag" class="smpl">entity-tag</a> = [ <a href="#header.etag" class="smpl">weak</a> ] <a href="#header.etag" class="smpl">opaque-tag</a>
884  <a href="#header.etag" class="smpl">weak</a>       = %x57.2F ; "W/", case-sensitive
885  <a href="#header.etag" class="smpl">opaque-tag</a> = <a href="#notation" class="smpl">DQUOTE</a> *<a href="#header.etag" class="smpl">etagc</a> <a href="#notation" class="smpl">DQUOTE</a>
886  <a href="#header.etag" class="smpl">etagc</a>      = %x21 / %x23-7E / <a href="#notation" class="smpl">obs-text</a>
887             ; <a href="#notation" class="smpl">VCHAR</a> except double quotes, plus obs-text
888</pre><div class="note" id="rfc.section.2.3.p.3">
889         <p> <b>Note:</b> Previously, opaque-tag was defined to be a quoted-string (<a href="#RFC2616" id="rfc.xref.RFC2616.1"><cite title="Hypertext Transfer Protocol -- HTTP/1.1">[RFC2616]</cite></a>, <a href="http://tools.ietf.org/html/rfc2616#section-3.11">Section 3.11</a>), thus some recipients might perform backslash unescaping. Servers therefore ought to avoid backslash characters in entity
890            tags.
891         </p>
892      </div>
893      <p id="rfc.section.2.3.p.4">An entity-tag can be more reliable for validation than a modification date in situations where it is inconvenient to store
894         modification dates, where the one-second resolution of HTTP date values is not sufficient, or where modification dates are
895         not consistently maintained.
896      </p>
897      <div id="rfc.figure.u.5"></div>
898      <p>Examples:</p>  <pre class="text">  ETag: "xyzzy"
899  ETag: W/"xyzzy"
900  ETag: ""
901</pre><p id="rfc.section.2.3.p.6">An entity-tag can be either a weak or strong validator, with strong being the default. If an origin server provides an entity-tag
902         for a representation and the generation of that entity-tag does not satisfy the requirements for a strong validator (<a href="#weak.and.strong.validators" title="Weak versus Strong">Section&nbsp;2.1</a>), then that entity-tag <em class="bcp14">MUST</em> be marked as weak by prefixing its opaque value with "W/" (case-sensitive).
903      </p>
904      <h3 id="rfc.section.2.3.1"><a href="#rfc.section.2.3.1">2.3.1</a>&nbsp;<a id="entity.tag.generation" href="#entity.tag.generation">Generation</a></h3>
905      <p id="rfc.section.2.3.1.p.1">The principle behind entity-tags is that only the service author knows the implementation of a resource well enough to select
906         the most accurate and efficient validation mechanism for that resource, and that any such mechanism can be mapped to a simple
907         sequence of octets for easy comparison. Since the value is opaque, there is no need for the client to be aware of how each
908         entity-tag is constructed.
909      </p>
910      <p id="rfc.section.2.3.1.p.2">For example, a resource that has implementation-specific versioning applied to all changes might use an internal revision
911         number, perhaps combined with a variance identifier for content negotiation, to accurately differentiate between representations.
912         Other implementations might use a stored hash of representation content, a combination of various filesystem attributes, or
913         a modification timestamp that has sub-second resolution.
914      </p>
915      <p id="rfc.section.2.3.1.p.3">Origin servers <em class="bcp14">SHOULD</em> send ETag for any selected representation for which detection of changes can be reasonably and consistently determined, since
916         the entity-tag's use in conditional requests and evaluating cache freshness (<a href="#Part6" id="rfc.xref.Part6.3"><cite title="HTTP/1.1, part 6: Caching">[Part6]</cite></a>) can result in a substantial reduction of HTTP network traffic and can be a significant factor in improving service scalability
917         and reliability.
918      </p>
919      <h3 id="rfc.section.2.3.2"><a href="#rfc.section.2.3.2">2.3.2</a>&nbsp;<a id="entity.tag.comparison" href="#entity.tag.comparison">Comparison</a></h3>
920      <p id="rfc.section.2.3.2.p.1">There are two entity-tag comparison functions, depending on whether the comparison context allows the use of weak validators
921         or not:
922      </p>
923      <ul>
924         <li>The strong comparison function: in order to be considered equal, both opaque-tags <em class="bcp14">MUST</em> be identical character-by-character, and both <em class="bcp14">MUST NOT</em> be weak.
925         </li>
926         <li>The weak comparison function: in order to be considered equal, both opaque-tags <em class="bcp14">MUST</em> be identical character-by-character, but either or both of them <em class="bcp14">MAY</em> be tagged as "weak" without affecting the result.
927         </li>
928      </ul>
929      <p id="rfc.section.2.3.2.p.2">The example below shows the results for a set of entity-tag pairs, and both the weak and strong comparison function results:</p>
930      <div id="rfc.table.u.1">
931         <table class="tt full left" cellpadding="3" cellspacing="0">
932            <thead>
933               <tr>
934                  <th>ETag 1</th>
935                  <th>ETag 2</th>
936                  <th>Strong Comparison</th>
937                  <th>Weak Comparison</th>
938               </tr>
939            </thead>
940            <tbody>
941               <tr>
942                  <td class="left">W/"1"</td>
943                  <td class="left">W/"1"</td>
944                  <td class="left">no match</td>
945                  <td class="left">match</td>
946               </tr>
947               <tr>
948                  <td class="left">W/"1"</td>
949                  <td class="left">W/"2"</td>
950                  <td class="left">no match</td>
951                  <td class="left">no match</td>
952               </tr>
953               <tr>
954                  <td class="left">W/"1"</td>
955                  <td class="left">"1"</td>
956                  <td class="left">no match</td>
957                  <td class="left">match</td>
958               </tr>
959               <tr>
960                  <td class="left">"1"</td>
961                  <td class="left">"1"</td>
962                  <td class="left">match</td>
963                  <td class="left">match</td>
964               </tr>
965            </tbody>
966         </table>
967      </div>
968      <h3 id="rfc.section.2.3.3"><a href="#rfc.section.2.3.3">2.3.3</a>&nbsp;<a id="example.entity.tag.vs.conneg" href="#example.entity.tag.vs.conneg">Example: Entity-tags varying on Content-Negotiated Resources</a></h3>
969      <p id="rfc.section.2.3.3.p.1">Consider a resource that is subject to content negotiation (<a href="p3-payload.html#content.negotiation" title="Content Negotiation">Section 5</a> of <a href="#Part3" id="rfc.xref.Part3.1"><cite title="HTTP/1.1, part 3: Message Payload and Content Negotiation">[Part3]</cite></a>), and where the representations returned upon a GET request vary based on the Accept-Encoding request header field (<a href="p3-payload.html#header.accept-encoding" title="Accept-Encoding">Section 6.3</a> of <a href="#Part3" id="rfc.xref.Part3.2"><cite title="HTTP/1.1, part 3: Message Payload and Content Negotiation">[Part3]</cite></a>):
970      </p>
971      <div id="rfc.figure.u.6"></div>
972      <p>&gt;&gt; Request:</p><pre class="text2">GET /index HTTP/1.1
973Host: www.example.com
974Accept-Encoding: gzip
975
976</pre><p id="rfc.section.2.3.3.p.3">In this case, the response might or might not use the gzip content coding. If it does not, the response might look like:</p>
977      <div id="rfc.figure.u.7"></div>
978      <p>&gt;&gt; Response:</p><pre class="text">HTTP/1.1 200 OK
979Date: Thu, 26 Mar 2010 00:05:00 GMT
980ETag: "123-a"
981Content-Length: 70
982Vary: Accept-Encoding
983Content-Type: text/plain
984
985<span id="exbody">Hello World!
986Hello World!
987Hello World!
988Hello World!
989Hello World!
990</span></pre><p id="rfc.section.2.3.3.p.5">An alternative representation that does use gzip content coding would be:</p>
991      <div id="rfc.figure.u.8"></div>
992      <p>&gt;&gt; Response:</p><pre class="text">HTTP/1.1 200 OK
993Date: Thu, 26 Mar 2010 00:05:00 GMT
994ETag: "123-b"
995Content-Length: 43
996Vary: Accept-Encoding
997Content-Type: text/plain
998Content-Encoding: gzip
999
1000<em>...binary data...</em></pre><div class="note" id="rfc.section.2.3.3.p.7"> 
1001         <p> <b>Note:</b> Content codings are a property of the representation, so therefore an entity-tag of an encoded representation must be distinct
1002            from an unencoded representation to prevent conflicts during cache updates and range requests. In contrast, transfer codings
1003            (<a href="p1-messaging.html#transfer.codings" title="Transfer Codings">Section 5.1</a> of <a href="#Part1" id="rfc.xref.Part1.6"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>) apply only during message transfer and do not require distinct entity-tags.
1004         </p>
1005      </div>
1006      <h2 id="rfc.section.2.4"><a href="#rfc.section.2.4">2.4</a>&nbsp;<a id="rules.for.when.to.use.entity.tags.and.last-modified.dates" href="#rules.for.when.to.use.entity.tags.and.last-modified.dates">Rules for When to Use Entity-tags and Last-Modified Dates</a></h2>
1007      <p id="rfc.section.2.4.p.1">We adopt a set of rules and recommendations for origin servers, clients, and caches regarding when various validator types
1008         ought to be used, and for what purposes.
1009      </p>
1010      <p id="rfc.section.2.4.p.2">HTTP/1.1 origin servers: </p>
1011      <ul>
1012         <li><em class="bcp14">SHOULD</em> send an entity-tag validator unless it is not feasible to generate one.
1013         </li>
1014         <li><em class="bcp14">MAY</em> send a weak entity-tag instead of a strong entity-tag, if performance considerations support the use of weak entity-tags,
1015            or if it is unfeasible to send a strong entity-tag.
1016         </li>
1017         <li><em class="bcp14">SHOULD</em> send a Last-Modified value if it is feasible to send one.
1018         </li>
1019      </ul>
1020      <p id="rfc.section.2.4.p.3">In other words, the preferred behavior for an HTTP/1.1 origin server is to send both a strong entity-tag and a Last-Modified
1021         value.
1022      </p>
1023      <p id="rfc.section.2.4.p.4">HTTP/1.1 clients: </p>
1024      <ul>
1025         <li><em class="bcp14">MUST</em> use that entity-tag in any cache-conditional request (using If-Match or If-None-Match) if an entity-tag has been provided
1026            by the origin server.
1027         </li>
1028         <li><em class="bcp14">SHOULD</em> use the Last-Modified value in non-subrange cache-conditional requests (using If-Modified-Since) if only a Last-Modified value
1029            has been provided by the origin server.
1030         </li>
1031         <li><em class="bcp14">MAY</em> use the Last-Modified value in subrange cache-conditional requests (using If-Unmodified-Since) if only a Last-Modified value
1032            has been provided by an HTTP/1.0 origin server. The user agent <em class="bcp14">SHOULD</em> provide a way to disable this, in case of difficulty.
1033         </li>
1034         <li><em class="bcp14">SHOULD</em> use both validators in cache-conditional requests if both an entity-tag and a Last-Modified value have been provided by the
1035            origin server. This allows both HTTP/1.0 and HTTP/1.1 caches to respond appropriately.
1036         </li>
1037      </ul>
1038      <p id="rfc.section.2.4.p.5">An HTTP/1.1 origin server, upon receiving a conditional request that includes both a Last-Modified date (e.g., in an If-Modified-Since
1039         or If-Unmodified-Since header field) and one or more entity-tags (e.g., in an If-Match, If-None-Match, or If-Range header
1040         field) as cache validators, <em class="bcp14">MUST NOT</em> return a response status code of 304 (Not Modified) unless doing so is consistent with all of the conditional header fields
1041         in the request.
1042      </p>
1043      <p id="rfc.section.2.4.p.6">An HTTP/1.1 caching proxy, upon receiving a conditional request that includes both a Last-Modified date and one or more entity-tags
1044         as cache validators, <em class="bcp14">MUST NOT</em> return a locally cached response to the client unless that cached response is consistent with all of the conditional header
1045         fields in the request.
1046      </p>
1047      <ul class="empty">
1048         <li> <b>Note:</b> The general principle behind these rules is that HTTP/1.1 servers and clients ought to transmit as much non-redundant information
1049            as is available in their responses and requests. HTTP/1.1 systems receiving this information will make the most conservative
1050            assumptions about the validators they receive.
1051         </li>
1052         <li>HTTP/1.0 clients and caches might ignore entity-tags. Generally, last-modified values received or used by these systems will
1053            support transparent and efficient caching, and so HTTP/1.1 origin servers should provide Last-Modified values. In those rare
1054            cases where the use of a Last-Modified value as a validator by an HTTP/1.0 system could result in a serious problem, then
1055            HTTP/1.1 origin servers should not provide one.
1056         </li>
1057      </ul>
1058      <h1 id="rfc.section.3"><a href="#rfc.section.3">3.</a>&nbsp;<a id="header.field.definitions" href="#header.field.definitions">Precondition Header Fields</a></h1>
1059      <p id="rfc.section.3.p.1">This section defines the syntax and semantics of HTTP/1.1 header fields for applying preconditions on requests.</p>
1060      <div id="rfc.iref.i.1"></div>
1061      <div id="rfc.iref.h.3"></div>
1062      <h2 id="rfc.section.3.1"><a href="#rfc.section.3.1">3.1</a>&nbsp;<a id="header.if-match" href="#header.if-match">If-Match</a></h2>
1063      <p id="rfc.section.3.1.p.1">The "If-Match" header field <em class="bcp14">MAY</em> be used to make a request method conditional on the current existence or value of an entity-tag for one or more representations
1064         of the target resource. If-Match is generally useful for resource update requests, such as PUT requests, as a means for protecting
1065         against accidental overwrites when multiple clients are acting in parallel on the same resource (i.e., the "lost update" problem).
1066         An If-Match field-value of "*" places the precondition on the existence of any current representation for the target resource.
1067      </p>
1068      <div id="rfc.figure.u.9"></div><pre class="inline"><span id="rfc.iref.g.7"></span>  <a href="#header.if-match" class="smpl">If-Match</a> = "*" / 1#<a href="#header.etag" class="smpl">entity-tag</a>
1069</pre><p id="rfc.section.3.1.p.3">If any of the entity-tags listed in the If-Match field value match (as per <a href="#entity.tag.comparison" title="Comparison">Section&nbsp;2.3.2</a>) the entity-tag of the selected representation for the target resource, or if "*" is given and any current representation
1070         exists for the target resource, then the server <em class="bcp14">MAY</em> perform the request method as if the If-Match header field was not present.
1071      </p>
1072      <p id="rfc.section.3.1.p.4">If none of the entity-tags match, or if "*" is given and no current representation exists, the server <em class="bcp14">MUST NOT</em> perform the requested method. Instead, the server <em class="bcp14">MUST</em> respond with the 412 (Precondition Failed) status code.
1073      </p>
1074      <p id="rfc.section.3.1.p.5">If the request would, without the If-Match header field, result in anything other than a 2xx or 412 status code, then the
1075         If-Match header field <em class="bcp14">MUST</em> be ignored.
1076      </p>
1077      <p id="rfc.section.3.1.p.6">Examples:</p>
1078      <div id="rfc.figure.u.10"></div><pre class="text">  If-Match: "xyzzy"
1079  If-Match: "xyzzy", "r2d2xxxx", "c3piozzzz"
1080  If-Match: *
1081</pre><p id="rfc.section.3.1.p.8">The result of a request having both an If-Match header field and either an If-None-Match or an If-Modified-Since header field
1082         is undefined by this specification.
1083      </p>
1084      <div id="rfc.iref.i.2"></div>
1085      <div id="rfc.iref.h.4"></div>
1086      <h2 id="rfc.section.3.2"><a href="#rfc.section.3.2">3.2</a>&nbsp;<a id="header.if-none-match" href="#header.if-none-match">If-None-Match</a></h2>
1087      <p id="rfc.section.3.2.p.1">The "If-None-Match" header field <em class="bcp14">MAY</em> be used to make a request method conditional on not matching any of the current entity-tag values for representations of the
1088         target resource. If-None-Match is primarily used in conditional GET requests to enable efficient updates of cached information
1089         with a minimum amount of transaction overhead. A client that has one or more representations previously obtained from the
1090         target resource can send If-None-Match with a list of the associated entity-tags in the hope of receiving a 304 response if
1091         at least one of those representations matches the selected representation.
1092      </p>
1093      <p id="rfc.section.3.2.p.2">If-None-Match MAY also be used with a value of "*" to prevent an unsafe request method (e.g., PUT) from inadvertently modifying
1094         an existing representation of the target resource when the client believes that the resource does not have a current representation.
1095         This is a variation on the "lost update" problem that might arise if more than one client attempts to create an initial representation
1096         for the target resource.
1097      </p>
1098      <div id="rfc.figure.u.11"></div><pre class="inline"><span id="rfc.iref.g.8"></span>  <a href="#header.if-none-match" class="smpl">If-None-Match</a> = "*" / 1#<a href="#header.etag" class="smpl">entity-tag</a>
1099</pre><p id="rfc.section.3.2.p.4">If any of the entity-tags listed in the If-None-Match field-value match (as per <a href="#entity.tag.comparison" title="Comparison">Section&nbsp;2.3.2</a>) the entity-tag of the selected representation, or if "*" is given and any current representation exists for that resource,
1100         then the server <em class="bcp14">MUST NOT</em> perform the requested method. Instead, if the request method was GET or HEAD, the server <em class="bcp14">SHOULD</em> respond with a 304 (Not Modified) status code, including the cache-related header fields (particularly ETag) of the selected
1101         representation that has a matching entity-tag. For all other request methods, the server <em class="bcp14">MUST</em> respond with a 412 (Precondition Failed) status code.
1102      </p>
1103      <p id="rfc.section.3.2.p.5">If none of the entity-tags match, then the server <em class="bcp14">MAY</em> perform the requested method as if the If-None-Match header field did not exist, but <em class="bcp14">MUST</em> also ignore any If-Modified-Since header field(s) in the request. That is, if no entity-tags match, then the server <em class="bcp14">MUST NOT</em> return a 304 (Not Modified) response.
1104      </p>
1105      <p id="rfc.section.3.2.p.6">If the request would, without the If-None-Match header field, result in anything other than a 2xx or 304 status code, then
1106         the If-None-Match header field <em class="bcp14">MUST</em> be ignored. (See <a href="#rules.for.when.to.use.entity.tags.and.last-modified.dates" title="Rules for When to Use Entity-tags and Last-Modified Dates">Section&nbsp;2.4</a> for a discussion of server behavior when both If-Modified-Since and If-None-Match appear in the same request.)
1107      </p>
1108      <p id="rfc.section.3.2.p.7">Examples:</p>
1109      <div id="rfc.figure.u.12"></div><pre class="text">  If-None-Match: "xyzzy"
1110  If-None-Match: W/"xyzzy"
1111  If-None-Match: "xyzzy", "r2d2xxxx", "c3piozzzz"
1112  If-None-Match: W/"xyzzy", W/"r2d2xxxx", W/"c3piozzzz"
1113  If-None-Match: *
1114</pre><p id="rfc.section.3.2.p.9">The result of a request having both an If-None-Match header field and either an If-Match or an If-Unmodified-Since header
1115         field is undefined by this specification.
1116      </p>
1117      <div id="rfc.iref.i.3"></div>
1118      <div id="rfc.iref.h.5"></div>
1119      <h2 id="rfc.section.3.3"><a href="#rfc.section.3.3">3.3</a>&nbsp;<a id="header.if-modified-since" href="#header.if-modified-since">If-Modified-Since</a></h2>
1120      <p id="rfc.section.3.3.p.1">The "If-Modified-Since" header field <em class="bcp14">MAY</em> be used to make a request method conditional by modification date: if the selected representation has not been modified since
1121         the time specified in this field, then do not perform the request method; instead, respond as detailed below.
1122      </p>
1123      <div id="rfc.figure.u.13"></div><pre class="inline"><span id="rfc.iref.g.9"></span>  <a href="#header.if-modified-since" class="smpl">If-Modified-Since</a> = <a href="#notation" class="smpl">HTTP-date</a>
1124</pre><p id="rfc.section.3.3.p.3">An example of the field is:</p>
1125      <div id="rfc.figure.u.14"></div><pre class="text">  If-Modified-Since: Sat, 29 Oct 1994 19:43:31 GMT
1126</pre><p id="rfc.section.3.3.p.5">A GET method with an If-Modified-Since header field and no Range header field requests that the selected representation be
1127         transferred only if it has been modified since the date given by the If-Modified-Since header field. The algorithm for determining
1128         this includes the following cases:
1129      </p>
1130      <ol>
1131         <li>If the request would normally result in anything other than a 200 (OK) status code, or if the passed If-Modified-Since date
1132            is invalid, the response is exactly the same as for a normal GET. A date which is later than the server's current time is
1133            invalid.
1134         </li>
1135         <li>If the selected representation has been modified since the If-Modified-Since date, the response is exactly the same as for
1136            a normal GET.
1137         </li>
1138         <li>If the selected representation has not been modified since a valid If-Modified-Since date, the server <em class="bcp14">SHOULD</em> return a 304 (Not Modified) response.
1139         </li>
1140      </ol>
1141      <p id="rfc.section.3.3.p.6">The purpose of this feature is to allow efficient updates of cached information with a minimum amount of transaction overhead. </p>
1142      <ul class="empty">
1143         <li> <b>Note:</b> The Range header field modifies the meaning of If-Modified-Since; see <a href="p5-range.html#header.range" title="Range">Section 5.4</a> of <a href="#Part5" id="rfc.xref.Part5.1"><cite title="HTTP/1.1, part 5: Range Requests and Partial Responses">[Part5]</cite></a> for full details.
1144         </li>
1145         <li> <b>Note:</b> If-Modified-Since times are interpreted by the server, whose clock might not be synchronized with the client.
1146         </li>
1147         <li> <b>Note:</b> When handling an If-Modified-Since header field, some servers will use an exact date comparison function, rather than a less-than
1148            function, for deciding whether to send a 304 (Not Modified) response. To get best results when sending an If-Modified-Since
1149            header field for cache validation, clients are advised to use the exact date string received in a previous Last-Modified header
1150            field whenever possible.
1151         </li>
1152         <li> <b>Note:</b> If a client uses an arbitrary date in the If-Modified-Since header field instead of a date taken from the Last-Modified header
1153            field for the same request, the client needs to be aware that this date is interpreted in the server's understanding of time.
1154            Unsynchronized clocks and rounding problems, due to the different encodings of time between the client and server, are concerns.
1155            This includes the possibility of race conditions if the document has changed between the time it was first requested and the
1156            If-Modified-Since date of a subsequent request, and the possibility of clock-skew-related problems if the If-Modified-Since
1157            date is derived from the client's clock without correction to the server's clock. Corrections for different time bases between
1158            client and server are at best approximate due to network latency.
1159         </li>
1160      </ul>
1161      <p id="rfc.section.3.3.p.7">The result of a request having both an If-Modified-Since header field and either an If-Match or an If-Unmodified-Since header
1162         field is undefined by this specification.
1163      </p>
1164      <div id="rfc.iref.i.4"></div>
1165      <div id="rfc.iref.h.6"></div>
1166      <h2 id="rfc.section.3.4"><a href="#rfc.section.3.4">3.4</a>&nbsp;<a id="header.if-unmodified-since" href="#header.if-unmodified-since">If-Unmodified-Since</a></h2>
1167      <p id="rfc.section.3.4.p.1">The "If-Unmodified-Since" header field <em class="bcp14">MAY</em> be used to make a request method conditional by modification date: if the selected representation has been modified since
1168         the time specified in this field, then the server <em class="bcp14">MUST NOT</em> perform the requested operation and <em class="bcp14">MUST</em> instead respond with the 412 (Precondition Failed) status code. If the selected representation has not been modified since
1169         the time specified in this field, the server <em class="bcp14">SHOULD</em> perform the request method as if the If-Unmodified-Since header field were not present.
1170      </p>
1171      <div id="rfc.figure.u.15"></div><pre class="inline"><span id="rfc.iref.g.10"></span>  <a href="#header.if-unmodified-since" class="smpl">If-Unmodified-Since</a> = <a href="#notation" class="smpl">HTTP-date</a>
1172</pre><p id="rfc.section.3.4.p.3">An example of the field is:</p>
1173      <div id="rfc.figure.u.16"></div><pre class="text">  If-Unmodified-Since: Sat, 29 Oct 1994 19:43:31 GMT
1174</pre><p id="rfc.section.3.4.p.5">If the request normally (i.e., without the If-Unmodified-Since header field) would result in anything other than a 2xx or
1175         412 status code, the If-Unmodified-Since header field <em class="bcp14">SHOULD</em> be ignored.
1176      </p>
1177      <p id="rfc.section.3.4.p.6">If the specified date is invalid, the header field <em class="bcp14">MUST</em> be ignored.
1178      </p>
1179      <p id="rfc.section.3.4.p.7">The result of a request having both an If-Unmodified-Since header field and either an If-None-Match or an If-Modified-Since
1180         header field is undefined by this specification.
1181      </p>
1182      <h2 id="rfc.section.3.5"><a href="#rfc.section.3.5">3.5</a>&nbsp;<a id="header.if-range" href="#header.if-range">If-Range</a></h2>
1183      <p id="rfc.section.3.5.p.1">The If-Range header field provides a special conditional request mechanism that is similar to If-Match and If-Unmodified-Since
1184         but specific to HTTP range requests. If-Range is defined in <a href="p5-range.html#header.if-range" title="If-Range">Section 5.3</a> of <a href="#Part5" id="rfc.xref.Part5.2"><cite title="HTTP/1.1, part 5: Range Requests and Partial Responses">[Part5]</cite></a>.
1185      </p>
1186      <h1 id="rfc.section.4"><a href="#rfc.section.4">4.</a>&nbsp;<a id="status.code.definitions" href="#status.code.definitions">Status Code Definitions</a></h1>
1187      <div id="rfc.iref.27"></div>
1188      <div id="rfc.iref.s.2"></div>
1189      <h2 id="rfc.section.4.1"><a href="#rfc.section.4.1">4.1</a>&nbsp;<a id="status.304" href="#status.304">304 Not Modified</a></h2>
1190      <p id="rfc.section.4.1.p.1">The 304 status code indicates that a conditional GET request has been received and would have resulted in a 200 (OK) response
1191         if it were not for the fact that the condition has evaluated to false. In other words, there is no need for the server to
1192         transfer a representation of the target resource because the client's request indicates that it already has a valid representation,
1193         as indicated by the 304 response header fields, and is therefore redirecting the client to make use of that stored representation
1194         as if it were the payload of a 200 response. The 304 response <em class="bcp14">MUST NOT</em> contain a message-body, and thus is always terminated by the first empty line after the header fields.
1195      </p>
1196      <p id="rfc.section.4.1.p.2">A 304 response <em class="bcp14">MUST</em> include a Date header field (<a href="p2-semantics.html#header.date" title="Date">Section 9.2</a> of <a href="#Part2" id="rfc.xref.Part2.3"><cite title="HTTP/1.1, part 2: Message Semantics">[Part2]</cite></a>) unless the origin server does not have a clock that can provide a reasonable approximation of the current time. If a 200
1197         response to the same request would have included any of the header fields Cache-Control, Content-Location, ETag, Expires,
1198         Last-Modified, or Vary, then those same header fields <em class="bcp14">MUST</em> be sent in a 304 response.
1199      </p>
1200      <p id="rfc.section.4.1.p.3">Since the goal of a 304 response is to minimize information transfer when the recipient already has one or more cached representations,
1201         the response <em class="bcp14">SHOULD NOT</em> include representation metadata other than the above listed fields unless said metadata exists for the purpose of guiding
1202         cache updates (e.g., future HTTP extensions).
1203      </p>
1204      <p id="rfc.section.4.1.p.4">If the recipient of a 304 response does not have a cached representation corresponding to the entity-tag indicated by the
1205         304 response, then the recipient <em class="bcp14">MUST NOT</em> use the 304 to update its own cache. If this conditional request originated with an outbound client, such as a user agent
1206         with its own cache sending a conditional GET to a shared proxy, then the 304 response <em class="bcp14">MAY</em> be forwarded to the outbound client. Otherwise, the recipient <em class="bcp14">MUST</em> disregard the 304 response and repeat the request without any preconditions.
1207      </p>
1208      <p id="rfc.section.4.1.p.5">If a cache uses a received 304 response to update a cache entry, the cache <em class="bcp14">MUST</em> update the entry to reflect any new field values given in the response.
1209      </p>
1210      <div id="rfc.iref.28"></div>
1211      <div id="rfc.iref.s.3"></div>
1212      <h2 id="rfc.section.4.2"><a href="#rfc.section.4.2">4.2</a>&nbsp;<a id="status.412" href="#status.412">412 Precondition Failed</a></h2>
1213      <p id="rfc.section.4.2.p.1">The 412 status code indicates that one or more preconditions given in the request header fields evaluated to false when tested
1214         on the server. This response code allows the client to place preconditions on the current resource state (its current representations
1215         and metadata) and thus prevent the request method from being applied if the target resource is in an unexpected state.
1216      </p>
1217      <h1 id="rfc.section.5"><a href="#rfc.section.5">5.</a>&nbsp;<a id="IANA.considerations" href="#IANA.considerations">IANA Considerations</a></h1>
1218      <h2 id="rfc.section.5.1"><a href="#rfc.section.5.1">5.1</a>&nbsp;<a id="status.code.registration" href="#status.code.registration">Status Code Registration</a></h2>
1219      <p id="rfc.section.5.1.p.1">The HTTP Status Code Registry located at &lt;<a href="http://www.iana.org/assignments/http-status-codes">http://www.iana.org/assignments/http-status-codes</a>&gt; shall be updated with the registrations below:
1220      </p>
1221      <div id="rfc.table.1">
1222         <div id="iana.status.code.registration.table"></div>
1223         <table class="tt full left" cellpadding="3" cellspacing="0">
1224            <thead>
1225               <tr>
1226                  <th>Value</th>
1227                  <th>Description</th>
1228                  <th>Reference</th>
1229               </tr>
1230            </thead>
1231            <tbody>
1232               <tr>
1233                  <td class="left">304</td>
1234                  <td class="left">Not Modified</td>
1235                  <td class="left"> <a href="#status.304" id="rfc.xref.status.304.1" title="304 Not Modified">Section&nbsp;4.1</a>
1236                  </td>
1237               </tr>
1238               <tr>
1239                  <td class="left">412</td>
1240                  <td class="left">Precondition Failed</td>
1241                  <td class="left"> <a href="#status.412" id="rfc.xref.status.412.1" title="412 Precondition Failed">Section&nbsp;4.2</a>
1242                  </td>
1243               </tr>
1244            </tbody>
1245         </table>
1246      </div>
1247      <h2 id="rfc.section.5.2"><a href="#rfc.section.5.2">5.2</a>&nbsp;<a id="header.field.registration" href="#header.field.registration">Header Field Registration</a></h2>
1248      <p id="rfc.section.5.2.p.1">The Message Header Field Registry located at &lt;<a href="http://www.iana.org/assignments/message-headers/message-header-index.html">http://www.iana.org/assignments/message-headers/message-header-index.html</a>&gt; shall be updated with the permanent registrations below (see <a href="#RFC3864" id="rfc.xref.RFC3864.1"><cite title="Registration Procedures for Message Header Fields">[RFC3864]</cite></a>):
1249      </p>
1250      <div id="rfc.table.2">
1251         <div id="iana.header.registration.table"></div>
1252         <table class="tt full left" cellpadding="3" cellspacing="0">
1253            <thead>
1254               <tr>
1255                  <th>Header Field Name</th>
1256                  <th>Protocol</th>
1257                  <th>Status</th>
1258                  <th>Reference</th>
1259               </tr>
1260            </thead>
1261            <tbody>
1262               <tr>
1263                  <td class="left">ETag</td>
1264                  <td class="left">http</td>
1265                  <td class="left">standard</td>
1266                  <td class="left"> <a href="#header.etag" id="rfc.xref.header.etag.1" title="ETag">Section&nbsp;2.3</a>
1267                  </td>
1268               </tr>
1269               <tr>
1270                  <td class="left">If-Match</td>
1271                  <td class="left">http</td>
1272                  <td class="left">standard</td>
1273                  <td class="left"> <a href="#header.if-match" id="rfc.xref.header.if-match.1" title="If-Match">Section&nbsp;3.1</a>
1274                  </td>
1275               </tr>
1276               <tr>
1277                  <td class="left">If-Modified-Since</td>
1278                  <td class="left">http</td>
1279                  <td class="left">standard</td>
1280                  <td class="left"> <a href="#header.if-modified-since" id="rfc.xref.header.if-modified-since.1" title="If-Modified-Since">Section&nbsp;3.3</a>
1281                  </td>
1282               </tr>
1283               <tr>
1284                  <td class="left">If-None-Match</td>
1285                  <td class="left">http</td>
1286                  <td class="left">standard</td>
1287                  <td class="left"> <a href="#header.if-none-match" id="rfc.xref.header.if-none-match.1" title="If-None-Match">Section&nbsp;3.2</a>
1288                  </td>
1289               </tr>
1290               <tr>
1291                  <td class="left">If-Unmodified-Since</td>
1292                  <td class="left">http</td>
1293                  <td class="left">standard</td>
1294                  <td class="left"> <a href="#header.if-unmodified-since" id="rfc.xref.header.if-unmodified-since.1" title="If-Unmodified-Since">Section&nbsp;3.4</a>
1295                  </td>
1296               </tr>
1297               <tr>
1298                  <td class="left">Last-Modified</td>
1299                  <td class="left">http</td>
1300                  <td class="left">standard</td>
1301                  <td class="left"> <a href="#header.last-modified" id="rfc.xref.header.last-modified.1" title="Last-Modified">Section&nbsp;2.2</a>
1302                  </td>
1303               </tr>
1304            </tbody>
1305         </table>
1306      </div>
1307      <p id="rfc.section.5.2.p.2">The change controller is: "IETF (iesg@ietf.org) - Internet Engineering Task Force".</p>
1308      <h1 id="rfc.section.6"><a href="#rfc.section.6">6.</a>&nbsp;<a id="security.considerations" href="#security.considerations">Security Considerations</a></h1>
1309      <p id="rfc.section.6.p.1">No additional security considerations have been identified beyond those applicable to HTTP in general <a href="#Part1" id="rfc.xref.Part1.7"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>.
1310      </p>
1311      <h1 id="rfc.section.7"><a href="#rfc.section.7">7.</a>&nbsp;<a id="acks" href="#acks">Acknowledgments</a></h1>
1312      <p id="rfc.section.7.p.1">See <a href="p1-messaging.html#acks" title="Acknowledgments">Section 11</a> of <a href="#Part1" id="rfc.xref.Part1.8"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>.
1313      </p>
1314      <h1 id="rfc.references"><a id="rfc.section.8" href="#rfc.section.8">8.</a> References
1315      </h1>
1316      <h2 id="rfc.references.1"><a href="#rfc.section.8.1" id="rfc.section.8.1">8.1</a> Normative References
1317      </h2>
1318      <table>             
1319         <tr>
1320            <td class="reference"><b id="Part1">[Part1]</b></td>
1321            <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a>, <a href="mailto:jg@freedesktop.org" title="Alcatel-Lucent Bell Labs">Gettys, J.</a>, <a href="mailto:JeffMogul@acm.org" title="Hewlett-Packard Company">Mogul, J.</a>, <a href="mailto:henrikn@microsoft.com" title="Microsoft Corporation">Frystyk, H.</a>, <a href="mailto:LMM@acm.org" title="Adobe Systems Incorporated">Masinter, L.</a>, <a href="mailto:paulle@microsoft.com" title="Microsoft Corporation">Leach, P.</a>, <a href="mailto:timbl@w3.org" title="World Wide Web Consortium">Berners-Lee, T.</a>, <a href="mailto:ylafon@w3.org" title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p1-messaging-latest">HTTP/1.1, part 1: URIs, Connections, and Message Parsing</a>”, Internet-Draft&nbsp;draft-ietf-httpbis-p1-messaging-latest (work in progress), February&nbsp;2012.
1322            </td>
1323         </tr>
1324         <tr>
1325            <td class="reference"><b id="Part2">[Part2]</b></td>
1326            <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a>, <a href="mailto:jg@freedesktop.org" title="Alcatel-Lucent Bell Labs">Gettys, J.</a>, <a href="mailto:JeffMogul@acm.org" title="Hewlett-Packard Company">Mogul, J.</a>, <a href="mailto:henrikn@microsoft.com" title="Microsoft Corporation">Frystyk, H.</a>, <a href="mailto:LMM@acm.org" title="Adobe Systems Incorporated">Masinter, L.</a>, <a href="mailto:paulle@microsoft.com" title="Microsoft Corporation">Leach, P.</a>, <a href="mailto:timbl@w3.org" title="World Wide Web Consortium">Berners-Lee, T.</a>, <a href="mailto:ylafon@w3.org" title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-latest">HTTP/1.1, part 2: Message Semantics</a>”, Internet-Draft&nbsp;draft-ietf-httpbis-p2-semantics-latest (work in progress), February&nbsp;2012.
1327            </td>
1328         </tr>
1329         <tr>
1330            <td class="reference"><b id="Part3">[Part3]</b></td>
1331            <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a>, <a href="mailto:jg@freedesktop.org" title="Alcatel-Lucent Bell Labs">Gettys, J.</a>, <a href="mailto:JeffMogul@acm.org" title="Hewlett-Packard Company">Mogul, J.</a>, <a href="mailto:henrikn@microsoft.com" title="Microsoft Corporation">Frystyk, H.</a>, <a href="mailto:LMM@acm.org" title="Adobe Systems Incorporated">Masinter, L.</a>, <a href="mailto:paulle@microsoft.com" title="Microsoft Corporation">Leach, P.</a>, <a href="mailto:timbl@w3.org" title="World Wide Web Consortium">Berners-Lee, T.</a>, <a href="mailto:ylafon@w3.org" title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p3-payload-latest">HTTP/1.1, part 3: Message Payload and Content Negotiation</a>”, Internet-Draft&nbsp;draft-ietf-httpbis-p3-payload-latest (work in progress), February&nbsp;2012.
1332            </td>
1333         </tr>
1334         <tr>
1335            <td class="reference"><b id="Part5">[Part5]</b></td>
1336            <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a>, <a href="mailto:jg@freedesktop.org" title="Alcatel-Lucent Bell Labs">Gettys, J.</a>, <a href="mailto:JeffMogul@acm.org" title="Hewlett-Packard Company">Mogul, J.</a>, <a href="mailto:henrikn@microsoft.com" title="Microsoft Corporation">Frystyk, H.</a>, <a href="mailto:LMM@acm.org" title="Adobe Systems Incorporated">Masinter, L.</a>, <a href="mailto:paulle@microsoft.com" title="Microsoft Corporation">Leach, P.</a>, <a href="mailto:timbl@w3.org" title="World Wide Web Consortium">Berners-Lee, T.</a>, <a href="mailto:ylafon@w3.org" title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p5-range-latest">HTTP/1.1, part 5: Range Requests and Partial Responses</a>”, Internet-Draft&nbsp;draft-ietf-httpbis-p5-range-latest (work in progress), February&nbsp;2012.
1337            </td>
1338         </tr>
1339         <tr>
1340            <td class="reference"><b id="Part6">[Part6]</b></td>
1341            <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a>, <a href="mailto:jg@freedesktop.org" title="Alcatel-Lucent Bell Labs">Gettys, J.</a>, <a href="mailto:JeffMogul@acm.org" title="Hewlett-Packard Company">Mogul, J.</a>, <a href="mailto:henrikn@microsoft.com" title="Microsoft Corporation">Frystyk, H.</a>, <a href="mailto:LMM@acm.org" title="Adobe Systems Incorporated">Masinter, L.</a>, <a href="mailto:paulle@microsoft.com" title="Microsoft Corporation">Leach, P.</a>, <a href="mailto:timbl@w3.org" title="World Wide Web Consortium">Berners-Lee, T.</a>, <a href="mailto:ylafon@w3.org" title="World Wide Web Consortium">Lafon, Y., Ed.</a>, <a href="mailto:mnot@mnot.net" title="Rackspace">Nottingham, M., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p6-cache-latest">HTTP/1.1, part 6: Caching</a>”, Internet-Draft&nbsp;draft-ietf-httpbis-p6-cache-latest (work in progress), February&nbsp;2012.
1342            </td>
1343         </tr>
1344         <tr>
1345            <td class="reference"><b id="RFC2119">[RFC2119]</b></td>
1346            <td class="top"><a href="mailto:sob@harvard.edu" title="Harvard University">Bradner, S.</a>, “<a href="http://tools.ietf.org/html/rfc2119">Key words for use in RFCs to Indicate Requirement Levels</a>”, BCP&nbsp;14, RFC&nbsp;2119, March&nbsp;1997.
1347            </td>
1348         </tr>
1349         <tr>
1350            <td class="reference"><b id="RFC5234">[RFC5234]</b></td>
1351            <td class="top"><a href="mailto:dcrocker@bbiw.net" title="Brandenburg InternetWorking">Crocker, D., Ed.</a> and <a href="mailto:paul.overell@thus.net" title="THUS plc.">P. Overell</a>, “<a href="http://tools.ietf.org/html/rfc5234">Augmented BNF for Syntax Specifications: ABNF</a>”, STD&nbsp;68, RFC&nbsp;5234, January&nbsp;2008.
1352            </td>
1353         </tr>
1354      </table>
1355      <h2 id="rfc.references.2"><a href="#rfc.section.8.2" id="rfc.section.8.2">8.2</a> Informative References
1356      </h2>
1357      <table>     
1358         <tr>
1359            <td class="reference"><b id="RFC2616">[RFC2616]</b></td>
1360            <td class="top"><a href="mailto:fielding@ics.uci.edu" title="University of California, Irvine">Fielding, R.</a>, <a href="mailto:jg@w3.org" title="W3C">Gettys, J.</a>, <a href="mailto:mogul@wrl.dec.com" title="Compaq Computer Corporation">Mogul, J.</a>, <a href="mailto:frystyk@w3.org" title="MIT Laboratory for Computer Science">Frystyk, H.</a>, <a href="mailto:masinter@parc.xerox.com" title="Xerox Corporation">Masinter, L.</a>, <a href="mailto:paulle@microsoft.com" title="Microsoft Corporation">Leach, P.</a>, and <a href="mailto:timbl@w3.org" title="W3C">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/rfc2616">Hypertext Transfer Protocol -- HTTP/1.1</a>”, RFC&nbsp;2616, June&nbsp;1999.
1361            </td>
1362         </tr>
1363         <tr>
1364            <td class="reference"><b id="RFC3864">[RFC3864]</b></td>
1365            <td class="top"><a href="mailto:GK-IETF@ninebynine.org" title="Nine by Nine">Klyne, G.</a>, <a href="mailto:mnot@pobox.com" title="BEA Systems">Nottingham, M.</a>, and <a href="mailto:JeffMogul@acm.org" title="HP Labs">J. Mogul</a>, “<a href="http://tools.ietf.org/html/rfc3864">Registration Procedures for Message Header Fields</a>”, BCP&nbsp;90, RFC&nbsp;3864, September&nbsp;2004.
1366            </td>
1367         </tr>
1368         <tr>
1369            <td class="reference"><b id="RFC4918">[RFC4918]</b></td>
1370            <td class="top"><a href="mailto:ldusseault@commerce.net" title="CommerceNet">Dusseault, L., Ed.</a>, “<a href="http://tools.ietf.org/html/rfc4918">HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)</a>”, RFC&nbsp;4918, June&nbsp;2007.
1371            </td>
1372         </tr>
1373      </table>
1374      <div class="avoidbreak">
1375         <h1 id="rfc.authors"><a href="#rfc.authors">Authors' Addresses</a></h1>
1376         <address class="vcard"><span class="vcardline"><span class="fn">Roy T. Fielding</span>
1377               (editor)
1378               <span class="n hidden"><span class="family-name">Fielding</span><span class="given-name">Roy T.</span></span></span><span class="org vcardline">Adobe Systems Incorporated</span><span class="adr"><span class="street-address vcardline">345 Park Ave</span><span class="vcardline"><span class="locality">San Jose</span>, <span class="region">CA</span>&nbsp;<span class="postal-code">95110</span></span><span class="country-name vcardline">USA</span></span><span class="vcardline">Email: <a href="mailto:fielding@gbiv.com"><span class="email">fielding@gbiv.com</span></a></span><span class="vcardline">URI: <a href="http://roy.gbiv.com/" class="url">http://roy.gbiv.com/</a></span></address>
1379         <address class="vcard"><span class="vcardline"><span class="fn">Jim Gettys</span><span class="n hidden"><span class="family-name">Gettys</span><span class="given-name">Jim</span></span></span><span class="org vcardline">Alcatel-Lucent Bell Labs</span><span class="adr"><span class="street-address vcardline">21 Oak Knoll Road</span><span class="vcardline"><span class="locality">Carlisle</span>, <span class="region">MA</span>&nbsp;<span class="postal-code">01741</span></span><span class="country-name vcardline">USA</span></span><span class="vcardline">Email: <a href="mailto:jg@freedesktop.org"><span class="email">jg@freedesktop.org</span></a></span><span class="vcardline">URI: <a href="http://gettys.wordpress.com/" class="url">http://gettys.wordpress.com/</a></span></address>
1380         <address class="vcard"><span class="vcardline"><span class="fn">Jeffrey C. Mogul</span><span class="n hidden"><span class="family-name">Mogul</span><span class="given-name">Jeffrey C.</span></span></span><span class="org vcardline">Hewlett-Packard Company</span><span class="adr"><span class="street-address vcardline">HP Labs, Large Scale Systems Group</span><span class="street-address vcardline">1501 Page Mill Road, MS 1177</span><span class="vcardline"><span class="locality">Palo Alto</span>, <span class="region">CA</span>&nbsp;<span class="postal-code">94304</span></span><span class="country-name vcardline">USA</span></span><span class="vcardline">Email: <a href="mailto:JeffMogul@acm.org"><span class="email">JeffMogul@acm.org</span></a></span></address>
1381         <address class="vcard"><span class="vcardline"><span class="fn">Henrik Frystyk Nielsen</span><span class="n hidden"><span class="family-name">Frystyk</span></span></span><span class="org vcardline">Microsoft Corporation</span><span class="adr"><span class="street-address vcardline">1 Microsoft Way</span><span class="vcardline"><span class="locality">Redmond</span>, <span class="region">WA</span>&nbsp;<span class="postal-code">98052</span></span><span class="country-name vcardline">USA</span></span><span class="vcardline">Email: <a href="mailto:henrikn@microsoft.com"><span class="email">henrikn@microsoft.com</span></a></span></address>
1382         <address class="vcard"><span class="vcardline"><span class="fn">Larry Masinter</span><span class="n hidden"><span class="family-name">Masinter</span><span class="given-name">Larry</span></span></span><span class="org vcardline">Adobe Systems Incorporated</span><span class="adr"><span class="street-address vcardline">345 Park Ave</span><span class="vcardline"><span class="locality">San Jose</span>, <span class="region">CA</span>&nbsp;<span class="postal-code">95110</span></span><span class="country-name vcardline">USA</span></span><span class="vcardline">Email: <a href="mailto:LMM@acm.org"><span class="email">LMM@acm.org</span></a></span><span class="vcardline">URI: <a href="http://larry.masinter.net/" class="url">http://larry.masinter.net/</a></span></address>
1383         <address class="vcard"><span class="vcardline"><span class="fn">Paul J. Leach</span><span class="n hidden"><span class="family-name">Leach</span><span class="given-name">Paul J.</span></span></span><span class="org vcardline">Microsoft Corporation</span><span class="adr"><span class="street-address vcardline">1 Microsoft Way</span><span class="vcardline"><span class="locality">Redmond</span>, <span class="region">WA</span>&nbsp;<span class="postal-code">98052</span></span></span><span class="vcardline">Email: <a href="mailto:paulle@microsoft.com"><span class="email">paulle@microsoft.com</span></a></span></address>
1384         <address class="vcard"><span class="vcardline"><span class="fn">Tim Berners-Lee</span><span class="n hidden"><span class="family-name">Berners-Lee</span><span class="given-name">Tim</span></span></span><span class="org vcardline">World Wide Web Consortium</span><span class="adr"><span class="street-address vcardline">MIT Computer Science and Artificial Intelligence Laboratory</span><span class="street-address vcardline">The Stata Center, Building 32</span><span class="street-address vcardline">32 Vassar Street</span><span class="vcardline"><span class="locality">Cambridge</span>, <span class="region">MA</span>&nbsp;<span class="postal-code">02139</span></span><span class="country-name vcardline">USA</span></span><span class="vcardline">Email: <a href="mailto:timbl@w3.org"><span class="email">timbl@w3.org</span></a></span><span class="vcardline">URI: <a href="http://www.w3.org/People/Berners-Lee/" class="url">http://www.w3.org/People/Berners-Lee/</a></span></address>
1385         <address class="vcard"><span class="vcardline"><span class="fn">Yves Lafon</span>
1386               (editor)
1387               <span class="n hidden"><span class="family-name">Lafon</span><span class="given-name">Yves</span></span></span><span class="org vcardline">World Wide Web Consortium</span><span class="adr"><span class="street-address vcardline">W3C / ERCIM</span><span class="street-address vcardline">2004, rte des Lucioles</span><span class="vcardline"><span class="locality">Sophia-Antipolis</span>, <span class="region">AM</span>&nbsp;<span class="postal-code">06902</span></span><span class="country-name vcardline">France</span></span><span class="vcardline">Email: <a href="mailto:ylafon@w3.org"><span class="email">ylafon@w3.org</span></a></span><span class="vcardline">URI: <a href="http://www.raubacapeu.net/people/yves/" class="url">http://www.raubacapeu.net/people/yves/</a></span></address>
1388         <address class="vcard"><span class="vcardline"><span class="fn">Julian F. Reschke</span>
1389               (editor)
1390               <span class="n hidden"><span class="family-name">Reschke</span><span class="given-name">Julian F.</span></span></span><span class="org vcardline">greenbytes GmbH</span><span class="adr"><span class="street-address vcardline">Hafenweg 16</span><span class="vcardline"><span class="locality">Muenster</span>, <span class="region">NW</span>&nbsp;<span class="postal-code">48155</span></span><span class="country-name vcardline">Germany</span></span><span class="vcardline tel">Phone: <a href="tel:+492512807760"><span class="value">+49 251 2807760</span></a></span><span class="vcardline tel"><span class="type">Fax</span>: <a href="fax:+492512807761"><span class="value">+49 251 2807761</span></a></span><span class="vcardline">Email: <a href="mailto:julian.reschke@greenbytes.de"><span class="email">julian.reschke@greenbytes.de</span></a></span><span class="vcardline">URI: <a href="http://greenbytes.de/tech/webdav/" class="url">http://greenbytes.de/tech/webdav/</a></span></address>
1391      </div>
1392      <h1 id="rfc.section.A" class="np"><a href="#rfc.section.A">A.</a>&nbsp;<a id="changes.from.rfc.2616" href="#changes.from.rfc.2616">Changes from RFC 2616</a></h1>
1393      <p id="rfc.section.A.p.1">Allow weak entity-tags in all requests except range requests (Sections <a href="#weak.and.strong.validators" title="Weak versus Strong">2.1</a> and <a href="#header.if-none-match" id="rfc.xref.header.if-none-match.2" title="If-None-Match">3.2</a>).
1394      </p>
1395      <p id="rfc.section.A.p.2">Change ETag header field ABNF not to use quoted-string, thus avoiding escaping issues. (<a href="#header.etag" id="rfc.xref.header.etag.2" title="ETag">Section&nbsp;2.3</a>)
1396      </p>
1397      <p id="rfc.section.A.p.3">Change ABNF productions for header fields to only define the field value. (<a href="#header.field.definitions" title="Precondition Header Fields">Section&nbsp;3</a>)
1398      </p>
1399      <h1 id="rfc.section.B"><a href="#rfc.section.B">B.</a>&nbsp;<a id="collected.abnf" href="#collected.abnf">Collected ABNF</a></h1>
1400      <div id="rfc.figure.u.17"></div> <pre class="inline"><a href="#header.etag" class="smpl">ETag</a> = entity-tag
1401
1402<a href="#notation" class="smpl">HTTP-date</a> = &lt;HTTP-date, defined in [Part2], Section 8&gt;
1403
1404<a href="#header.if-match" class="smpl">If-Match</a> = "*" / ( *( "," OWS ) entity-tag *( OWS "," [ OWS
1405 entity-tag ] ) )
1406<a href="#header.if-modified-since" class="smpl">If-Modified-Since</a> = HTTP-date
1407<a href="#header.if-none-match" class="smpl">If-None-Match</a> = "*" / ( *( "," OWS ) entity-tag *( OWS "," [ OWS
1408 entity-tag ] ) )
1409<a href="#header.if-unmodified-since" class="smpl">If-Unmodified-Since</a> = HTTP-date
1410
1411<a href="#header.last-modified" class="smpl">Last-Modified</a> = HTTP-date
1412
1413<a href="#notation" class="smpl">OWS</a> = &lt;OWS, defined in [Part1], Section 1.2.2&gt;
1414
1415<a href="#header.etag" class="smpl">entity-tag</a> = [ weak ] opaque-tag
1416<a href="#header.etag" class="smpl">etagc</a> = "!" / %x23-7E ; '#'-'~'
1417 / obs-text
1418
1419<a href="#notation" class="smpl">obs-text</a> = &lt;obs-text, defined in [Part1], Section 3.2.3&gt;
1420<a href="#header.etag" class="smpl">opaque-tag</a> = DQUOTE *etagc DQUOTE
1421
1422<a href="#header.etag" class="smpl">weak</a> = %x57.2F ; W/
1423</pre> <div id="rfc.figure.u.18"></div>
1424      <p>ABNF diagnostics:</p><pre class="inline">; ETag defined but not used
1425; If-Match defined but not used
1426; If-Modified-Since defined but not used
1427; If-None-Match defined but not used
1428; If-Unmodified-Since defined but not used
1429; Last-Modified defined but not used
1430</pre><h1 id="rfc.section.C"><a href="#rfc.section.C">C.</a>&nbsp;<a id="change.log" href="#change.log">Change Log (to be removed by RFC Editor before publication)</a></h1>
1431      <h2 id="rfc.section.C.1"><a href="#rfc.section.C.1">C.1</a>&nbsp;Since RFC 2616
1432      </h2>
1433      <p id="rfc.section.C.1.p.1">Extracted relevant partitions from <a href="#RFC2616" id="rfc.xref.RFC2616.2"><cite title="Hypertext Transfer Protocol -- HTTP/1.1">[RFC2616]</cite></a>.
1434      </p>
1435      <h2 id="rfc.section.C.2"><a href="#rfc.section.C.2">C.2</a>&nbsp;Since draft-ietf-httpbis-p4-conditional-00
1436      </h2>
1437      <p id="rfc.section.C.2.p.1">Closed issues: </p>
1438      <ul>
1439         <li> &lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/35">http://tools.ietf.org/wg/httpbis/trac/ticket/35</a>&gt;: "Normative and Informative references"
1440         </li>
1441      </ul>
1442      <p id="rfc.section.C.2.p.2">Other changes: </p>
1443      <ul>
1444         <li>Move definitions of 304 and 412 condition codes from Part2.</li>
1445      </ul>
1446      <h2 id="rfc.section.C.3"><a href="#rfc.section.C.3">C.3</a>&nbsp;Since draft-ietf-httpbis-p4-conditional-01
1447      </h2>
1448      <p id="rfc.section.C.3.p.1">Ongoing work on ABNF conversion (&lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/36">http://tools.ietf.org/wg/httpbis/trac/ticket/36</a>&gt;):
1449      </p>
1450      <ul>
1451         <li>Add explicit references to BNF syntax and rules imported from other parts of the specification.</li>
1452      </ul>
1453      <h2 id="rfc.section.C.4"><a href="#rfc.section.C.4">C.4</a>&nbsp;<a id="changes.since.02" href="#changes.since.02">Since draft-ietf-httpbis-p4-conditional-02</a></h2>
1454      <p id="rfc.section.C.4.p.1">Closed issues: </p>
1455      <ul>
1456         <li> &lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/116">http://tools.ietf.org/wg/httpbis/trac/ticket/116</a>&gt;: "Weak ETags on non-GET requests"
1457         </li>
1458      </ul>
1459      <p id="rfc.section.C.4.p.2">Ongoing work on IANA Message Header Field Registration (&lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/40">http://tools.ietf.org/wg/httpbis/trac/ticket/40</a>&gt;):
1460      </p>
1461      <ul>
1462         <li>Reference RFC 3984, and update header field registrations for header fields defined in this document.</li>
1463      </ul>
1464      <h2 id="rfc.section.C.5"><a href="#rfc.section.C.5">C.5</a>&nbsp;<a id="changes.since.03" href="#changes.since.03">Since draft-ietf-httpbis-p4-conditional-03</a></h2>
1465      <p id="rfc.section.C.5.p.1">Closed issues: </p>
1466      <ul>
1467         <li> &lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/71">http://tools.ietf.org/wg/httpbis/trac/ticket/71</a>&gt;: "Examples for ETag matching"
1468         </li>
1469         <li> &lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/124">http://tools.ietf.org/wg/httpbis/trac/ticket/124</a>&gt;: "'entity value' undefined"
1470         </li>
1471         <li> &lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/126">http://tools.ietf.org/wg/httpbis/trac/ticket/126</a>&gt;: "bogus 2068 Date header reference"
1472         </li>
1473      </ul>
1474      <h2 id="rfc.section.C.6"><a href="#rfc.section.C.6">C.6</a>&nbsp;<a id="changes.since.04" href="#changes.since.04">Since draft-ietf-httpbis-p4-conditional-04</a></h2>
1475      <p id="rfc.section.C.6.p.1">Ongoing work on ABNF conversion (&lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/36">http://tools.ietf.org/wg/httpbis/trac/ticket/36</a>&gt;):
1476      </p>
1477      <ul>
1478         <li>Use "/" instead of "|" for alternatives.</li>
1479         <li>Introduce new ABNF rules for "bad" whitespace ("BWS"), optional whitespace ("OWS") and required whitespace ("RWS").</li>
1480         <li>Rewrite ABNFs to spell out whitespace rules, factor out header field value format definitions.</li>
1481      </ul>
1482      <h2 id="rfc.section.C.7"><a href="#rfc.section.C.7">C.7</a>&nbsp;<a id="changes.since.05" href="#changes.since.05">Since draft-ietf-httpbis-p4-conditional-05</a></h2>
1483      <p id="rfc.section.C.7.p.1">Final work on ABNF conversion (&lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/36">http://tools.ietf.org/wg/httpbis/trac/ticket/36</a>&gt;):
1484      </p>
1485      <ul>
1486         <li>Add appendix containing collected and expanded ABNF, reorganize ABNF introduction.</li>
1487      </ul>
1488      <h2 id="rfc.section.C.8"><a href="#rfc.section.C.8">C.8</a>&nbsp;<a id="changes.since.06" href="#changes.since.06">Since draft-ietf-httpbis-p4-conditional-06</a></h2>
1489      <p id="rfc.section.C.8.p.1">Closed issues: </p>
1490      <ul>
1491         <li> &lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/153">http://tools.ietf.org/wg/httpbis/trac/ticket/153</a>&gt;: "case-sensitivity of etag weakness indicator"
1492         </li>
1493      </ul>
1494      <h2 id="rfc.section.C.9"><a href="#rfc.section.C.9">C.9</a>&nbsp;<a id="changes.since.07" href="#changes.since.07">Since draft-ietf-httpbis-p4-conditional-07</a></h2>
1495      <p id="rfc.section.C.9.p.1">Closed issues: </p>
1496      <ul>
1497         <li> &lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/116">http://tools.ietf.org/wg/httpbis/trac/ticket/116</a>&gt;: "Weak ETags on non-GET requests" (If-Match still was defined to require strong matching)
1498         </li>
1499         <li> &lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/198">http://tools.ietf.org/wg/httpbis/trac/ticket/198</a>&gt;: "move IANA registrations for optional status codes"
1500         </li>
1501      </ul>
1502      <h2 id="rfc.section.C.10"><a href="#rfc.section.C.10">C.10</a>&nbsp;<a id="changes.since.08" href="#changes.since.08">Since draft-ietf-httpbis-p4-conditional-08</a></h2>
1503      <p id="rfc.section.C.10.p.1">No significant changes.</p>
1504      <h2 id="rfc.section.C.11"><a href="#rfc.section.C.11">C.11</a>&nbsp;<a id="changes.since.09" href="#changes.since.09">Since draft-ietf-httpbis-p4-conditional-09</a></h2>
1505      <p id="rfc.section.C.11.p.1">No significant changes.</p>
1506      <h2 id="rfc.section.C.12"><a href="#rfc.section.C.12">C.12</a>&nbsp;<a id="changes.since.10" href="#changes.since.10">Since draft-ietf-httpbis-p4-conditional-10</a></h2>
1507      <p id="rfc.section.C.12.p.1">Closed issues: </p>
1508      <ul>
1509         <li> &lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/69">http://tools.ietf.org/wg/httpbis/trac/ticket/69</a>&gt;: "Clarify 'Requested Variant'"
1510         </li>
1511         <li> &lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/109">http://tools.ietf.org/wg/httpbis/trac/ticket/109</a>&gt;: "Clarify entity / representation / variant terminology"
1512         </li>
1513         <li> &lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/220">http://tools.ietf.org/wg/httpbis/trac/ticket/220</a>&gt;: "consider removing the 'changes from 2068' sections"
1514         </li>
1515      </ul>
1516      <h2 id="rfc.section.C.13"><a href="#rfc.section.C.13">C.13</a>&nbsp;<a id="changes.since.11" href="#changes.since.11">Since draft-ietf-httpbis-p4-conditional-11</a></h2>
1517      <p id="rfc.section.C.13.p.1">None.</p>
1518      <h2 id="rfc.section.C.14"><a href="#rfc.section.C.14">C.14</a>&nbsp;<a id="changes.since.12" href="#changes.since.12">Since draft-ietf-httpbis-p4-conditional-12</a></h2>
1519      <p id="rfc.section.C.14.p.1">Closed issues: </p>
1520      <ul>
1521         <li> &lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/224">http://tools.ietf.org/wg/httpbis/trac/ticket/224</a>&gt;: "Header Classification"
1522         </li>
1523      </ul>
1524      <h2 id="rfc.section.C.15"><a href="#rfc.section.C.15">C.15</a>&nbsp;<a id="changes.since.13" href="#changes.since.13">Since draft-ietf-httpbis-p4-conditional-13</a></h2>
1525      <p id="rfc.section.C.15.p.1">Closed issues: </p>
1526      <ul>
1527         <li> &lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/89">http://tools.ietf.org/wg/httpbis/trac/ticket/89</a>&gt;: "If-* and entities"
1528         </li>
1529         <li> &lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/101">http://tools.ietf.org/wg/httpbis/trac/ticket/101</a>&gt;: "Definition of validator weakness"
1530         </li>
1531         <li> &lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/276">http://tools.ietf.org/wg/httpbis/trac/ticket/276</a>&gt;: "untangle ABNFs for header fields"
1532         </li>
1533         <li> &lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/269">http://tools.ietf.org/wg/httpbis/trac/ticket/269</a>&gt;: "ETags and Quotes"
1534         </li>
1535      </ul>
1536      <h2 id="rfc.section.C.16"><a href="#rfc.section.C.16">C.16</a>&nbsp;<a id="changes.since.14" href="#changes.since.14">Since draft-ietf-httpbis-p4-conditional-14</a></h2>
1537      <p id="rfc.section.C.16.p.1">None.</p>
1538      <h2 id="rfc.section.C.17"><a href="#rfc.section.C.17">C.17</a>&nbsp;<a id="changes.since.15" href="#changes.since.15">Since draft-ietf-httpbis-p4-conditional-15</a></h2>
1539      <p id="rfc.section.C.17.p.1">Closed issues: </p>
1540      <ul>
1541         <li> &lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/304">http://tools.ietf.org/wg/httpbis/trac/ticket/304</a>&gt;: "If-Range should be listed when dicussing contexts where L-M can be considered strong"
1542         </li>
1543      </ul>
1544      <h2 id="rfc.section.C.18"><a href="#rfc.section.C.18">C.18</a>&nbsp;<a id="changes.since.16" href="#changes.since.16">Since draft-ietf-httpbis-p4-conditional-16</a></h2>
1545      <p id="rfc.section.C.18.p.1">Closed issues: </p>
1546      <ul>
1547         <li> &lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/186">http://tools.ietf.org/wg/httpbis/trac/ticket/186</a>&gt;: "Document HTTP's error-handling philosophy"
1548         </li>
1549      </ul>
1550      <h2 id="rfc.section.C.19"><a href="#rfc.section.C.19">C.19</a>&nbsp;<a id="changes.since.17" href="#changes.since.17">Since draft-ietf-httpbis-p4-conditional-17</a></h2>
1551      <p id="rfc.section.C.19.p.1">Closed issues: </p>
1552      <ul>
1553         <li> &lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/306">http://tools.ietf.org/wg/httpbis/trac/ticket/306</a>&gt;: "does etag value really use quoted-string"
1554         </li>
1555      </ul>
1556      <h2 id="rfc.section.C.20"><a href="#rfc.section.C.20">C.20</a>&nbsp;<a id="changes.since.18" href="#changes.since.18">Since draft-ietf-httpbis-p4-conditional-18</a></h2>
1557      <p id="rfc.section.C.20.p.1">None yet.</p>
1558      <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1>
1559      <p class="noprint"><a href="#rfc.index.3">3</a> <a href="#rfc.index.4">4</a> <a href="#rfc.index.E">E</a> <a href="#rfc.index.G">G</a> <a href="#rfc.index.H">H</a> <a href="#rfc.index.I">I</a> <a href="#rfc.index.L">L</a> <a href="#rfc.index.M">M</a> <a href="#rfc.index.P">P</a> <a href="#rfc.index.R">R</a> <a href="#rfc.index.S">S</a> <a href="#rfc.index.V">V</a>
1560      </p>
1561      <div class="print2col">
1562         <ul class="ind">
1563            <li><a id="rfc.index.3" href="#rfc.index.3"><b>3</b></a><ul>
1564                  <li>304 Not Modified (status code)&nbsp;&nbsp;<a href="#rfc.iref.27"><b>4.1</b></a>, <a href="#rfc.xref.status.304.1">5.1</a></li>
1565               </ul>
1566            </li>
1567            <li><a id="rfc.index.4" href="#rfc.index.4"><b>4</b></a><ul>
1568                  <li>412 Precondition Failed (status code)&nbsp;&nbsp;<a href="#rfc.iref.28"><b>4.2</b></a>, <a href="#rfc.xref.status.412.1">5.1</a></li>
1569               </ul>
1570            </li>
1571            <li><a id="rfc.index.E" href="#rfc.index.E"><b>E</b></a><ul>
1572                  <li>ETag header field&nbsp;&nbsp;<a href="#rfc.iref.e.1"><b>2.3</b></a>, <a href="#rfc.xref.header.etag.1">5.2</a>, <a href="#rfc.xref.header.etag.2">A</a></li>
1573               </ul>
1574            </li>
1575            <li><a id="rfc.index.G" href="#rfc.index.G"><b>G</b></a><ul>
1576                  <li><tt>Grammar</tt>&nbsp;&nbsp;
1577                     <ul>
1578                        <li><tt>entity-tag</tt>&nbsp;&nbsp;<a href="#rfc.iref.g.3"><b>2.3</b></a></li>
1579                        <li><tt>ETag</tt>&nbsp;&nbsp;<a href="#rfc.iref.g.2"><b>2.3</b></a></li>
1580                        <li><tt>etagc</tt>&nbsp;&nbsp;<a href="#rfc.iref.g.6"><b>2.3</b></a></li>
1581                        <li><tt>If-Match</tt>&nbsp;&nbsp;<a href="#rfc.iref.g.7"><b>3.1</b></a></li>
1582                        <li><tt>If-Modified-Since</tt>&nbsp;&nbsp;<a href="#rfc.iref.g.9"><b>3.3</b></a></li>
1583                        <li><tt>If-None-Match</tt>&nbsp;&nbsp;<a href="#rfc.iref.g.8"><b>3.2</b></a></li>
1584                        <li><tt>If-Unmodified-Since</tt>&nbsp;&nbsp;<a href="#rfc.iref.g.10"><b>3.4</b></a></li>
1585                        <li><tt>Last-Modified</tt>&nbsp;&nbsp;<a href="#rfc.iref.g.1"><b>2.2</b></a></li>
1586                        <li><tt>opaque-tag</tt>&nbsp;&nbsp;<a href="#rfc.iref.g.5"><b>2.3</b></a></li>
1587                        <li><tt>weak</tt>&nbsp;&nbsp;<a href="#rfc.iref.g.4"><b>2.3</b></a></li>
1588                     </ul>
1589                  </li>
1590               </ul>
1591            </li>
1592            <li><a id="rfc.index.H" href="#rfc.index.H"><b>H</b></a><ul>
1593                  <li>Header Fields&nbsp;&nbsp;
1594                     <ul>
1595                        <li>ETag&nbsp;&nbsp;<a href="#rfc.iref.h.2"><b>2.3</b></a>, <a href="#rfc.xref.header.etag.1">5.2</a>, <a href="#rfc.xref.header.etag.2">A</a></li>
1596                        <li>If-Match&nbsp;&nbsp;<a href="#rfc.iref.h.3"><b>3.1</b></a>, <a href="#rfc.xref.header.if-match.1">5.2</a></li>
1597                        <li>If-Modified-Since&nbsp;&nbsp;<a href="#rfc.iref.h.5"><b>3.3</b></a>, <a href="#rfc.xref.header.if-modified-since.1">5.2</a></li>
1598                        <li>If-None-Match&nbsp;&nbsp;<a href="#rfc.iref.h.4"><b>3.2</b></a>, <a href="#rfc.xref.header.if-none-match.1">5.2</a>, <a href="#rfc.xref.header.if-none-match.2">A</a></li>
1599                        <li>If-Unmodified-Since&nbsp;&nbsp;<a href="#rfc.iref.h.6"><b>3.4</b></a>, <a href="#rfc.xref.header.if-unmodified-since.1">5.2</a></li>
1600                        <li>Last-Modified&nbsp;&nbsp;<a href="#rfc.iref.h.1"><b>2.2</b></a>, <a href="#rfc.xref.header.last-modified.1">5.2</a></li>
1601                     </ul>
1602                  </li>
1603               </ul>
1604            </li>
1605            <li><a id="rfc.index.I" href="#rfc.index.I"><b>I</b></a><ul>
1606                  <li>If-Match header field&nbsp;&nbsp;<a href="#rfc.iref.i.1"><b>3.1</b></a>, <a href="#rfc.xref.header.if-match.1">5.2</a></li>
1607                  <li>If-Modified-Since header field&nbsp;&nbsp;<a href="#rfc.iref.i.3"><b>3.3</b></a>, <a href="#rfc.xref.header.if-modified-since.1">5.2</a></li>
1608                  <li>If-None-Match header field&nbsp;&nbsp;<a href="#rfc.iref.i.2"><b>3.2</b></a>, <a href="#rfc.xref.header.if-none-match.1">5.2</a>, <a href="#rfc.xref.header.if-none-match.2">A</a></li>
1609                  <li>If-Unmodified-Since header field&nbsp;&nbsp;<a href="#rfc.iref.i.4"><b>3.4</b></a>, <a href="#rfc.xref.header.if-unmodified-since.1">5.2</a></li>
1610               </ul>
1611            </li>
1612            <li><a id="rfc.index.L" href="#rfc.index.L"><b>L</b></a><ul>
1613                  <li>Last-Modified header field&nbsp;&nbsp;<a href="#rfc.iref.l.1"><b>2.2</b></a>, <a href="#rfc.xref.header.last-modified.1">5.2</a></li>
1614               </ul>
1615            </li>
1616            <li><a id="rfc.index.M" href="#rfc.index.M"><b>M</b></a><ul>
1617                  <li>metadata&nbsp;&nbsp;<a href="#rfc.iref.m.1"><b>2</b></a></li>
1618               </ul>
1619            </li>
1620            <li><a id="rfc.index.P" href="#rfc.index.P"><b>P</b></a><ul>
1621                  <li><em>Part1</em>&nbsp;&nbsp;<a href="#rfc.xref.Part1.1">1.1</a>, <a href="#rfc.xref.Part1.2">1.2</a>, <a href="#rfc.xref.Part1.3">1.2</a>, <a href="#rfc.xref.Part1.4">1.2</a>, <a href="#rfc.xref.Part1.5">1.2</a>, <a href="#rfc.xref.Part1.6">2.3.3</a>, <a href="#rfc.xref.Part1.7">6</a>, <a href="#rfc.xref.Part1.8">7</a>, <a href="#Part1"><b>8.1</b></a><ul>
1622                        <li><em>Section 1.2</em>&nbsp;&nbsp;<a href="#rfc.xref.Part1.2">1.2</a></li>
1623                        <li><em>Section 2</em>&nbsp;&nbsp;<a href="#rfc.xref.Part1.1">1.1</a></li>
1624                        <li><em>Section 3.2.1</em>&nbsp;&nbsp;<a href="#rfc.xref.Part1.4">1.2</a></li>
1625                        <li><em>Section 3.2.4</em>&nbsp;&nbsp;<a href="#rfc.xref.Part1.5">1.2</a></li>
1626                        <li><em>Section 5.1</em>&nbsp;&nbsp;<a href="#rfc.xref.Part1.6">2.3.3</a></li>
1627                        <li><em>Section 11</em>&nbsp;&nbsp;<a href="#rfc.xref.Part1.8">7</a></li>
1628                     </ul>
1629                  </li>
1630                  <li><em>Part2</em>&nbsp;&nbsp;<a href="#rfc.xref.Part2.1">1.2</a>, <a href="#rfc.xref.Part2.2">1.2</a>, <a href="#rfc.xref.Part2.3">4.1</a>, <a href="#Part2"><b>8.1</b></a><ul>
1631                        <li><em>Section 8</em>&nbsp;&nbsp;<a href="#rfc.xref.Part2.2">1.2</a></li>
1632                        <li><em>Section 9.2</em>&nbsp;&nbsp;<a href="#rfc.xref.Part2.3">4.1</a></li>
1633                     </ul>
1634                  </li>
1635                  <li><em>Part3</em>&nbsp;&nbsp;<a href="#rfc.xref.Part3.1">2.3.3</a>, <a href="#rfc.xref.Part3.2">2.3.3</a>, <a href="#Part3"><b>8.1</b></a><ul>
1636                        <li><em>Section 5</em>&nbsp;&nbsp;<a href="#rfc.xref.Part3.1">2.3.3</a></li>
1637                        <li><em>Section 6.3</em>&nbsp;&nbsp;<a href="#rfc.xref.Part3.2">2.3.3</a></li>
1638                     </ul>
1639                  </li>
1640                  <li><em>Part5</em>&nbsp;&nbsp;<a href="#rfc.xref.Part5.1">3.3</a>, <a href="#rfc.xref.Part5.2">3.5</a>, <a href="#Part5"><b>8.1</b></a><ul>
1641                        <li><em>Section 5.3</em>&nbsp;&nbsp;<a href="#rfc.xref.Part5.2">3.5</a></li>
1642                        <li><em>Section 5.4</em>&nbsp;&nbsp;<a href="#rfc.xref.Part5.1">3.3</a></li>
1643                     </ul>
1644                  </li>
1645                  <li><em>Part6</em>&nbsp;&nbsp;<a href="#rfc.xref.Part6.1">1</a>, <a href="#rfc.xref.Part6.2">2.2.1</a>, <a href="#rfc.xref.Part6.3">2.3.1</a>, <a href="#Part6"><b>8.1</b></a></li>
1646               </ul>
1647            </li>
1648            <li><a id="rfc.index.R" href="#rfc.index.R"><b>R</b></a><ul>
1649                  <li><em>RFC2119</em>&nbsp;&nbsp;<a href="#rfc.xref.RFC2119.1">1.1</a>, <a href="#RFC2119"><b>8.1</b></a></li>
1650                  <li><em>RFC2616</em>&nbsp;&nbsp;<a href="#rfc.xref.RFC2616.1">2.3</a>, <a href="#RFC2616"><b>8.2</b></a>, <a href="#rfc.xref.RFC2616.2">C.1</a><ul>
1651                        <li><em>Section 3.11</em>&nbsp;&nbsp;<a href="#rfc.xref.RFC2616.1">2.3</a></li>
1652                     </ul>
1653                  </li>
1654                  <li><em>RFC3864</em>&nbsp;&nbsp;<a href="#rfc.xref.RFC3864.1">5.2</a>, <a href="#RFC3864"><b>8.2</b></a></li>
1655                  <li><em>RFC4918</em>&nbsp;&nbsp;<a href="#rfc.xref.RFC4918.1">2</a>, <a href="#RFC4918"><b>8.2</b></a></li>
1656                  <li><em>RFC5234</em>&nbsp;&nbsp;<a href="#rfc.xref.RFC5234.1">1.2</a>, <a href="#rfc.xref.RFC5234.2">1.2</a>, <a href="#RFC5234"><b>8.1</b></a><ul>
1657                        <li><em>Appendix B.1</em>&nbsp;&nbsp;<a href="#rfc.xref.RFC5234.2">1.2</a></li>
1658                     </ul>
1659                  </li>
1660               </ul>
1661            </li>
1662            <li><a id="rfc.index.S" href="#rfc.index.S"><b>S</b></a><ul>
1663                  <li>selected representation&nbsp;&nbsp;<a href="#rfc.iref.s.1"><b>1</b></a></li>
1664                  <li>Status Codes&nbsp;&nbsp;
1665                     <ul>
1666                        <li>304 Not Modified&nbsp;&nbsp;<a href="#rfc.iref.s.2"><b>4.1</b></a>, <a href="#rfc.xref.status.304.1">5.1</a></li>
1667                        <li>412 Precondition Failed&nbsp;&nbsp;<a href="#rfc.iref.s.3"><b>4.2</b></a>, <a href="#rfc.xref.status.412.1">5.1</a></li>
1668                     </ul>
1669                  </li>
1670               </ul>
1671            </li>
1672            <li><a id="rfc.index.V" href="#rfc.index.V"><b>V</b></a><ul>
1673                  <li>validator&nbsp;&nbsp;<a href="#rfc.iref.v.1"><b>2</b></a><ul>
1674                        <li>strong&nbsp;&nbsp;<a href="#rfc.iref.v.3"><b>2.1</b></a></li>
1675                        <li>weak&nbsp;&nbsp;<a href="#rfc.iref.v.2"><b>2.1</b></a></li>
1676                     </ul>
1677                  </li>
1678               </ul>
1679            </li>
1680         </ul>
1681      </div>
1682   </body>
1683</html>
Note: See TracBrowser for help on using the repository browser.