Changeset 156 for draft-ietf-httpbis/latest/p7-auth.html
- Timestamp:
- 08/01/08 03:14:41 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p7-auth.html
r153 r156 517 517 </ul> 518 518 <h1 id="rfc.section.1" class="np"><a href="#rfc.section.1">1.</a> <a id="introduction" href="#introduction">Introduction</a></h1> 519 <p id="rfc.section.1.p.1">This document will defineaspects of HTTP related to access control and authentication. Right now it only includes the extracted520 relevant sections of <cite title="Hypertext Transfer Protocol -- HTTP/1.1" id="rfc.xref.RFC2616.1">RFC 2616</cite> with only minor edits.519 <p id="rfc.section.1.p.1">This document defines aspects of HTTP related to access control and authentication. Right now it only includes the extracted 520 relevant sections of <cite title="Hypertext Transfer Protocol -- HTTP/1.1" id="rfc.xref.RFC2616.1">RFC 2616</cite> with editorial changes. 521 521 </p> 522 522 <p id="rfc.section.1.p.2">HTTP provides several <em class="bcp14">OPTIONAL</em> challenge-response authentication mechanisms which can be used by a server to challenge a client request and by a client to … … 559 559 such as credentials that vary according to a challenge value or using synchronized clocks). 560 560 </p> 561 <p id="rfc.section.3.1.p.4">When a shared cache (see <a href="p6-cache.html#shared.and.non-shared.caches" title="Shared and Non-Shared Caches">Section 2.7</a> of <a href="#Part6" id="rfc.xref.Part6.1"><cite title="HTTP/1.1, part 6: Caching">[Part6]</cite></a>) receives a request containing an Authorization field, it <em class="bcp14">MUST NOT</em> return the corresponding response as a reply to any other request, unless one of the following specific exceptions holds:561 <p id="rfc.section.3.1.p.4">When a shared cache (see <a href="p6-cache.html#shared.and.non-shared.caches" title="Shared and Non-Shared Caches">Section 8</a> of <a href="#Part6" id="rfc.xref.Part6.1"><cite title="HTTP/1.1, part 6: Caching">[Part6]</cite></a>) receives a request containing an Authorization field, it <em class="bcp14">MUST NOT</em> return the corresponding response as a reply to any other request, unless one of the following specific exceptions holds: 562 562 </p> 563 563 <p id="rfc.section.3.1.p.5"> </p> … … 761 761 <li class="indline0"><a id="rfc.index.P" href="#rfc.index.P"><b>P</b></a><ul class="ind"> 762 762 <li class="indline1"><em>Part6</em> <a class="iref" href="#rfc.xref.Part6.1">3.1</a>, <a class="iref" href="#Part6"><b>7.1</b></a><ul class="ind"> 763 <li class="indline1"><em>Section 2.7</em> <a class="iref" href="#rfc.xref.Part6.1">3.1</a></li>763 <li class="indline1"><em>Section 8</em> <a class="iref" href="#rfc.xref.Part6.1">3.1</a></li> 764 764 </ul> 765 765 </li>
Note: See TracChangeset
for help on using the changeset viewer.