source: draft-ietf-httpbis/orig/rfc2617.html @ 90

Last change on this file since 90 was 57, checked in by fielding@…, 15 years ago

set media type to text/html

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/html
File size: 124.4 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">
5      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6      <title>HTTP Authentication: Basic and Digest Access Authentication</title><style type="text/css" title="Xml2Rfc (sans serif)">
7a {
8  text-decoration: none;
9}
10a.smpl {
11  color: black;
12}
13a:hover {
14  text-decoration: underline;
15}
16a:active {
17  text-decoration: underline;
18}
19address {
20  margin-top: 1em;
21  margin-left: 2em;
22  font-style: normal;
23}
24body {
25  color: black;
26  font-family: verdana, helvetica, arial, sans-serif;
27  font-size: 10pt;
28}
29cite {
30  font-style: normal;
31}
32dd {
33  margin-right: 2em;
34}
35dl {
36  margin-left: 2em;
37}
38
39dl.empty dd {
40  margin-top: .5em;
41}
42dl p {
43  margin-left: 0em;
44}
45dt {
46  margin-top: .5em;
47}
48h1 {
49  font-size: 14pt;
50  line-height: 21pt;
51  page-break-after: avoid;
52}
53h1.np {
54  page-break-before: always;
55}
56h1 a {
57  color: #333333;
58}
59h2 {
60  font-size: 12pt;
61  line-height: 15pt;
62  page-break-after: avoid;
63}
64h2 a {
65  color: black;
66}
67h3 {
68  font-size: 10pt;
69  page-break-after: avoid;
70}
71h3 a {
72  color: black;
73}
74h4 {
75  font-size: 10pt;
76  page-break-after: avoid;
77}
78h4 a {
79  color: black;
80}
81h5 {
82  font-size: 10pt;
83  page-break-after: avoid;
84}
85h5 a {
86  color: black;
87}
88img {
89  margin-left: 3em;
90}
91li {
92  margin-left: 2em;
93  margin-right: 2em;
94}
95ol {
96  margin-left: 2em;
97  margin-right: 2em;
98}
99ol p {
100  margin-left: 0em;
101}
102p {
103  margin-left: 2em;
104  margin-right: 2em;
105}
106pre {
107  margin-left: 3em;
108  background-color: lightyellow;
109  padding: .25em;
110}
111pre.text2 {
112  border-style: dotted;
113  border-width: 1px;
114  background-color: #f0f0f0;
115  width: 69em;
116}
117pre.inline {
118  background-color: white;
119  padding: 0em;
120}
121pre.text {
122  border-style: dotted;
123  border-width: 1px;
124  background-color: #f8f8f8;
125  width: 69em;
126}
127pre.drawing {
128  border-style: solid;
129  border-width: 1px;
130  background-color: #f8f8f8;
131  padding: 2em;
132}
133table {
134  margin-left: 2em;
135}
136table.header {
137  width: 95%;
138  font-size: 10pt;
139  color: white;
140}
141td.top {
142  vertical-align: top;
143}
144td.topnowrap {
145  vertical-align: top;
146  white-space: nowrap;
147}
148td.header {
149  background-color: gray;
150  width: 50%;
151}
152td.reference {
153  vertical-align: top;
154  white-space: nowrap;
155  padding-right: 1em;
156}
157thead {
158  display:table-header-group;
159}
160ul.toc {
161  list-style: none;
162  margin-left: 1.5em;
163  margin-right: 0em;
164  padding-left: 0em;
165}
166li.tocline0 {
167  line-height: 150%;
168  font-weight: bold;
169  font-size: 10pt;
170  margin-left: 0em;
171  margin-right: 0em;
172}
173li.tocline1 {
174  line-height: normal;
175  font-weight: normal;
176  font-size: 9pt;
177  margin-left: 0em;
178  margin-right: 0em;
179}
180li.tocline2 {
181  font-size: 0pt;
182}
183ul p {
184  margin-left: 0em;
185}
186ul.ind {
187  list-style: none;
188  margin-left: 1.5em;
189  margin-right: 0em;
190  padding-left: 0em;
191}
192li.indline0 {
193  font-weight: bold;
194  line-height: 200%;
195  margin-left: 0em;
196  margin-right: 0em;
197}
198li.indline1 {
199  font-weight: normal;
200  line-height: 150%;
201  margin-left: 0em;
202  margin-right: 0em;
203}
204.bcp14 {
205  font-style: normal;
206  text-transform: lowercase;
207  font-variant: small-caps;
208}
209.comment {
210  background-color: yellow;
211}
212.center {
213  text-align: center;
214}
215.error {
216  color: red;
217  font-style: italic;
218  font-weight: bold;
219}
220.figure {
221  font-weight: bold;
222  text-align: center;
223  font-size: 9pt;
224}
225.filename {
226  color: #333333;
227  font-weight: bold;
228  font-size: 12pt;
229  line-height: 21pt;
230  text-align: center;
231}
232.fn {
233  font-weight: bold;
234}
235.hidden {
236  display: none;
237}
238.left {
239  text-align: left;
240}
241.right {
242  text-align: right;
243}
244.title {
245  color: #990000;
246  font-size: 18pt;
247  line-height: 18pt;
248  font-weight: bold;
249  text-align: center;
250  margin-top: 36pt;
251}
252.vcardline {
253  display: block;
254}
255.warning {
256  font-size: 14pt;
257  background-color: yellow;
258}
259
260
261@media print {
262  .noprint {
263    display: none;
264  }
265 
266  a {
267    color: black;
268    text-decoration: none;
269  }
270
271  table.header {
272    width: 90%;
273  }
274
275  td.header {
276    width: 50%;
277    color: black;
278    background-color: white;
279    vertical-align: top;
280    font-size: 12pt;
281  }
282
283  ul.toc a::after {
284    content: leader('.') target-counter(attr(href), page);
285  }
286 
287  a.iref {
288    content: target-counter(attr(href), page);
289  }
290 
291  .print2col {
292    column-count: 2;
293    -moz-column-count: 2;
294    column-fill: auto;
295  }
296}
297
298@page {
299  @top-left {
300       content: "RFC 2617";
301  }
302  @top-right {
303       content: "June 1999";
304  }
305  @top-center {
306       content: "HTTP Authentication";
307  }
308  @bottom-left {
309       content: "Franks, et al.";
310  }
311  @bottom-center {
312       content: "Standards Track";
313  }
314  @bottom-right {
315       content: "[Page " counter(page) "]";
316  }
317}
318
319@page:first {
320    @top-left {
321      content: normal;
322    }
323    @top-right {
324      content: normal;
325    }
326    @top-center {
327      content: normal;
328    }
329}
330</style><link rel="Contents" href="#rfc.toc">
331      <link rel="Author" href="#rfc.authors">
332      <link rel="Copyright" href="#rfc.copyright">
333      <link rel="Index" href="#rfc.index">
334      <link rel="Chapter" title="1 Access Authentication" href="#rfc.section.1">
335      <link rel="Chapter" title="2 Basic Authentication Scheme" href="#rfc.section.2">
336      <link rel="Chapter" title="3 Digest Access Authentication Scheme" href="#rfc.section.3">
337      <link rel="Chapter" title="4 Security Considerations" href="#rfc.section.4">
338      <link rel="Chapter" title="5 Sample implementation" href="#rfc.section.5">
339      <link rel="Chapter" title="6 Acknowledgments" href="#rfc.section.6">
340      <link rel="Chapter" href="#rfc.section.7" title="7 References">
341      <link rel="Alternate" title="Authorative ASCII version" href="http://www.ietf.org/rfc/rfc2617.txt">
342      <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.352, 2007/12/09 19:23:50, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">
343      <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/">
344      <meta name="DC.Creator" content="Franks, J.">
345      <meta name="DC.Creator" content="Hallam-Baker, P.M.">
346      <meta name="DC.Creator" content="Hostetler, J.L.">
347      <meta name="DC.Creator" content="Lawrence, S.D.">
348      <meta name="DC.Creator" content="Leach, P.J.">
349      <meta name="DC.Creator" content="Luotonen, A.">
350      <meta name="DC.Creator" content="Stewart, L.">
351      <meta name="DC.Identifier" content="urn:ietf:rfc:2617">
352      <meta name="DC.Date.Issued" scheme="ISO8601" content="1999-06">
353      <meta name="DC.Relation.Replaces" content="urn:ietf:rfc:2069">
354      <meta name="DC.Description.Abstract" content="&#34;HTTP/1.0&#34;, includes the specification for a Basic Access Authentication scheme. This scheme is not considered to be a secure method of user authentication (unless used in conjunction with some external secure system such as SSL ), as the user name and password are passed over the network as cleartext. This document also provides the specification for HTTP's authentication framework, the original Basic authentication scheme and a scheme based on cryptographic hashes, referred to as &#34;Digest Access Authentication&#34;. It is therefore also intended to serve as a replacement for RFC 2069 . Some optional elements specified by RFC 2069 have been removed from this specification due to problems found since its publication; other new elements have been added for compatibility, those new elements have been made optional, but are strongly recommended. Like Basic, Digest access authentication verifies that both parties to a communication know a shared secret (a password); unlike Basic, this verification can be done without sending the password in the clear, which is Basic's biggest weakness. As with most other authentication protocols, the greatest sources of risks are usually found not in the core protocol itself but in policies and procedures surrounding its use.">
355   </head>
356   <body>
357      <table summary="header information" class="header" border="0" cellpadding="1" cellspacing="1">
358         <tr>
359            <td class="header left">Network Working Group</td>
360            <td class="header right">J. Franks</td>
361         </tr>
362         <tr>
363            <td class="header left">Request for Comments: 2617</td>
364            <td class="header right">Northwestern University, Department of Mathematics</td>
365         </tr>
366         <tr>
367            <td class="header left">Obsoletes: <a href="http://tools.ietf.org/html/rfc2069">2069</a></td>
368            <td class="header right">P.M. Hallam-Baker</td>
369         </tr>
370         <tr>
371            <td class="header left">Category: Standards Track</td>
372            <td class="header right">Verisign Inc.</td>
373         </tr>
374         <tr>
375            <td class="header left"></td>
376            <td class="header right">J.L. Hostetler</td>
377         </tr>
378         <tr>
379            <td class="header left"></td>
380            <td class="header right">AbiSource, Inc.</td>
381         </tr>
382         <tr>
383            <td class="header left"></td>
384            <td class="header right">S.D. Lawrence</td>
385         </tr>
386         <tr>
387            <td class="header left"></td>
388            <td class="header right">Agranat Systems, Inc.</td>
389         </tr>
390         <tr>
391            <td class="header left"></td>
392            <td class="header right">P.J. Leach</td>
393         </tr>
394         <tr>
395            <td class="header left"></td>
396            <td class="header right">Microsoft Corporation</td>
397         </tr>
398         <tr>
399            <td class="header left"></td>
400            <td class="header right">A. Luotonen</td>
401         </tr>
402         <tr>
403            <td class="header left"></td>
404            <td class="header right">Netscape Communications Corporation</td>
405         </tr>
406         <tr>
407            <td class="header left"></td>
408            <td class="header right">L. Stewart</td>
409         </tr>
410         <tr>
411            <td class="header left"></td>
412            <td class="header right">Open Market, Inc.</td>
413         </tr>
414         <tr>
415            <td class="header left"></td>
416            <td class="header right">June 1999</td>
417         </tr>
418      </table>
419      <p class="title">HTTP Authentication: Basic and Digest Access Authentication</p>
420      <h1><a id="rfc.status" href="#rfc.status">Status of this Memo</a></h1>
421      <p>This document specifies an Internet standards track protocol for the Internet community, and requests discussion and suggestions
422         for improvements. Please refer to the current edition of the “Internet Official Protocol Standards” (STD 1) for the standardization
423         state and status of this protocol. Distribution of this memo is unlimited.
424      </p>
425      <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1>
426      <p>Copyright © The Internet Society (1999). All Rights Reserved.</p>
427      <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1>
428      <p>"HTTP/1.0", includes the specification for a Basic Access Authentication scheme. This scheme is not considered to be a secure
429         method of user authentication (unless used in conjunction with some external secure system such as SSL <a href="#RFC2246" id="rfc.xref.RFC2246.1"><cite title="The TLS Protocol Version 1.0">[5]</cite></a>), as the user name and password are passed over the network as cleartext.
430      </p>
431      <p>This document also provides the specification for HTTP's authentication framework, the original Basic authentication scheme
432         and a scheme based on cryptographic hashes, referred to as "Digest Access Authentication". It is therefore also intended to
433         serve as a replacement for RFC 2069 <a href="#RFC2069" id="rfc.xref.RFC2069.1"><cite title="An Extension to HTTP : Digest Access Authentication">[6]</cite></a>. Some optional elements specified by RFC 2069 have been removed from this specification due to problems found since its publication;
434         other new elements have been added for compatibility, those new elements have been made optional, but are strongly recommended.
435      </p>
436      <p>Like Basic, Digest access authentication verifies that both parties to a communication know a shared secret (a password);
437         unlike Basic, this verification can be done without sending the password in the clear, which is Basic's biggest weakness.
438         As with most other authentication protocols, the greatest sources of risks are usually found not in the core protocol itself
439         but in policies and procedures surrounding its use.
440      </p>
441      <hr class="noprint">
442      <h1 class="np" id="rfc.toc"><a href="#rfc.toc">Table of Contents</a></h1>
443      <ul class="toc">
444         <li class="tocline0">1.&nbsp;&nbsp;&nbsp;<a href="#access.authentication">Access Authentication</a><ul class="toc">
445               <li class="tocline1">1.1&nbsp;&nbsp;&nbsp;<a href="#rfc.section.1.1">Reliance on the HTTP/1.1 Specification</a></li>
446               <li class="tocline1">1.2&nbsp;&nbsp;&nbsp;<a href="#access.authentication.framework">Access Authentication Framework</a></li>
447            </ul>
448         </li>
449         <li class="tocline0">2.&nbsp;&nbsp;&nbsp;<a href="#rfc.section.2">Basic Authentication Scheme</a></li>
450         <li class="tocline0">3.&nbsp;&nbsp;&nbsp;<a href="#rfc.section.3">Digest Access Authentication Scheme</a><ul class="toc">
451               <li class="tocline1">3.1&nbsp;&nbsp;&nbsp;<a href="#rfc.section.3.1">Introduction</a><ul class="toc">
452                     <li class="tocline1">3.1.1&nbsp;&nbsp;&nbsp;<a href="#rfc.section.3.1.1">Purpose</a></li>
453                     <li class="tocline1">3.1.2&nbsp;&nbsp;&nbsp;<a href="#rfc.section.3.1.2">Overall Operation</a></li>
454                     <li class="tocline1">3.1.3&nbsp;&nbsp;&nbsp;<a href="#rfc.section.3.1.3">Representation of digest values</a></li>
455                     <li class="tocline1">3.1.4&nbsp;&nbsp;&nbsp;<a href="#rfc.section.3.1.4">Limitations</a></li>
456                  </ul>
457               </li>
458               <li class="tocline1">3.2&nbsp;&nbsp;&nbsp;<a href="#specification.of.digest.headers">Specification of Digest Headers</a><ul class="toc">
459                     <li class="tocline1">3.2.1&nbsp;&nbsp;&nbsp;<a href="#the.www-authenticate.response.header">The WWW-Authenticate Response Header</a></li>
460                     <li class="tocline1">3.2.2&nbsp;&nbsp;&nbsp;<a href="#the.authorization.request.header">The Authorization Request Header</a><ul class="toc">
461                           <li class="tocline1">3.2.2.1&nbsp;&nbsp;&nbsp;<a href="#request-digest">Request-Digest</a></li>
462                           <li class="tocline1">3.2.2.2&nbsp;&nbsp;&nbsp;<a href="#A1">A1</a></li>
463                           <li class="tocline1">3.2.2.3&nbsp;&nbsp;&nbsp;<a href="#rfc.section.3.2.2.3">A2</a></li>
464                           <li class="tocline1">3.2.2.4&nbsp;&nbsp;&nbsp;<a href="#rfc.section.3.2.2.4">Directive values and quoted-string</a></li>
465                           <li class="tocline1">3.2.2.5&nbsp;&nbsp;&nbsp;<a href="#rfc.section.3.2.2.5">Various considerations</a></li>
466                        </ul>
467                     </li>
468                     <li class="tocline1">3.2.3&nbsp;&nbsp;&nbsp;<a href="#rfc.section.3.2.3">The Authentication-Info Header</a></li>
469                  </ul>
470               </li>
471               <li class="tocline1">3.3&nbsp;&nbsp;&nbsp;<a href="#digest.operation">Digest Operation</a></li>
472               <li class="tocline1">3.4&nbsp;&nbsp;&nbsp;<a href="#rfc.section.3.4">Security Protocol Negotiation</a></li>
473               <li class="tocline1">3.5&nbsp;&nbsp;&nbsp;<a href="#specification.of.digest.headers.example">Example</a></li>
474               <li class="tocline1">3.6&nbsp;&nbsp;&nbsp;<a href="#proxy-authentication.and.proxy-authorization">Proxy-Authentication and Proxy-Authorization</a></li>
475            </ul>
476         </li>
477         <li class="tocline0">4.&nbsp;&nbsp;&nbsp;<a href="#security.considerations">Security Considerations</a><ul class="toc">
478               <li class="tocline1">4.1&nbsp;&nbsp;&nbsp;<a href="#rfc.section.4.1">Authentication of Clients using Basic Authentication</a></li>
479               <li class="tocline1">4.2&nbsp;&nbsp;&nbsp;<a href="#rfc.section.4.2">Authentication of Clients using Digest Authentication</a></li>
480               <li class="tocline1">4.3&nbsp;&nbsp;&nbsp;<a href="#rfc.section.4.3">Limited Use Nonce Values</a></li>
481               <li class="tocline1">4.4&nbsp;&nbsp;&nbsp;<a href="#rfc.section.4.4">Comparison of Digest with Basic Authentication</a></li>
482               <li class="tocline1">4.5&nbsp;&nbsp;&nbsp;<a href="#rfc.section.4.5">Replay Attacks</a></li>
483               <li class="tocline1">4.6&nbsp;&nbsp;&nbsp;<a href="#rfc.section.4.6">Weakness Created by Multiple Authentication Schemes</a></li>
484               <li class="tocline1">4.7&nbsp;&nbsp;&nbsp;<a href="#rfc.section.4.7">Online dictionary attacks</a></li>
485               <li class="tocline1">4.8&nbsp;&nbsp;&nbsp;<a href="#man.in.the.middle">Man in the Middle</a></li>
486               <li class="tocline1">4.9&nbsp;&nbsp;&nbsp;<a href="#rfc.section.4.9">Chosen plaintext attacks</a></li>
487               <li class="tocline1">4.10&nbsp;&nbsp;&nbsp;<a href="#rfc.section.4.10">Precomputed dictionary attacks</a></li>
488               <li class="tocline1">4.11&nbsp;&nbsp;&nbsp;<a href="#rfc.section.4.11">Batch brute force attacks</a></li>
489               <li class="tocline1">4.12&nbsp;&nbsp;&nbsp;<a href="#rfc.section.4.12">Spoofing by Counterfeit Servers</a></li>
490               <li class="tocline1">4.13&nbsp;&nbsp;&nbsp;<a href="#rfc.section.4.13">Storing passwords</a></li>
491               <li class="tocline1">4.14&nbsp;&nbsp;&nbsp;<a href="#rfc.section.4.14">Summary</a></li>
492            </ul>
493         </li>
494         <li class="tocline0">5.&nbsp;&nbsp;&nbsp;<a href="#rfc.section.5">Sample implementation</a></li>
495         <li class="tocline0">6.&nbsp;&nbsp;&nbsp;<a href="#rfc.section.6">Acknowledgments</a></li>
496         <li class="tocline0">7.&nbsp;&nbsp;&nbsp;<a href="#rfc.references">References</a></li>
497         <li class="tocline0"><a href="#rfc.authors">Authors' Addresses</a></li>
498         <li class="tocline0"><a href="#rfc.ipr">Intellectual Property and Copyright Statements</a></li>
499         <li class="tocline0"><a href="#rfc.index">Index</a></li>
500      </ul>
501      <h1 id="rfc.section.1" class="np"><a href="#rfc.section.1">1.</a>&nbsp;<a id="access.authentication" href="#access.authentication">Access Authentication</a></h1>
502      <h2 id="rfc.section.1.1"><a href="#rfc.section.1.1">1.1</a>&nbsp;Reliance on the HTTP/1.1 Specification
503      </h2>
504      <p id="rfc.section.1.1.p.1">This specification is a companion to the HTTP/1.1 specification <a href="#RFC2616" id="rfc.xref.RFC2616.1"><cite title="Hypertext Transfer Protocol -- HTTP/1.1">[2]</cite></a>. It uses the augmented BNF section <a href="http://tools.ietf.org/html/rfc2616#section-2.1" id="rfc.xref.RFC2616.2">2.1</a> of that document, and relies on both the non-terminals defined in that document and other aspects of the HTTP/1.1 specification.
505      </p>
506      <h2 id="rfc.section.1.2"><a href="#rfc.section.1.2">1.2</a>&nbsp;<a id="access.authentication.framework" href="#access.authentication.framework">Access Authentication Framework</a></h2>
507      <p id="rfc.section.1.2.p.1">HTTP provides a simple challenge-response authentication mechanism that <em class="bcp14">MAY</em> be used by a server to challenge a client request and by a client to provide authentication information. It uses an extensible,
508         case-insensitive token to identify the authentication scheme, followed by a comma-separated list of attribute-value pairs
509         which carry the parameters necessary for achieving authentication via that scheme.
510      </p>
511      <div id="rfc.figure.u.1"></div><pre class="inline"><span id="rfc.iref.a.1"></span>      auth-scheme    = token
512<span id="rfc.iref.a.2"></span>      auth-param     = token "=" ( token | quoted-string )
513</pre><p id="rfc.section.1.2.p.3">The 401 (Unauthorized) response message is used by an origin server to challenge the authorization of a user agent. This response <em class="bcp14">MUST</em> include a WWW-Authenticate header field containing at least one challenge applicable to the requested resource. The 407 (Proxy
514         Authentication Required) response message is used by a proxy to challenge the authorization of a client and <em class="bcp14">MUST</em> include a Proxy-Authenticate header field containing at least one challenge applicable to the proxy for the requested resource.
515      </p>
516      <div id="rfc.figure.u.2"></div><pre class="inline"><span id="rfc.iref.c.1"></span>      challenge   = auth-scheme 1*SP 1#auth-param
517</pre><p id="rfc.section.1.2.p.5">Note: User agents will need to take special care in parsing the WWW-Authenticate or Proxy-Authenticate header field value
518         if it contains more than one challenge, or if more than one WWW-Authenticate header field is provided, since the contents
519         of a challenge may itself contain a comma-separated list of authentication parameters.
520      </p>
521      <p id="rfc.section.1.2.p.6">The authentication parameter realm is defined for all authentication schemes:</p>
522      <div id="rfc.figure.u.3"></div><pre class="inline"><span id="rfc.iref.r.1"></span>      realm       = "realm" "=" realm-value
523<span id="rfc.iref.r.2"></span>      realm-value = quoted-string
524</pre><p id="rfc.section.1.2.p.8">The realm directive (case-insensitive) is required for all authentication schemes that issue a challenge. The realm value
525         (case-sensitive), in combination with the canonical root URL (the absoluteURI for the server whose abs_path is empty; see
526         section <a href="http://tools.ietf.org/html/rfc2616#section-5.1.2" id="rfc.xref.RFC2616.3">5.1.2</a> of <a href="#RFC2616" id="rfc.xref.RFC2616.4"><cite title="Hypertext Transfer Protocol -- HTTP/1.1">[2]</cite></a>) of the server being accessed, defines the protection space. These realms allow the protected resources on a server to be
527         partitioned into a set of protection spaces, each with its own authentication scheme and/or authorization database. The realm
528         value is a string, generally assigned by the origin server, which may have additional semantics specific to the authentication
529         scheme. Note that there may be multiple challenges with the same auth-scheme but different realms.
530      </p>
531      <p id="rfc.section.1.2.p.9">A user agent that wishes to authenticate itself with an origin server--usually, but not necessarily, after receiving a 401
532         (Unauthorized)--MAY do so by including an Authorization header field with the request. A client that wishes to authenticate
533         itself with a proxy--usually, but not necessarily, after receiving a 407 (Proxy Authentication Required)--MAY do so by including
534         a Proxy-Authorization header field with the request. Both the Authorization field value and the Proxy-Authorization field
535         value consist of credentials containing the authentication information of the client for the realm of the resource being requested.
536         The user agent <em class="bcp14">MUST</em> choose to use one of the challenges with the strongest auth-scheme it understands and request credentials from the user based
537         upon that challenge.
538      </p>
539      <div id="rfc.figure.u.4"></div><pre class="inline"><span id="rfc.iref.c.2"></span>   credentials = auth-scheme #auth-param
540</pre><p id="rfc.section.1.2.p.11"> </p>
541      <dl class="empty">
542         <dd>Note that many browsers will only recognize Basic and will require that it be the first auth-scheme presented. Servers should
543            only include Basic if it is minimally acceptable.
544         </dd>
545      </dl>
546      <p id="rfc.section.1.2.p.12">The protection space determines the domain over which credentials can be automatically applied. If a prior request has been
547         authorized, the same credentials <em class="bcp14">MAY</em> be reused for all other requests within that protection space for a period of time determined by the authentication scheme,
548         parameters, and/or user preference. Unless otherwise defined by the authentication scheme, a single protection space cannot
549         extend outside the scope of its server.
550      </p>
551      <p id="rfc.section.1.2.p.13">If the origin server does not wish to accept the credentials sent with a request, it <em class="bcp14">SHOULD</em> return a 401 (Unauthorized) response. The response <em class="bcp14">MUST</em> include a WWW-Authenticate header field containing at least one (possibly new) challenge applicable to the requested resource.
552         If a proxy does not accept the credentials sent with a request, it <em class="bcp14">SHOULD</em> return a 407 (Proxy Authentication Required). The response <em class="bcp14">MUST</em> include a Proxy-Authenticate header field containing a (possibly new) challenge applicable to the proxy for the requested
553         resource.
554      </p>
555      <p id="rfc.section.1.2.p.14">The HTTP protocol does not restrict applications to this simple challenge-response mechanism for access authentication. Additional
556         mechanisms <em class="bcp14">MAY</em> be used, such as encryption at the transport level or via message encapsulation, and with additional header fields specifying
557         authentication information. However, these additional mechanisms are not defined by this specification.
558      </p>
559      <p id="rfc.section.1.2.p.15">Proxies <em class="bcp14">MUST</em> be completely transparent regarding user agent authentication by origin servers. That is, they must forward the WWW-Authenticate
560         and Authorization headers untouched, and follow the rules found in section <a href="http://tools.ietf.org/html/rfc2616#section-14.8" id="rfc.xref.RFC2616.5">14.8</a> of <a href="#RFC2616" id="rfc.xref.RFC2616.6"><cite title="Hypertext Transfer Protocol -- HTTP/1.1">[2]</cite></a>. Both the Proxy-Authenticate and the Proxy-Authorization header fields are hop-by-hop headers (see section <a href="http://tools.ietf.org/html/rfc2616#section-13.5.1" id="rfc.xref.RFC2616.7">13.5.1</a> of <a href="#RFC2616" id="rfc.xref.RFC2616.8"><cite title="Hypertext Transfer Protocol -- HTTP/1.1">[2]</cite></a>).
561      </p>
562      <h1 id="rfc.section.2"><a href="#rfc.section.2">2.</a>&nbsp;Basic Authentication Scheme
563      </h1>
564      <p id="rfc.section.2.p.1">The "basic" authentication scheme is based on the model that the client must authenticate itself with a user-ID and a password
565         for each realm. The realm value should be considered an opaque string which can only be compared for equality with other realms
566         on that server. The server will service the request only if it can validate the user-ID and password for the protection space
567         of the Request-URI. There are no optional authentication parameters.
568      </p>
569      <p id="rfc.section.2.p.2">For Basic, the framework above is utilized as follows:</p>
570      <div id="rfc.figure.u.5"></div><pre class="inline"><span id="rfc.iref.c.3"></span>      challenge   = "Basic" realm
571<span id="rfc.iref.c.4"></span>      credentials = "Basic" basic-credentials
572</pre><p id="rfc.section.2.p.4">Upon receipt of an unauthorized request for a URI within the protection space, the origin server <em class="bcp14">MAY</em> respond with a challenge like the following:
573      </p>
574      <div id="rfc.figure.u.6"></div><pre class="text">      WWW-Authenticate: Basic realm="WallyWorld"
575</pre><p id="rfc.section.2.p.6">where "WallyWorld" is the string assigned by the server to identify the protection space of the Request-URI. A proxy may respond
576         with the same challenge using the Proxy-Authenticate header field.
577      </p>
578      <p id="rfc.section.2.p.7">To receive authorization, the client sends the userid and password, separated by a single colon (":") character, within a
579         base64 <a href="#RFC2396" id="rfc.xref.RFC2396.1"><cite title="Uniform Resource Identifiers (URI): Generic Syntax">[7]</cite></a> encoded string in the credentials.
580      </p>
581      <div id="rfc.figure.u.7"></div><pre class="inline"><span id="rfc.iref.b.1"></span>      basic-credentials = base64-user-pass
582<span id="rfc.iref.b.2"></span>      base64-user-pass  = &lt;base64 [4] encoding of user-pass,
583                       except not limited to 76 char/line&gt;
584<span id="rfc.iref.u.1"></span>      user-pass   = userid ":" password
585<span id="rfc.iref.u.2"></span>      userid      = *&lt;TEXT excluding ":"&gt;
586<span id="rfc.iref.p.1"></span>      password    = *TEXT
587</pre><p id="rfc.section.2.p.9">Userids might be case sensitive.</p>
588      <p id="rfc.section.2.p.10">If the user agent wishes to send the userid "Aladdin" and password "open sesame", it would use the following header field:</p>
589      <div id="rfc.figure.u.8"></div><pre class="text">      Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==
590</pre><p id="rfc.section.2.p.12">A client <em class="bcp14">SHOULD</em> assume that all paths at or deeper than the depth of the last symbolic element in the path field of the Request-URI also are
591         within the protection space specified by the Basic realm value of the current challenge. A client <em class="bcp14">MAY</em> preemptively send the corresponding Authorization header with requests for resources in that space without receipt of another
592         challenge from the server. Similarly, when a client sends a request to a proxy, it may reuse a userid and password in the
593         Proxy-Authorization header field without receiving another challenge from the proxy server. See <a href="#security.considerations" title="Security Considerations">Section&nbsp;4</a> for security considerations associated with Basic authentication.
594      </p>
595      <h1 id="rfc.section.3"><a href="#rfc.section.3">3.</a>&nbsp;Digest Access Authentication Scheme
596      </h1>
597      <h2 id="rfc.section.3.1"><a href="#rfc.section.3.1">3.1</a>&nbsp;Introduction
598      </h2>
599      <h3 id="rfc.section.3.1.1"><a href="#rfc.section.3.1.1">3.1.1</a>&nbsp;Purpose
600      </h3>
601      <p id="rfc.section.3.1.1.p.1">The protocol referred to as "HTTP/1.0" includes the specification for a Basic Access Authentication scheme<a href="#RFC1945" id="rfc.xref.RFC1945.1"><cite title="Hypertext Transfer Protocol -- HTTP/1.0">[1]</cite></a>. That scheme is not considered to be a secure method of user authentication, as the user name and password are passed over
602         the network in an unencrypted form. This section provides the specification for a scheme that does not send the password in
603         cleartext, referred to as "Digest Access Authentication".
604      </p>
605      <p id="rfc.section.3.1.1.p.2">The Digest Access Authentication scheme is not intended to be a complete answer to the need for security in the World Wide
606         Web. This scheme provides no encryption of message content. The intent is simply to create an access authentication method
607         that avoids the most serious flaws of Basic authentication.
608      </p>
609      <h3 id="rfc.section.3.1.2"><a href="#rfc.section.3.1.2">3.1.2</a>&nbsp;Overall Operation
610      </h3>
611      <p id="rfc.section.3.1.2.p.1">Like Basic Access Authentication, the Digest scheme is based on a simple challenge-response paradigm. The Digest scheme challenges
612         using a nonce value. A valid response contains a checksum (by default, the MD5 checksum) of the username, the password, the
613         given nonce value, the HTTP method, and the requested URI. In this way, the password is never sent in the clear. Just as with
614         the Basic scheme, the username and password must be prearranged in some fashion not addressed by this document.
615      </p>
616      <h3 id="rfc.section.3.1.3"><a href="#rfc.section.3.1.3">3.1.3</a>&nbsp;Representation of digest values
617      </h3>
618      <p id="rfc.section.3.1.3.p.1">An optional header allows the server to specify the algorithm used to create the checksum or digest. By default the MD5 algorithm
619         is used and that is the only algorithm described in this document.
620      </p>
621      <p id="rfc.section.3.1.3.p.2">For the purposes of this document, an MD5 digest of 128 bits is represented as 32 ASCII printable characters. The bits in
622         the 128 bit digest are converted from most significant to least significant bit, four bits at a time to their ASCII presentation
623         as follows. Each four bits is represented by its familiar hexadecimal notation from the characters 0123456789abcdef. That
624         is, binary 0000 gets represented by the character '0', 0001, by '1', and so on up to the representation of 1111 as 'f'.
625      </p>
626      <h3 id="rfc.section.3.1.4"><a href="#rfc.section.3.1.4">3.1.4</a>&nbsp;Limitations
627      </h3>
628      <p id="rfc.section.3.1.4.p.1">The Digest authentication scheme described in this document suffers from many known limitations. It is intended as a replacement
629         for Basic authentication and nothing more. It is a password-based system and (on the server side) suffers from all the same
630         problems of any password system. In particular, no provision is made in this protocol for the initial secure arrangement between
631         user and server to establish the user's password.
632      </p>
633      <p id="rfc.section.3.1.4.p.2">Users and implementors should be aware that this protocol is not as secure as Kerberos, and not as secure as any client-side
634         private-key scheme. Nevertheless it is better than nothing, better than what is commonly used with telnet and ftp, and better
635         than Basic authentication.
636      </p>
637      <h2 id="rfc.section.3.2"><a href="#rfc.section.3.2">3.2</a>&nbsp;<a id="specification.of.digest.headers" href="#specification.of.digest.headers">Specification of Digest Headers</a></h2>
638      <p id="rfc.section.3.2.p.1">The Digest Access Authentication scheme is conceptually similar to the Basic scheme. The formats of the modified WWW-Authenticate
639         header line and the Authorization header line are specified below. In addition, a new header, Authentication-Info, is specified.
640      </p>
641      <div id="rfc.iref.h.1"></div>
642      <div id="rfc.iref.w.1"></div>
643      <h3 id="rfc.section.3.2.1"><a href="#rfc.section.3.2.1">3.2.1</a>&nbsp;<a id="the.www-authenticate.response.header" href="#the.www-authenticate.response.header">The WWW-Authenticate Response Header</a></h3>
644      <p id="rfc.section.3.2.1.p.1">If a server receives a request for an access-protected object, and an acceptable Authorization header is not sent, the server
645         responds with a "401 Unauthorized" status code, and a WWW-Authenticate header as per the framework defined above, which for
646         the digest scheme is utilized as follows:
647      </p>
648      <div id="rfc.figure.u.9"></div><pre class="inline"><span id="rfc.iref.c.5"></span>      challenge        =  "Digest" digest-challenge
649
650<span id="rfc.iref.d.1"></span>      digest-challenge  = 1#( realm | [ domain ] | nonce |
651                          [ opaque ] |[ stale ] | [ algorithm ] |
652                          [ qop-options ] | [auth-param] )
653
654
655<span id="rfc.iref.d.2"></span>      domain            = "domain" "=" &lt;"&gt; URI ( 1*SP URI ) &lt;"&gt;
656<span id="rfc.iref.u.3"></span>      URI               = absoluteURI | abs_path
657<span id="rfc.iref.n.1"></span>      nonce             = "nonce" "=" nonce-value
658<span id="rfc.iref.n.2"></span>      nonce-value       = quoted-string
659<span id="rfc.iref.o.1"></span>      opaque            = "opaque" "=" quoted-string
660<span id="rfc.iref.s.1"></span>      stale             = "stale" "=" ( "true" | "false" )
661<span id="rfc.iref.a.3"></span>      algorithm         = "algorithm" "=" ( "MD5" | "MD5-sess" |
662                           token )
663<span id="rfc.iref.q.1"></span>      qop-options       = "qop" "=" &lt;"&gt; 1#qop-value &lt;"&gt;
664<span id="rfc.iref.q.2"></span>      qop-value         = "auth" | "auth-int" | token
665</pre><p id="rfc.section.3.2.1.p.3">The meanings of the values of the directives used above are as follows:</p>
666      <p id="rfc.section.3.2.1.p.4">realm </p>
667      <dl class="empty">
668         <dd>A string to be displayed to users so they know which username and password to use. This string should contain at least the
669            name of the host performing the authentication and might additionally indicate the collection of users who might have access.
670            An example might be "registered_users@gotham.news.com".
671         </dd>
672      </dl>
673      <p id="rfc.section.3.2.1.p.5">domain </p>
674      <dl class="empty">
675         <dd>A quoted, space-separated list of URIs, as specified in RFC XURI <a href="#RFC2396" id="rfc.xref.RFC2396.2"><cite title="Uniform Resource Identifiers (URI): Generic Syntax">[7]</cite></a>, that define the protection space. If a URI is an abs_path, it is relative to the canonical root URL (see <a href="#access.authentication.framework" title="Access Authentication Framework">Section&nbsp;1.2</a> above) of the server being accessed. An absoluteURI in this list may refer to a different server than the one being accessed.
676            The client can use this list to determine the set of URIs for which the same authentication information may be sent: any URI
677            that has a URI in this list as a prefix (after both have been made absolute) may be assumed to be in the same protection space.
678            If this directive is omitted or its value is empty, the client should assume that the protection space consists of all URIs
679            on the responding server. This directive is not meaningful in Proxy-Authenticate headers, for which the protection space is
680            always the entire proxy; if present it should be ignored.
681         </dd>
682      </dl>
683      <p id="rfc.section.3.2.1.p.6">nonce </p>
684      <dl class="empty">
685         <dd>A server-specified data string which should be uniquely generated each time a 401 response is made. It is recommended that
686            this string be base64 or hexadecimal data. Specifically, since the string is passed in the header lines as a quoted string,
687            the double-quote character is not allowed.
688         </dd>
689         <dd>The contents of the nonce are implementation dependent. The quality of the implementation depends on a good choice. A nonce
690            might, for example, be constructed as the base 64 encoding of
691         </dd>
692         <dd>
693            <div id="rfc.figure.u.10"></div><pre class="text">         time-stamp H(time-stamp ":" ETag ":" private-key)
694  </pre></dd>
695         <dd>where time-stamp is a server-generated time or other non-repeating value, ETag is the value of the HTTP ETag header associated
696            with the requested entity, and private-key is data known only to the server. With a nonce of this form a server would recalculate
697            the hash portion after receiving the client authentication header and reject the request if it did not match the nonce from
698            that header or if the time-stamp value is not recent enough. In this way the server can limit the time of the nonce's validity.
699            The inclusion of the ETag prevents a replay request for an updated version of the resource. (Note: including the IP address
700            of the client in the nonce would appear to offer the server the ability to limit the reuse of the nonce to the same client
701            that originally got it. However, that would break proxy farms, where requests from a single user often go through different
702            proxies in the farm. Also, IP address spoofing is not that hard.)
703         </dd>
704         <dd>An implementation might choose not to accept a previously used nonce or a previously used digest, in order to protect against
705            a replay attack. Or, an implementation might choose to use one-time nonces or digests for POST or PUT requests and a time-stamp
706            for GET requests. For more details on the issues involved see <a href="#security.considerations" title="Security Considerations">Section&nbsp;4</a> of this document.
707         </dd>
708         <dd>The nonce is opaque to the client.</dd>
709      </dl>
710      <p id="rfc.section.3.2.1.p.7">opaque </p>
711      <dl class="empty">
712         <dd>A string of data, specified by the server, which should be returned by the client unchanged in the Authorization header of
713            subsequent requests with URIs in the same protection space. It is recommended that this string be base64 or hexadecimal data.
714         </dd>
715      </dl>
716      <p id="rfc.section.3.2.1.p.8">stale </p>
717      <dl class="empty">
718         <dd>A flag, indicating that the previous request from the client was rejected because the nonce value was stale. If stale is TRUE
719            (case-insensitive), the client may wish to simply retry the request with a new encrypted response, without reprompting the
720            user for a new username and password. The server should only set stale to TRUE if it receives a request for which the nonce
721            is invalid but with a valid digest for that nonce (indicating that the client knows the correct username/password). If stale
722            is FALSE, or anything other than TRUE, or the stale directive is not present, the username and/or password are invalid, and
723            new values must be obtained.
724         </dd>
725      </dl>
726      <p id="rfc.section.3.2.1.p.9">algorithm </p>
727      <dl class="empty">
728         <dd>A string indicating a pair of algorithms used to produce the digest and a checksum. If this is not present it is assumed to
729            be "MD5". If the algorithm is not understood, the challenge should be ignored (and a different one used, if there is more
730            than one).
731         </dd>
732         <dd>In this document the string obtained by applying the digest algorithm to the data "data" with secret "secret" will be denoted
733            by KD(secret, data), and the string obtained by applying the checksum algorithm to the data "data" will be denoted H(data).
734            The notation unq(X) means the value of the quoted-string X without the surrounding quotes.
735         </dd>
736         <dd>For the "MD5" and "MD5-sess" algorithms</dd>
737         <dd>
738            <div id="rfc.figure.u.11"></div><pre class="text">         H(data) = MD5(data)
739    </pre></dd>
740         <dd>and</dd>
741         <dd>
742            <div id="rfc.figure.u.12"></div><pre class="text">         KD(secret, data) = H(concat(secret, ":", data))
743    </pre></dd>
744         <dd>i.e., the digest is the MD5 of the secret concatenated with a colon concatenated with the data. The "MD5-sess" algorithm is
745            intended to allow efficient 3rd party authentication servers; for the difference in usage, see the description in <a href="#A1" title="A1">Section&nbsp;3.2.2.2</a>.
746         </dd>
747      </dl>
748      <p id="rfc.section.3.2.1.p.10">qop-options </p>
749      <dl class="empty">
750         <dd>This directive is optional, but is made so only for backward compatibility with RFC 2069 <a href="#RFC2069" id="rfc.xref.RFC2069.2"><cite title="An Extension to HTTP : Digest Access Authentication">[6]</cite></a>; it <em class="bcp14">SHOULD</em> be used by all implementations compliant with this version of the Digest scheme. If present, it is a quoted string of one
751            or more tokens indicating the "quality of protection" values supported by the server. The value "auth" indicates authentication;
752            the value "auth-int" indicates authentication with integrity protection; see the descriptions below for calculating the response
753            directive value for the application of this choice. Unrecognized options <em class="bcp14">MUST</em> be ignored.
754         </dd>
755      </dl>
756      <p id="rfc.section.3.2.1.p.11">auth-param </p>
757      <dl class="empty">
758         <dd>This directive allows for future extensions. Any unrecognized directive <em class="bcp14">MUST</em> be ignored.
759         </dd>
760      </dl>
761      <div id="rfc.iref.h.2"></div>
762      <div id="rfc.iref.a.4"></div>
763      <h3 id="rfc.section.3.2.2"><a href="#rfc.section.3.2.2">3.2.2</a>&nbsp;<a id="the.authorization.request.header" href="#the.authorization.request.header">The Authorization Request Header</a></h3>
764      <p id="rfc.section.3.2.2.p.1">The client is expected to retry the request, passing an Authorization header line, which is defined according to the framework
765         above, utilized as follows.
766      </p>
767      <div id="rfc.figure.u.13"></div><pre class="inline"><span id="rfc.iref.c.6"></span>       credentials      = "Digest" digest-response
768<span id="rfc.iref.d.3"></span>       digest-response  = 1#( username | realm | nonce | digest-uri
769                       | response | [ algorithm ] | [cnonce] |
770                       [opaque] | [message-qop] |
771                           [nonce-count]  | [auth-param] )
772
773<span id="rfc.iref.u.4"></span>       username         = "username" "=" username-value
774<span id="rfc.iref.u.5"></span>       username-value   = quoted-string
775<span id="rfc.iref.d.4"></span>       digest-uri       = "uri" "=" digest-uri-value
776<span id="rfc.iref.d.5"></span>       digest-uri-value = request-uri   ; As specified by HTTP/1.1
777<span id="rfc.iref.m.1"></span>       message-qop      = "qop" "=" qop-value
778<span id="rfc.iref.c.7"></span>       cnonce           = "cnonce" "=" cnonce-value
779<span id="rfc.iref.c.8"></span>       cnonce-value     = nonce-value
780<span id="rfc.iref.n.3"></span>       nonce-count      = "nc" "=" nc-value
781<span id="rfc.iref.n.4"></span>       nc-value         = 8LHEX
782<span id="rfc.iref.r.3"></span>       response         = "response" "=" request-digest
783<span id="rfc.iref.r.4"></span>       request-digest = &lt;"&gt; 32LHEX &lt;"&gt;
784<span id="rfc.iref.l.1"></span>       LHEX             =  "0" | "1" | "2" | "3" |
785                           "4" | "5" | "6" | "7" |
786                           "8" | "9" | "a" | "b" |
787                           "c" | "d" | "e" | "f"
788</pre><p id="rfc.section.3.2.2.p.3">The values of the opaque and algorithm fields must be those supplied in the WWW-Authenticate response header for the entity
789         being requested.
790      </p>
791      <p id="rfc.section.3.2.2.p.4">response </p>
792      <dl class="empty">
793         <dd>A string of 32 hex digits computed as defined below, which proves that the user knows a password</dd>
794      </dl>
795      <p id="rfc.section.3.2.2.p.5">username </p>
796      <dl class="empty">
797         <dd>The user's name in the specified realm.</dd>
798      </dl>
799      <p id="rfc.section.3.2.2.p.6">digest-uri </p>
800      <dl class="empty">
801         <dd>The URI from Request-URI of the Request-Line; duplicated here because proxies are allowed to change the Request-Line in transit.</dd>
802      </dl>
803      <p id="rfc.section.3.2.2.p.7">qop </p>
804      <dl class="empty">
805         <dd>Indicates what "quality of protection" the client has applied to the message. If present, its value <em class="bcp14">MUST</em> be one of the alternatives the server indicated it supports in the WWW-Authenticate header. These values affect the computation
806            of the request-digest. Note that this is a single token, not a quoted list of alternatives as in WWW-Authenticate. This directive
807            is optional in order to preserve backward compatibility with a minimal implementation of RFC 2069 <a href="#RFC2069" id="rfc.xref.RFC2069.3"><cite title="An Extension to HTTP : Digest Access Authentication">[6]</cite></a>, but <em class="bcp14">SHOULD</em> be used if the server indicated that qop is supported by providing a qop directive in the WWW-Authenticate header field.
808         </dd>
809      </dl>
810      <p id="rfc.section.3.2.2.p.8">cnonce </p>
811      <dl class="empty">
812         <dd>This <em class="bcp14">MUST</em> be specified if a qop directive is sent (see above), and <em class="bcp14">MUST NOT</em> be specified if the server did not send a qop directive in the WWW-Authenticate header field. The cnonce-value is an opaque
813            quoted string value provided by the client and used by both client and server to avoid chosen plaintext attacks, to provide
814            mutual authentication, and to provide some message integrity protection. See the descriptions below of the calculation of
815            the response-digest and request-digest values.
816         </dd>
817      </dl>
818      <p id="rfc.section.3.2.2.p.9">nonce-count </p>
819      <dl class="empty">
820         <dd>This <em class="bcp14">MUST</em> be specified if a qop directive is sent (see above), and <em class="bcp14">MUST NOT</em> be specified if the server did not send a qop directive in the WWW-Authenticate header field. The nc-value is the hexadecimal
821            count of the number of requests (including the current request) that the client has sent with the nonce value in this request.
822            For example, in the first request sent in response to a given nonce value, the client sends "nc=00000001". The purpose of
823            this directive is to allow the server to detect request replays by maintaining its own copy of this count - if the same nc-value
824            is seen twice, then the request is a replay. See the description below of the construction of the request-digest value.
825         </dd>
826      </dl>
827      <p id="rfc.section.3.2.2.p.10">auth-param </p>
828      <dl class="empty">
829         <dd>This directive allows for future extensions. Any unrecognized directive <em class="bcp14">MUST</em> be ignored.
830         </dd>
831      </dl>
832      <p id="rfc.section.3.2.2.p.11">If a directive or its value is improper, or required directives are missing, the proper response is 400 Bad Request. If the
833         request-digest is invalid, then a login failure should be logged, since repeated login failures from a single client may indicate
834         an attacker attempting to guess passwords.
835      </p>
836      <p id="rfc.section.3.2.2.p.12">The definition of request-digest above indicates the encoding for its value. The following definitions show how the value
837         is computed.
838      </p>
839      <h4 id="rfc.section.3.2.2.1"><a href="#rfc.section.3.2.2.1">3.2.2.1</a>&nbsp;<a id="request-digest" href="#request-digest">Request-Digest</a></h4>
840      <p id="rfc.section.3.2.2.1.p.1">If the "qop" value is "auth" or "auth-int":</p>
841      <div id="rfc.figure.u.14"></div><pre class="inline">      request-digest  = &lt;"&gt; &lt; KD ( H(A1),     unq(nonce-value)
842                                          ":" nc-value
843                                          ":" unq(cnonce-value)
844                                          ":" unq(qop-value)
845                                          ":" H(A2)
846                                  ) &lt;"&gt;
847</pre><p id="rfc.section.3.2.2.1.p.3">If the "qop" directive is not present (this construction is for compatibility with RFC 2069):</p>
848      <div id="rfc.figure.u.15"></div><pre class="inline">      request-digest  =
849                 &lt;"&gt; &lt; KD ( H(A1), unq(nonce-value) ":" H(A2) ) &gt;
850   &lt;"&gt;
851</pre><p id="rfc.section.3.2.2.1.p.5">See below for the definitions for A1 and A2.</p>
852      <h4 id="rfc.section.3.2.2.2"><a href="#rfc.section.3.2.2.2">3.2.2.2</a>&nbsp;<a id="A1" href="#A1">A1</a></h4>
853      <p id="rfc.section.3.2.2.2.p.1">If the "algorithm" directive's value is "MD5" or is unspecified, then A1 is:</p>
854      <div id="rfc.figure.u.16"></div><pre class="inline">      A1       = unq(username-value) ":" unq(realm-value) ":" passwd
855</pre><p id="rfc.section.3.2.2.2.p.3">where</p>
856      <div id="rfc.figure.u.17"></div><pre class="inline">      passwd   = &lt; user's password &gt;
857</pre><p id="rfc.section.3.2.2.2.p.5">If the "algorithm" directive's value is "MD5-sess", then A1 is calculated only once - on the first request by the client following
858         receipt of a WWW-Authenticate challenge from the server. It uses the server nonce from that challenge, and the first client
859         nonce value to construct A1 as follows:
860      </p>
861      <div id="rfc.figure.u.18"></div><pre class="inline">      A1       = H( unq(username-value) ":" unq(realm-value)
862                     ":" passwd )
863                     ":" unq(nonce-value) ":" unq(cnonce-value)
864</pre><p id="rfc.section.3.2.2.2.p.7">This creates a 'session key' for the authentication of subsequent requests and responses which is different for each "authentication
865         session", thus limiting the amount of material hashed with any one key. (Note: see further discussion of the authentication
866         session in <a href="#digest.operation" title="Digest Operation">Section&nbsp;3.3</a>) Because the server need only use the hash of the user credentials in order to create the A1 value, this construction could
867         be used in conjunction with a third party authentication service so that the web server would not need the actual password
868         value. The specification of such a protocol is beyond the scope of this specification.
869      </p>
870      <h4 id="rfc.section.3.2.2.3"><a href="#rfc.section.3.2.2.3">3.2.2.3</a>&nbsp;A2
871      </h4>
872      <p id="rfc.section.3.2.2.3.p.1">If the "qop" directive's value is "auth" or is unspecified, then A2 is:</p>
873      <div id="rfc.figure.u.19"></div><pre class="inline">      A2       = Method ":" digest-uri-value
874</pre><p id="rfc.section.3.2.2.3.p.3">If the "qop" value is "auth-int", then A2 is:</p>
875      <div id="rfc.figure.u.20"></div><pre class="inline">      A2       = Method ":" digest-uri-value ":" H(entity-body)
876</pre><h4 id="rfc.section.3.2.2.4"><a href="#rfc.section.3.2.2.4">3.2.2.4</a>&nbsp;Directive values and quoted-string
877      </h4>
878      <p id="rfc.section.3.2.2.4.p.1">Note that the value of many of the directives, such as "username-value", are defined as a "quoted-string". However, the "unq"
879         notation indicates that surrounding quotation marks are removed in forming the string A1. Thus if the Authorization header
880         includes the fields
881      </p>
882      <div id="rfc.figure.u.21"></div><pre class="text">     username="Mufasa", realm=myhost@testrealm.com
883</pre><p id="rfc.section.3.2.2.4.p.3">and the user Mufasa has password "Circle Of Life" then H(A1) would be H(Mufasa:myhost@testrealm.com:Circle Of Life) with no
884         quotation marks in the digested string.
885      </p>
886      <p id="rfc.section.3.2.2.4.p.4">No white space is allowed in any of the strings to which the digest function H() is applied unless that white space exists
887         in the quoted strings or entity body whose contents make up the string to be digested. For example, the string A1 illustrated
888         above must be
889      </p>
890      <div id="rfc.figure.u.22"></div><pre class="text">        Mufasa:myhost@testrealm.com:Circle Of Life
891</pre><p id="rfc.section.3.2.2.4.p.6">with no white space on either side of the colons, but with the white space between the words used in the password value. Likewise,
892         the other strings digested by H() must not have white space on either side of the colons which delimit their fields unless
893         that white space was in the quoted strings or entity body being digested.
894      </p>
895      <p id="rfc.section.3.2.2.4.p.7">Also note that if integrity protection is applied (qop=auth-int), the H(entity-body) is the hash of the entity body, not the
896         message body - it is computed before any transfer encoding is applied by the sender and after it has been removed by the recipient.
897         Note that this includes multipart boundaries and embedded headers in each part of any multipart content-type.
898      </p>
899      <h4 id="rfc.section.3.2.2.5"><a href="#rfc.section.3.2.2.5">3.2.2.5</a>&nbsp;Various considerations
900      </h4>
901      <p id="rfc.section.3.2.2.5.p.1">The "Method" value is the HTTP request method as specified in section <a href="http://tools.ietf.org/html/rfc2616#section-5.1.1" id="rfc.xref.RFC2616.9">5.1.1</a> of <a href="#RFC2616" id="rfc.xref.RFC2616.10"><cite title="Hypertext Transfer Protocol -- HTTP/1.1">[2]</cite></a>. The "request-uri" value is the Request-URI from the request line as specified in section <a href="http://tools.ietf.org/html/rfc2616#section-5.1.2" id="rfc.xref.RFC2616.11">5.1.2</a> of <a href="#RFC2616" id="rfc.xref.RFC2616.12"><cite title="Hypertext Transfer Protocol -- HTTP/1.1">[2]</cite></a>. This may be "*", an "absoluteURL" or an "abs_path" as specified in section <a href="http://tools.ietf.org/html/rfc2616#section-5.1.2" id="rfc.xref.RFC2616.13">5.1.2</a> of <a href="#RFC2616" id="rfc.xref.RFC2616.14"><cite title="Hypertext Transfer Protocol -- HTTP/1.1">[2]</cite></a>, but it <em class="bcp14">MUST</em> agree with the Request-URI. In particular, it <em class="bcp14">MUST</em> be an "absoluteURL" if the Request-URI is an "absoluteURL". The "cnonce-value" is an optional client-chosen value whose purpose
902         is to foil chosen plaintext attacks.
903      </p>
904      <p id="rfc.section.3.2.2.5.p.2">The authenticating server must assure that the resource designated by the "uri" directive is the same as the resource specified
905         in the Request-Line; if they are not, the server <em class="bcp14">SHOULD</em> return a 400 Bad Request error. (Since this may be a symptom of an attack, server implementers may want to consider logging
906         such errors.) The purpose of duplicating information from the request URL in this field is to deal with the possibility that
907         an intermediate proxy may alter the client's Request-Line. This altered (but presumably semantically equivalent) request would
908         not result in the same digest as that calculated by the client.
909      </p>
910      <p id="rfc.section.3.2.2.5.p.3">Implementers should be aware of how authenticated transactions interact with shared caches. The HTTP/1.1 protocol specifies
911         that when a shared cache (see section <a href="http://tools.ietf.org/html/rfc2616#section-13.7" id="rfc.xref.RFC2616.15">13.7</a> of <a href="#RFC2616" id="rfc.xref.RFC2616.16"><cite title="Hypertext Transfer Protocol -- HTTP/1.1">[2]</cite></a>) has received a request containing an Authorization header and a response from relaying that request, it <em class="bcp14">MUST NOT</em> return that response as a reply to any other request, unless one of two Cache-Control (see section <a href="http://tools.ietf.org/html/rfc2616#section-14.9" id="rfc.xref.RFC2616.17">14.9</a> of <a href="#RFC2616" id="rfc.xref.RFC2616.18"><cite title="Hypertext Transfer Protocol -- HTTP/1.1">[2]</cite></a>) directives was present in the response. If the original response included the "must-revalidate" Cache-Control directive,
912         the cache <em class="bcp14">MAY</em> use the entity of that response in replying to a subsequent request, but <em class="bcp14">MUST</em> first revalidate it with the origin server, using the request headers from the new request to allow the origin server to authenticate
913         the new request. Alternatively, if the original response included the "public" Cache-Control directive, the response entity <em class="bcp14">MAY</em> be returned in reply to any subsequent request.
914      </p>
915      <div id="rfc.iref.h.3"></div>
916      <div id="rfc.iref.a.5"></div>
917      <h3 id="rfc.section.3.2.3"><a href="#rfc.section.3.2.3">3.2.3</a>&nbsp;The Authentication-Info Header
918      </h3>
919      <p id="rfc.section.3.2.3.p.1">The Authentication-Info header is used by the server to communicate some information regarding the successful authentication
920         in the response.
921      </p>
922      <div id="rfc.figure.u.23"></div><pre class="inline"><span id="rfc.iref.a.6"></span>        AuthenticationInfo = "Authentication-Info" ":" auth-info
923<span id="rfc.iref.a.7"></span>        auth-info          = 1#(nextnonce | [ message-qop ]
924                               | [ response-auth ] | [ cnonce ]
925                               | [nonce-count] )
926<span id="rfc.iref.n.5"></span>        nextnonce          = "nextnonce" "=" nonce-value
927<span id="rfc.iref.r.5"></span>        response-auth      = "rspauth" "=" response-digest
928<span id="rfc.iref.r.6"></span>        response-digest    = &lt;"&gt; *LHEX &lt;"&gt;
929</pre><p id="rfc.section.3.2.3.p.3">The value of the nextnonce directive is the nonce the server wishes the client to use for a future authentication response.
930         The server may send the Authentication-Info header with a nextnonce field as a means of implementing one-time or otherwise
931         changing nonces. If the nextnonce field is present the client <em class="bcp14">SHOULD</em> use it when constructing the Authorization header for its next request. Failure of the client to do so may result in a request
932         to re-authenticate from the server with the "stale=TRUE".
933      </p>
934      <p id="rfc.section.3.2.3.p.4"> </p>
935      <dl class="empty">
936         <dd>Server implementations should carefully consider the performance implications of the use of this mechanism; pipelined requests
937            will not be possible if every response includes a nextnonce directive that must be used on the next request received by the
938            server. Consideration should be given to the performance vs. security tradeoffs of allowing an old nonce value to be used
939            for a limited time to permit request pipelining. Use of the nonce-count can retain most of the security advantages of a new
940            server nonce without the deleterious affects on pipelining.
941         </dd>
942      </dl>
943      <p id="rfc.section.3.2.3.p.5">message-qop</p>
944      <dl class="empty">
945         <dd>Indicates the "quality of protection" options applied to the response by the server. The value "auth" indicates authentication;
946            the value "auth-int" indicates authentication with integrity protection. The server <em class="bcp14">SHOULD</em> use the same value for the message-qop directive in the response as was sent by the client in the corresponding request.
947         </dd>
948      </dl>
949      <p id="rfc.section.3.2.3.p.7">The optional response digest in the "response-auth" directive supports mutual authentication -- the server proves that it
950         knows the user's secret, and with qop=auth-int also provides limited integrity protection of the response. The "response-digest"
951         value is calculated as for the "request-digest" in the Authorization header, except that if "qop=auth" or is not specified
952         in the Authorization header for the request, A2 is
953      </p>
954      <div id="rfc.figure.u.24"></div><pre class="inline">      A2       = ":" digest-uri-value
955</pre><p id="rfc.section.3.2.3.p.9">and if "qop=auth-int", then A2 is</p>
956      <div id="rfc.figure.u.25"></div><pre class="inline">      A2       = ":" digest-uri-value ":" H(entity-body)
957</pre><p id="rfc.section.3.2.3.p.11">where "digest-uri-value" is the value of the "uri" directive on the Authorization header in the request. The "cnonce-value"
958         and "nc-value" <em class="bcp14">MUST</em> be the ones for the client request to which this message is the response. The "response-auth", "cnonce", and "nonce-count"
959         directives <em class="bcp14">MUST</em> BE present if "qop=auth" or "qop=auth-int" is specified.
960      </p>
961      <p id="rfc.section.3.2.3.p.12">The Authentication-Info header is allowed in the trailer of an HTTP message transferred via chunked transfer-coding.</p>
962      <h2 id="rfc.section.3.3"><a href="#rfc.section.3.3">3.3</a>&nbsp;<a id="digest.operation" href="#digest.operation">Digest Operation</a></h2>
963      <p id="rfc.section.3.3.p.1">Upon receiving the Authorization header, the server may check its validity by looking up the password that corresponds to
964         the submitted username. Then, the server must perform the same digest operation (e.g., MD5) performed by the client, and compare
965         the result to the given request-digest value.
966      </p>
967      <p id="rfc.section.3.3.p.2">Note that the HTTP server does not actually need to know the user's cleartext password. As long as H(A1) is available to the
968         server, the validity of an Authorization header may be verified.
969      </p>
970      <p id="rfc.section.3.3.p.3">The client response to a WWW-Authenticate challenge for a protection space starts an authentication session with that protection
971         space. The authentication session lasts until the client receives another WWW-Authenticate challenge from any server in the
972         protection space. A client should remember the username, password, nonce, nonce count and opaque values associated with an
973         authentication session to use to construct the Authorization header in future requests within that protection space. The Authorization
974         header may be included preemptively; doing so improves server efficiency and avoids extra round trips for authentication challenges.
975         The server may choose to accept the old Authorization header information, even though the nonce value included might not be
976         fresh. Alternatively, the server may return a 401 response with a new nonce value, causing the client to retry the request;
977         by specifying stale=TRUE with this response, the server tells the client to retry with the new nonce, but without prompting
978         for a new username and password.
979      </p>
980      <p id="rfc.section.3.3.p.4">Because the client is required to return the value of the opaque directive given to it by the server for the duration of a
981         session, the opaque data may be used to transport authentication session state information. (Note that any such use can also
982         be accomplished more easily and safely by including the state in the nonce.) For example, a server could be responsible for
983         authenticating content that actually sits on another server. It would achieve this by having the first 401 response include
984         a domain directive whose value includes a URI on the second server, and an opaque directive whose value contains the state
985         information. The client will retry the request, at which time the server might respond with a 301/302 redirection, pointing
986         to the URI on the second server. The client will follow the redirection, and pass an Authorization header , including the
987         &lt;opaque&gt; data.
988      </p>
989      <p id="rfc.section.3.3.p.5">As with the basic scheme, proxies must be completely transparent in the Digest access authentication scheme. That is, they
990         must forward the WWW-Authenticate, Authentication-Info and Authorization headers untouched. If a proxy wants to authenticate
991         a client before a request is forwarded to the server, it can be done using the Proxy-Authenticate and Proxy-Authorization
992         headers described in <a href="#proxy-authentication.and.proxy-authorization" title="Proxy-Authentication and Proxy-Authorization">Section&nbsp;3.6</a> below.
993      </p>
994      <h2 id="rfc.section.3.4"><a href="#rfc.section.3.4">3.4</a>&nbsp;Security Protocol Negotiation
995      </h2>
996      <p id="rfc.section.3.4.p.1">It is useful for a server to be able to know which security schemes a client is capable of handling.</p>
997      <p id="rfc.section.3.4.p.2">It is possible that a server may want to require Digest as its authentication method, even if the server does not know that
998         the client supports it. A client is encouraged to fail gracefully if the server specifies only authentication schemes it cannot
999         handle.
1000      </p>
1001      <h2 id="rfc.section.3.5"><a href="#rfc.section.3.5">3.5</a>&nbsp;<a id="specification.of.digest.headers.example" href="#specification.of.digest.headers.example">Example</a></h2>
1002      <p id="rfc.section.3.5.p.1">The following example assumes that an access-protected document is being requested from the server via a GET request. The
1003         URI of the document is "http://www.nowhere.org/dir/index.html". Both client and server know that the username for this document
1004         is "Mufasa", and the password is "Circle Of Life" (with one space between each of the three words).
1005      </p>
1006      <p id="rfc.section.3.5.p.2">The first time the client requests the document, no Authorization header is sent, so the server responds with:</p>
1007      <div id="rfc.figure.u.26"></div><pre class="text">         HTTP/1.1 401 Unauthorized
1008         WWW-Authenticate: Digest
1009                 realm="testrealm@host.com",
1010                 qop="auth,auth-int",
1011                 nonce="dcd98b7102dd2f0e8b11d0f600bfb0c093",
1012                 opaque="5ccc069c403ebaf9f0171e9517f40e41"
1013</pre><p id="rfc.section.3.5.p.4">The client may prompt the user for the username and password, after which it will respond with a new request, including the
1014         following Authorization header:
1015      </p>
1016      <div id="rfc.figure.u.27"></div><pre class="text">         Authorization: Digest username="Mufasa",
1017                 realm="testrealm@host.com",
1018                 nonce="dcd98b7102dd2f0e8b11d0f600bfb0c093",
1019                 uri="/dir/index.html",
1020                 qop=auth,
1021                 nc=00000001,
1022                 cnonce="0a4f113b",
1023                 response="6629fae49393a05397450978507c4ef1",
1024                 opaque="5ccc069c403ebaf9f0171e9517f40e41"
1025</pre><h2 id="rfc.section.3.6"><a href="#rfc.section.3.6">3.6</a>&nbsp;<a id="proxy-authentication.and.proxy-authorization" href="#proxy-authentication.and.proxy-authorization">Proxy-Authentication and Proxy-Authorization</a></h2>
1026      <p id="rfc.section.3.6.p.1">The digest authentication scheme may also be used for authenticating users to proxies, proxies to proxies, or proxies to origin
1027         servers by use of the Proxy-Authenticate and Proxy-Authorization headers. These headers are instances of the Proxy-Authenticate
1028         and Proxy-Authorization headers specified in sections <a href="http://tools.ietf.org/html/rfc2616#section-10.33" id="rfc.xref.RFC2616.19">10.33</a> and <a href="http://tools.ietf.org/html/rfc2616#section-10.34" id="rfc.xref.RFC2616.20">10.34</a> of the HTTP/1.1 specification <a href="#RFC2616" id="rfc.xref.RFC2616.21"><cite title="Hypertext Transfer Protocol -- HTTP/1.1">[2]</cite></a> and their behavior is subject to restrictions described there. The transactions for proxy authentication are very similar
1029         to those already described. Upon receiving a request which requires authentication, the proxy/server must issue the "407 Proxy
1030         Authentication Required" response with a "Proxy-Authenticate" header. The digest-challenge used in the Proxy-Authenticate
1031         header is the same as that for the WWW-Authenticate header as defined above in <a href="#the.www-authenticate.response.header" title="The WWW-Authenticate Response Header">Section&nbsp;3.2.1</a>.
1032      </p>
1033      <p id="rfc.section.3.6.p.2">The client/proxy must then re-issue the request with a Proxy-Authorization header, with directives as specified for the Authorization
1034         header in <a href="#the.authorization.request.header" title="The Authorization Request Header">Section&nbsp;3.2.2</a> above.
1035      </p>
1036      <p id="rfc.section.3.6.p.3">On subsequent responses, the server sends Proxy-Authentication-Info with directives the same as those for the Authentication-Info
1037         header field.
1038      </p>
1039      <p id="rfc.section.3.6.p.4">Note that in principle a client could be asked to authenticate itself to both a proxy and an end-server, but never in the
1040         same response.
1041      </p>
1042      <h1 id="rfc.section.4"><a href="#rfc.section.4">4.</a>&nbsp;<a id="security.considerations" href="#security.considerations">Security Considerations</a></h1>
1043      <h2 id="rfc.section.4.1"><a href="#rfc.section.4.1">4.1</a>&nbsp;Authentication of Clients using Basic Authentication
1044      </h2>
1045      <p id="rfc.section.4.1.p.1">The Basic authentication scheme is not a secure method of user authentication, nor does it in any way protect the entity,
1046         which is transmitted in cleartext across the physical network used as the carrier. HTTP does not prevent additional authentication
1047         schemes and encryption mechanisms from being employed to increase security or the addition of enhancements (such as schemes
1048         to use one-time passwords) to Basic authentication.
1049      </p>
1050      <p id="rfc.section.4.1.p.2">The most serious flaw in Basic authentication is that it results in the essentially cleartext transmission of the user's password
1051         over the physical network. It is this problem which Digest Authentication attempts to address.
1052      </p>
1053      <p id="rfc.section.4.1.p.3">Because Basic authentication involves the cleartext transmission of passwords it <em class="bcp14">SHOULD NOT</em> be used (without enhancements) to protect sensitive or valuable information.
1054      </p>
1055      <p id="rfc.section.4.1.p.4">A common use of Basic authentication is for identification purposes -- requiring the user to provide a user name and password
1056         as a means of identification, for example, for purposes of gathering accurate usage statistics on a server. When used in this
1057         way it is tempting to think that there is no danger in its use if illicit access to the protected documents is not a major
1058         concern. This is only correct if the server issues both user name and password to the users and in particular does not allow
1059         the user to choose his or her own password. The danger arises because naive users frequently reuse a single password to avoid
1060         the task of maintaining multiple passwords.
1061      </p>
1062      <p id="rfc.section.4.1.p.5">If a server permits users to select their own passwords, then the threat is not only unauthorized access to documents on the
1063         server but also unauthorized access to any other resources on other systems that the user protects with the same password.
1064         Furthermore, in the server's password database, many of the passwords may also be users' passwords for other sites. The owner
1065         or administrator of such a system could therefore expose all users of the system to the risk of unauthorized access to all
1066         those sites if this information is not maintained in a secure fashion.
1067      </p>
1068      <p id="rfc.section.4.1.p.6">Basic Authentication is also vulnerable to spoofing by counterfeit servers. If a user can be led to believe that he is connecting
1069         to a host containing information protected by Basic authentication when, in fact, he is connecting to a hostile server or
1070         gateway, then the attacker can request a password, store it for later use, and feign an error. This type of attack is not
1071         possible with Digest Authentication. Server implementers <em class="bcp14">SHOULD</em> guard against the possibility of this sort of counterfeiting by gateways or CGI scripts. In particular it is very dangerous
1072         for a server to simply turn over a connection to a gateway. That gateway can then use the persistent connection mechanism
1073         to engage in multiple transactions with the client while impersonating the original server in a way that is not detectable
1074         by the client.
1075      </p>
1076      <h2 id="rfc.section.4.2"><a href="#rfc.section.4.2">4.2</a>&nbsp;Authentication of Clients using Digest Authentication
1077      </h2>
1078      <p id="rfc.section.4.2.p.1">Digest Authentication does not provide a strong authentication mechanism, when compared to public key based mechanisms, for
1079         example. However, it is significantly stronger than (e.g.) CRAM-MD5, which has been proposed for use with LDAP <a href="#ref10" id="rfc.xref.ref10.1"><cite title="Authentication Methods for LDAP">[10]</cite></a>, POP and IMAP (see RFC 2195 <a href="#RFC2195" id="rfc.xref.RFC2195.1"><cite title="IMAP/POP AUTHorize Extension for Simple Challenge/Response">[9]</cite></a>). It is intended to replace the much weaker and even more dangerous Basic mechanism.
1080      </p>
1081      <p id="rfc.section.4.2.p.2">Digest Authentication offers no confidentiality protection beyond protecting the actual password. All of the rest of the request
1082         and response are available to an eavesdropper.
1083      </p>
1084      <p id="rfc.section.4.2.p.3">Digest Authentication offers only limited integrity protection for the messages in either direction. If qop=auth-int mechanism
1085         is used, those parts of the message used in the calculation of the WWW-Authenticate and Authorization header field response
1086         directive values (see <a href="#specification.of.digest.headers" title="Specification of Digest Headers">Section&nbsp;3.2</a> above) are protected. Most header fields and their values could be modified as a part of a man-in-the-middle attack.
1087      </p>
1088      <p id="rfc.section.4.2.p.4">Many needs for secure HTTP transactions cannot be met by Digest Authentication. For those needs TLS or SHTTP are more appropriate
1089         protocols. In particular Digest authentication cannot be used for any transaction requiring confidentiality protection. Nevertheless
1090         many functions remain for which Digest authentication is both useful and appropriate. Any service in present use that uses
1091         Basic should be switched to Digest as soon as practical.
1092      </p>
1093      <h2 id="rfc.section.4.3"><a href="#rfc.section.4.3">4.3</a>&nbsp;Limited Use Nonce Values
1094      </h2>
1095      <p id="rfc.section.4.3.p.1">The Digest scheme uses a server-specified nonce to seed the generation of the request-digest value (as specified in <a href="#request-digest" title="Request-Digest">Section&nbsp;3.2.2.1</a> above). As shown in the example nonce in <a href="#the.www-authenticate.response.header" title="The WWW-Authenticate Response Header">Section&nbsp;3.2.1</a>, the server is free to construct the nonce such that it may only be used from a particular client, for a particular resource,
1096         for a limited period of time or number of uses, or any other restrictions. Doing so strengthens the protection provided against,
1097         for example, replay attacks (see 4.5). However, it should be noted that the method chosen for generating and checking the
1098         nonce also has performance and resource implications. For example, a server may choose to allow each nonce value to be used
1099         only once by maintaining a record of whether or not each recently issued nonce has been returned and sending a next-nonce
1100         directive in the Authentication-Info header field of every response. This protects against even an immediate replay attack,
1101         but has a high cost checking nonce values, and perhaps more important will cause authentication failures for any pipelined
1102         requests (presumably returning a stale nonce indication). Similarly, incorporating a request-specific element such as the
1103         Etag value for a resource limits the use of the nonce to that version of the resource and also defeats pipelining. Thus it
1104         may be useful to do so for methods with side effects but have unacceptable performance for those that do not.
1105      </p>
1106      <h2 id="rfc.section.4.4"><a href="#rfc.section.4.4">4.4</a>&nbsp;Comparison of Digest with Basic Authentication
1107      </h2>
1108      <p id="rfc.section.4.4.p.1">Both Digest and Basic Authentication are very much on the weak end of the security strength spectrum. But a comparison between
1109         the two points out the utility, even necessity, of replacing Basic by Digest.
1110      </p>
1111      <p id="rfc.section.4.4.p.2">The greatest threat to the type of transactions for which these protocols are used is network snooping. This kind of transaction
1112         might involve, for example, online access to a database whose use is restricted to paying subscribers. With Basic authentication
1113         an eavesdropper can obtain the password of the user. This not only permits him to access anything in the database, but, often
1114         worse, will permit access to anything else the user protects with the same password.
1115      </p>
1116      <p id="rfc.section.4.4.p.3">By contrast, with Digest Authentication the eavesdropper only gets access to the transaction in question and not to the user's
1117         password. The information gained by the eavesdropper would permit a replay attack, but only with a request for the same document,
1118         and even that may be limited by the server's choice of nonce.
1119      </p>
1120      <h2 id="rfc.section.4.5"><a href="#rfc.section.4.5">4.5</a>&nbsp;Replay Attacks
1121      </h2>
1122      <p id="rfc.section.4.5.p.1">A replay attack against Digest authentication would usually be pointless for a simple GET request since an eavesdropper would
1123         already have seen the only document he could obtain with a replay. This is because the URI of the requested document is digested
1124         in the client request and the server will only deliver that document. By contrast under Basic Authentication once the eavesdropper
1125         has the user's password, any document protected by that password is open to him.
1126      </p>
1127      <p id="rfc.section.4.5.p.2">Thus, for some purposes, it is necessary to protect against replay attacks. A good Digest implementation can do this in various
1128         ways. The server created "nonce" value is implementation dependent, but if it contains a digest of the client IP, a time-stamp,
1129         the resource ETag, and a private server key (as recommended above) then a replay attack is not simple. An attacker must convince
1130         the server that the request is coming from a false IP address and must cause the server to deliver the document to an IP address
1131         different from the address to which it believes it is sending the document. An attack can only succeed in the period before
1132         the time-stamp expires. Digesting the client IP and time-stamp in the nonce permits an implementation which does not maintain
1133         state between transactions.
1134      </p>
1135      <p id="rfc.section.4.5.p.3">For applications where no possibility of replay attack can be tolerated the server can use one-time nonce values which will
1136         not be honored for a second use. This requires the overhead of the server remembering which nonce values have been used until
1137         the nonce time-stamp (and hence the digest built with it) has expired, but it effectively protects against replay attacks.
1138      </p>
1139      <p id="rfc.section.4.5.p.4">An implementation must give special attention to the possibility of replay attacks with POST and PUT requests. Unless the
1140         server employs one-time or otherwise limited-use nonces and/or insists on the use of the integrity protection of qop=auth-int,
1141         an attacker could replay valid credentials from a successful request with counterfeit form data or other message body. Even
1142         with the use of integrity protection most metadata in header fields is not protected. Proper nonce generation and checking
1143         provides some protection against replay of previously used valid credentials, but see 4.8.
1144      </p>
1145      <h2 id="rfc.section.4.6"><a href="#rfc.section.4.6">4.6</a>&nbsp;Weakness Created by Multiple Authentication Schemes
1146      </h2>
1147      <p id="rfc.section.4.6.p.1">An HTTP/1.1 server may return multiple challenges with a 401 (Authenticate) response, and each challenge may use a different
1148         auth-scheme. A user agent <em class="bcp14">MUST</em> choose to use the strongest auth-scheme it understands and request credentials from the user based upon that challenge.
1149      </p>
1150      <p id="rfc.section.4.6.p.2"> </p>
1151      <dl class="empty">
1152         <dd>Note that many browsers will only recognize Basic and will require that it be the first auth-scheme presented. Servers should
1153            only include Basic if it is minimally acceptable.
1154         </dd>
1155      </dl>
1156      <p id="rfc.section.4.6.p.3">When the server offers choices of authentication schemes using the WWW-Authenticate header, the strength of the resulting
1157         authentication is only as good as that of the of the weakest of the authentication schemes. See <a href="#man.in.the.middle" title="Man in the Middle">Section&nbsp;4.8</a> below for discussion of particular attack scenarios that exploit multiple authentication schemes.
1158      </p>
1159      <h2 id="rfc.section.4.7"><a href="#rfc.section.4.7">4.7</a>&nbsp;Online dictionary attacks
1160      </h2>
1161      <p id="rfc.section.4.7.p.1">If the attacker can eavesdrop, then it can test any overheard nonce/response pairs against a list of common words. Such a
1162         list is usually much smaller than the total number of possible passwords. The cost of computing the response for each password
1163         on the list is paid once for each challenge.
1164      </p>
1165      <p id="rfc.section.4.7.p.2">The server can mitigate this attack by not allowing users to select passwords that are in a dictionary.</p>
1166      <h2 id="rfc.section.4.8"><a href="#rfc.section.4.8">4.8</a>&nbsp;<a id="man.in.the.middle" href="#man.in.the.middle">Man in the Middle</a></h2>
1167      <p id="rfc.section.4.8.p.1">Both Basic and Digest authentication are vulnerable to "man in the middle" (MITM) attacks, for example, from a hostile or
1168         compromised proxy. Clearly, this would present all the problems of eavesdropping. But it also offers some additional opportunities
1169         to the attacker.
1170      </p>
1171      <p id="rfc.section.4.8.p.2">A possible man-in-the-middle attack would be to add a weak authentication scheme to the set of choices, hoping that the client
1172         will use one that exposes the user's credentials (e.g. password). For this reason, the client should always use the strongest
1173         scheme that it understands from the choices offered.
1174      </p>
1175      <p id="rfc.section.4.8.p.3">An even better MITM attack would be to remove all offered choices, replacing them with a challenge that requests only Basic
1176         authentication, then uses the cleartext credentials from the Basic authentication to authenticate to the origin server using
1177         the stronger scheme it requested. A particularly insidious way to mount such a MITM attack would be to offer a "free" proxy
1178         caching service to gullible users.
1179      </p>
1180      <p id="rfc.section.4.8.p.4">User agents should consider measures such as presenting a visual indication at the time of the credentials request of what
1181         authentication scheme is to be used, or remembering the strongest authentication scheme ever requested by a server and produce
1182         a warning message before using a weaker one. It might also be a good idea for the user agent to be configured to demand Digest
1183         authentication in general, or from specific sites.
1184      </p>
1185      <p id="rfc.section.4.8.p.5">Or, a hostile proxy might spoof the client into making a request the attacker wanted rather than one the client wanted. Of
1186         course, this is still much harder than a comparable attack against Basic Authentication.
1187      </p>
1188      <h2 id="rfc.section.4.9"><a href="#rfc.section.4.9">4.9</a>&nbsp;Chosen plaintext attacks
1189      </h2>
1190      <p id="rfc.section.4.9.p.1">With Digest authentication, a MITM or a malicious server can arbitrarily choose the nonce that the client will use to compute
1191         the response. This is called a "chosen plaintext" attack. The ability to choose the nonce is known to make cryptanalysis much
1192         easier <a href="#ref8" id="rfc.xref.ref8.1"><cite title="Message Authentication with MD5">[8]</cite></a>.
1193      </p>
1194      <p id="rfc.section.4.9.p.2">However, no way to analyze the MD5 one-way function used by Digest using chosen plaintext is currently known.</p>
1195      <p id="rfc.section.4.9.p.3">The countermeasure against this attack is for clients to be configured to require the use of the optional "cnonce" directive;
1196         this allows the client to vary the input to the hash in a way not chosen by the attacker.
1197      </p>
1198      <h2 id="rfc.section.4.10"><a href="#rfc.section.4.10">4.10</a>&nbsp;Precomputed dictionary attacks
1199      </h2>
1200      <p id="rfc.section.4.10.p.1">With Digest authentication, if the attacker can execute a chosen plaintext attack, the attacker can precompute the response
1201         for many common words to a nonce of its choice, and store a dictionary of (response, password) pairs. Such precomputation
1202         can often be done in parallel on many machines. It can then use the chosen plaintext attack to acquire a response corresponding
1203         to that challenge, and just look up the password in the dictionary. Even if most passwords are not in the dictionary, some
1204         might be. Since the attacker gets to pick the challenge, the cost of computing the response for each password on the list
1205         can be amortized over finding many passwords. A dictionary with 100 million password/response pairs would take about 3.2 gigabytes
1206         of disk storage.
1207      </p>
1208      <p id="rfc.section.4.10.p.2">The countermeasure against this attack is to for clients to be configured to require the use of the optional "cnonce" directive.</p>
1209      <h2 id="rfc.section.4.11"><a href="#rfc.section.4.11">4.11</a>&nbsp;Batch brute force attacks
1210      </h2>
1211      <p id="rfc.section.4.11.p.1">With Digest authentication, a MITM can execute a chosen plaintext attack, and can gather responses from many users to the
1212         same nonce. It can then find all the passwords within any subset of password space that would generate one of the nonce/response
1213         pairs in a single pass over that space. It also reduces the time to find the first password by a factor equal to the number
1214         of nonce/response pairs gathered. This search of the password space can often be done in parallel on many machines, and even
1215         a single machine can search large subsets of the password space very quickly -- reports exist of searching all passwords with
1216         six or fewer letters in a few hours.
1217      </p>
1218      <p id="rfc.section.4.11.p.2">The countermeasure against this attack is to for clients to be configured to require the use of the optional "cnonce" directive.</p>
1219      <h2 id="rfc.section.4.12"><a href="#rfc.section.4.12">4.12</a>&nbsp;Spoofing by Counterfeit Servers
1220      </h2>
1221      <p id="rfc.section.4.12.p.1">Basic Authentication is vulnerable to spoofing by counterfeit servers. If a user can be led to believe that she is connecting
1222         to a host containing information protected by a password she knows, when in fact she is connecting to a hostile server, then
1223         the hostile server can request a password, store it away for later use, and feign an error. This type of attack is more difficult
1224         with Digest Authentication -- but the client must know to demand that Digest authentication be used, perhaps using some of
1225         the techniques described above to counter "man-in-the-middle" attacks. Again, the user can be helped in detecting this attack
1226         by a visual indication of the authentication mechanism in use with appropriate guidance in interpreting the implications of
1227         each scheme.
1228      </p>
1229      <h2 id="rfc.section.4.13"><a href="#rfc.section.4.13">4.13</a>&nbsp;Storing passwords
1230      </h2>
1231      <p id="rfc.section.4.13.p.1">Digest authentication requires that the authenticating agent (usually the server) store some data derived from the user's
1232         name and password in a "password file" associated with a given realm. Normally this might contain pairs consisting of username
1233         and H(A1), where H(A1) is the digested value of the username, realm, and password as described above.
1234      </p>
1235      <p id="rfc.section.4.13.p.2">The security implications of this are that if this password file is compromised, then an attacker gains immediate access to
1236         documents on the server using this realm. Unlike, say a standard UNIX password file, this information need not be decrypted
1237         in order to access documents in the server realm associated with this file. On the other hand, decryption, or more likely
1238         a brute force attack, would be necessary to obtain the user's password. This is the reason that the realm is part of the digested
1239         data stored in the password file. It means that if one Digest authentication password file is compromised, it does not automatically
1240         compromise others with the same username and password (though it does expose them to brute force attack).
1241      </p>
1242      <p id="rfc.section.4.13.p.3">There are two important security consequences of this. First the password file must be protected as if it contained unencrypted
1243         passwords, because for the purpose of accessing documents in its realm, it effectively does.
1244      </p>
1245      <p id="rfc.section.4.13.p.4">A second consequence of this is that the realm string should be unique among all realms which any single user is likely to
1246         use. In particular a realm string should include the name of the host doing the authentication. The inability of the client
1247         to authenticate the server is a weakness of Digest Authentication.
1248      </p>
1249      <h2 id="rfc.section.4.14"><a href="#rfc.section.4.14">4.14</a>&nbsp;Summary
1250      </h2>
1251      <p id="rfc.section.4.14.p.1">By modern cryptographic standards Digest Authentication is weak. But for a large range of purposes it is valuable as a replacement
1252         for Basic Authentication. It remedies some, but not all, weaknesses of Basic Authentication. Its strength may vary depending
1253         on the implementation. In particular the structure of the nonce (which is dependent on the server implementation) may affect
1254         the ease of mounting a replay attack. A range of server options is appropriate since, for example, some implementations may
1255         be willing to accept the server overhead of one-time nonces or digests to eliminate the possibility of replay. Others may
1256         satisfied with a nonce like the one recommended above restricted to a single IP address and a single ETag or with a limited
1257         lifetime.
1258      </p>
1259      <p id="rfc.section.4.14.p.2">The bottom line is that *any* compliant implementation will be relatively weak by cryptographic standards, but *any* compliant
1260         implementation will be far superior to Basic Authentication.
1261      </p>
1262      <h1 id="rfc.section.5"><a href="#rfc.section.5">5.</a>&nbsp;Sample implementation
1263      </h1>
1264      <p id="rfc.section.5.p.1">The following code implements the calculations of H(A1), H(A2), request-digest and response-digest, and a test program which
1265         computes the values used in the example of <a href="#specification.of.digest.headers.example" title="Example">Section&nbsp;3.5</a>. It uses the MD5 implementation from RFC 1321.
1266      </p>
1267      <div id="rfc.figure.u.28"></div>
1268      <p>File "digcalc.h":</p><pre class="text">#define HASHLEN 16
1269typedef char HASH[HASHLEN];
1270#define HASHHEXLEN 32
1271typedef char HASHHEX[HASHHEXLEN+1];
1272#define IN
1273#define OUT
1274
1275/* calculate H(A1) as per HTTP Digest spec */
1276void DigestCalcHA1(
1277    IN char * pszAlg,
1278    IN char * pszUserName,
1279    IN char * pszRealm,
1280    IN char * pszPassword,
1281    IN char * pszNonce,
1282    IN char * pszCNonce,
1283    OUT HASHHEX SessionKey
1284    );
1285
1286/* calculate request-digest/response-digest as per HTTP Digest spec */
1287void DigestCalcResponse(
1288    IN HASHHEX HA1,           /* H(A1) */
1289    IN char * pszNonce,       /* nonce from server */
1290    IN char * pszNonceCount,  /* 8 hex digits */
1291    IN char * pszCNonce,      /* client nonce */
1292    IN char * pszQop,         /* qop-value: "", "auth", "auth-int" */
1293    IN char * pszMethod,      /* method from the request */
1294    IN char * pszDigestUri,   /* requested URL */
1295    IN HASHHEX HEntity,       /* H(entity body) if qop="auth-int" */
1296    OUT HASHHEX Response      /* request-digest or response-digest */
1297    );
1298</pre><div id="rfc.figure.u.29"></div>
1299      <p>File "digcalc.c":</p><pre class="text">#include &lt;global.h&gt;
1300#include &lt;md5.h&gt;
1301#include &lt;string.h&gt;
1302#include "digcalc.h"
1303
1304void CvtHex(
1305    IN HASH Bin,
1306    OUT HASHHEX Hex
1307    )
1308{
1309    unsigned short i;
1310    unsigned char j;
1311
1312    for (i = 0; i &lt; HASHLEN; i++) {
1313        j = (Bin[i] &gt;&gt; 4) &amp; 0xf;
1314        if (j &lt;= 9)
1315            Hex[i*2] = (j + '0');
1316         else
1317            Hex[i*2] = (j + 'a' - 10);
1318        j = Bin[i] &amp; 0xf;
1319        if (j &lt;= 9)
1320            Hex[i*2+1] = (j + '0');
1321         else
1322            Hex[i*2+1] = (j + 'a' - 10);
1323    };
1324    Hex[HASHHEXLEN] = '\0';
1325};
1326
1327/* calculate H(A1) as per spec */
1328void DigestCalcHA1(
1329    IN char * pszAlg,
1330    IN char * pszUserName,
1331    IN char * pszRealm,
1332    IN char * pszPassword,
1333    IN char * pszNonce,
1334    IN char * pszCNonce,
1335    OUT HASHHEX SessionKey
1336    )
1337{
1338      MD5_CTX Md5Ctx;
1339      HASH HA1;
1340
1341      MD5Init(&amp;Md5Ctx);
1342      MD5Update(&amp;Md5Ctx, pszUserName, strlen(pszUserName));
1343      MD5Update(&amp;Md5Ctx, ":", 1);
1344      MD5Update(&amp;Md5Ctx, pszRealm, strlen(pszRealm));
1345      MD5Update(&amp;Md5Ctx, ":", 1);
1346      MD5Update(&amp;Md5Ctx, pszPassword, strlen(pszPassword));
1347      MD5Final(HA1, &amp;Md5Ctx);
1348      if (stricmp(pszAlg, "md5-sess") == 0) {
1349            MD5Init(&amp;Md5Ctx);
1350            MD5Update(&amp;Md5Ctx, HA1, HASHLEN);
1351            MD5Update(&amp;Md5Ctx, ":", 1);
1352            MD5Update(&amp;Md5Ctx, pszNonce, strlen(pszNonce));
1353            MD5Update(&amp;Md5Ctx, ":", 1);
1354            MD5Update(&amp;Md5Ctx, pszCNonce, strlen(pszCNonce));
1355            MD5Final(HA1, &amp;Md5Ctx);
1356      };
1357      CvtHex(HA1, SessionKey);
1358};
1359
1360/* calculate request-digest/response-digest as per HTTP Digest spec */
1361void DigestCalcResponse(
1362    IN HASHHEX HA1,           /* H(A1) */
1363    IN char * pszNonce,       /* nonce from server */
1364    IN char * pszNonceCount,  /* 8 hex digits */
1365    IN char * pszCNonce,      /* client nonce */
1366    IN char * pszQop,         /* qop-value: "", "auth", "auth-int" */
1367    IN char * pszMethod,      /* method from the request */
1368    IN char * pszDigestUri,   /* requested URL */
1369    IN HASHHEX HEntity,       /* H(entity body) if qop="auth-int" */
1370    OUT HASHHEX Response      /* request-digest or response-digest */
1371    )
1372{
1373      MD5_CTX Md5Ctx;
1374      HASH HA2;
1375      HASH RespHash;
1376       HASHHEX HA2Hex;
1377
1378      // calculate H(A2)
1379      MD5Init(&amp;Md5Ctx);
1380      MD5Update(&amp;Md5Ctx, pszMethod, strlen(pszMethod));
1381      MD5Update(&amp;Md5Ctx, ":", 1);
1382      MD5Update(&amp;Md5Ctx, pszDigestUri, strlen(pszDigestUri));
1383      if (stricmp(pszQop, "auth-int") == 0) {
1384            MD5Update(&amp;Md5Ctx, ":", 1);
1385            MD5Update(&amp;Md5Ctx, HEntity, HASHHEXLEN);
1386      };
1387      MD5Final(HA2, &amp;Md5Ctx);
1388       CvtHex(HA2, HA2Hex);
1389
1390      // calculate response
1391      MD5Init(&amp;Md5Ctx);
1392      MD5Update(&amp;Md5Ctx, HA1, HASHHEXLEN);
1393      MD5Update(&amp;Md5Ctx, ":", 1);
1394      MD5Update(&amp;Md5Ctx, pszNonce, strlen(pszNonce));
1395      MD5Update(&amp;Md5Ctx, ":", 1);
1396      if (*pszQop) {
1397          MD5Update(&amp;Md5Ctx, pszNonceCount, strlen(pszNonceCount));
1398          MD5Update(&amp;Md5Ctx, ":", 1);
1399          MD5Update(&amp;Md5Ctx, pszCNonce, strlen(pszCNonce));
1400          MD5Update(&amp;Md5Ctx, ":", 1);
1401          MD5Update(&amp;Md5Ctx, pszQop, strlen(pszQop));
1402          MD5Update(&amp;Md5Ctx, ":", 1);
1403      };
1404      MD5Update(&amp;Md5Ctx, HA2Hex, HASHHEXLEN);
1405      MD5Final(RespHash, &amp;Md5Ctx);
1406      CvtHex(RespHash, Response);
1407};
1408</pre><div id="rfc.figure.u.30"></div>
1409      <p>File "digtest.c":</p><pre class="text">#include &lt;stdio.h&gt;
1410#include "digcalc.h"
1411
1412void main(int argc, char ** argv) {
1413
1414      char * pszNonce = "dcd98b7102dd2f0e8b11d0f600bfb0c093";
1415      char * pszCNonce = "0a4f113b";
1416      char * pszUser = "Mufasa";
1417      char * pszRealm = "testrealm@host.com";
1418      char * pszPass = "Circle Of Life";
1419      char * pszAlg = "md5";
1420      char szNonceCount[9] = "00000001";
1421      char * pszMethod = "GET";
1422      char * pszQop = "auth";
1423      char * pszURI = "/dir/index.html";
1424      HASHHEX HA1;
1425      HASHHEX HA2 = "";
1426      HASHHEX Response;
1427
1428      DigestCalcHA1(pszAlg, pszUser, pszRealm, pszPass, pszNonce,
1429pszCNonce, HA1);
1430      DigestCalcResponse(HA1, pszNonce, szNonceCount, pszCNonce, pszQop,
1431       pszMethod, pszURI, HA2, Response);
1432      printf("Response = %s\n", Response);
1433};
1434</pre><h1 id="rfc.section.6"><a href="#rfc.section.6">6.</a>&nbsp;Acknowledgments
1435      </h1>
1436      <p id="rfc.section.6.p.1">Eric W. Sink, of AbiSource, Inc., was one of the original authors before the specification underwent substantial revision.</p>
1437      <p id="rfc.section.6.p.2">In addition to the authors, valuable discussion instrumental in creating this document has come from Peter J. Churchyard,
1438         Ned Freed, and David M. Kristol.
1439      </p>
1440      <p id="rfc.section.6.p.3">Jim Gettys and Larry Masinter edited this document for update.</p>
1441      <h1 id="rfc.references"><a href="#rfc.section.7" id="rfc.section.7">7.</a> References
1442      </h1>
1443      <table summary="References">
1444         <tr>
1445            <td class="reference"><b id="RFC1945">[1]</b></td>
1446            <td class="top"><a href="mailto:timbl@w3.org" title="MIT, Laboratory for Computer Science">Berners-Lee, T.</a>, <a href="mailto:fielding@ics.uci.edu" title="University of California, Irvine, Department of Information and Computer Science">Fielding, R.T.</a>, and <a href="mailto:frystyk@w3.org" title="W3 Consortium, MIT Laboratory for Computer Science">H.F. Nielsen</a>, “<a href="http://tools.ietf.org/html/rfc1945">Hypertext Transfer Protocol -- HTTP/1.0</a>”, RFC&nbsp;1945, May&nbsp;1996.
1447            </td>
1448         </tr> 
1449         <tr>
1450            <td class="reference"><b id="RFC2616">[2]</b></td>
1451            <td class="top"><a href="mailto:fielding@ics.uci.edu" title="University of California, Irvine, Information and Computer Science">Fielding, R.T.</a>, <a href="mailto:jg@w3.org" title="World Wide Web Consortium, MIT Laboratory for Computer Science">Gettys, J.</a>, <a href="mailto:mogul@wrl.dec.com" title="Compaq Computer Corporation, Western Research Laboratory">Mogul, J.C.</a>, <a href="mailto:frystyk@w3.org" title="World Wide Web Consortium, MIT Laboratory for Computer Science">Nielsen, H.F.</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.J.</a>, and <a href="mailto:timbl@w3.org" title="World Wide Web Consortium, MIT Laboratory for Computer Science">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.
1452            </td>
1453         </tr> 
1454         <tr>
1455            <td class="reference"><b id="RFC1321">[3]</b></td>
1456            <td class="top"><a href="mailto:rivest@theory.lcs.mit.edu" title="Massachusetts Institute of Technology, (MIT) Laboratory for Computer Science">Rivest, R.</a>, “<a href="http://tools.ietf.org/html/rfc1321">The MD5 Message-Digest Algorithm</a>”, RFC&nbsp;1321, April&nbsp;1992.
1457            </td>
1458         </tr> 
1459         <tr>
1460            <td class="reference"><b id="RFC2045">[4]</b></td>
1461            <td class="top"><a href="mailto:ned@innosoft.com" title="Innosoft International, Inc.">Freed, N.</a> and <a href="mailto:nsb@nsb.fv.com" title="First Virtual Holdings">N.S. Borenstein</a>, “<a href="http://tools.ietf.org/html/rfc2045">Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies</a>”, RFC&nbsp;2045, November&nbsp;1996.
1462            </td>
1463         </tr> 
1464         <tr>
1465            <td class="reference"><b id="RFC2246">[5]</b></td>
1466            <td class="top"><a href="mailto:tdierks@certicom.com" title="Certicom">Dierks, T.</a> and <a href="mailto:callen@certicom.com" title="Certicom">C. Allen</a>, “<a href="http://tools.ietf.org/html/rfc2246">The TLS Protocol Version 1.0</a>”, RFC&nbsp;2246, January&nbsp;1999.
1467            </td>
1468         </tr> 
1469         <tr>
1470            <td class="reference"><b id="RFC2069">[6]</b></td>
1471            <td class="top"><a href="mailto:john@math.nwu.edu" title="Northwestern University,  Department of Mathematics">Franks, J.</a>, <a href="mailto:hallam@w3.org" title="CERN">Hallam-Baker, P.</a>, <a href="mailto:jeff@spyglass.com" title="Spyglass, Inc.">Hostetler, J.</a>, <a href="mailto:paulle@microsoft.com" title="Microsoft Corporation">Leach, P.</a>, <a href="mailto:luotonen@netscape.com" title="Netscape Communications Corporation">Luotonen, A.</a>, <a href="mailto:eric@spyglass.com" title="Spyglass, Inc.">Sink, E.</a>, and <a href="mailto:stewart@OpenMarket.com" title="Open Market, Inc.">L. Stewart</a>, “<a href="http://tools.ietf.org/html/rfc2069">An Extension to HTTP : Digest Access Authentication</a>”, RFC&nbsp;2069, January&nbsp;1997.
1472            </td>
1473         </tr> 
1474         <tr>
1475            <td class="reference"><b id="RFC2396">[7]</b></td>
1476            <td class="top"><a href="mailto:timbl@w3.org" title="World Wide Web Consortium">Berners-Lee, T.</a>, <a href="mailto:fielding@ics.uci.edu" title="Department of Information and Computer Science">Fielding, R.T.</a>, and <a href="mailto:masinter@parc.xerox.com" title="Xerox PARC">L. Masinter</a>, “<a href="http://tools.ietf.org/html/rfc2396">Uniform Resource Identifiers (URI): Generic Syntax</a>”, RFC&nbsp;2396, August&nbsp;1998.
1477            </td>
1478         </tr> 
1479         <tr>
1480            <td class="reference"><b id="ref8">[8]</b></td>
1481            <td class="top">Kaliski, B. and M. Robshaw, “<a href="http://www.rsa.com/rsalabs/pubs/cryptobytes/spring95/md5.htm">Message Authentication with MD5</a>”, 1995, &lt;<a href="http://www.rsa.com/rsalabs/pubs/cryptobytes/spring95/md5.htm">http://www.rsa.com/rsalabs/pubs/cryptobytes/spring95/md5.htm</a>&gt;.<br>CryptoBytes, Spring 1995
1482            </td>
1483         </tr> 
1484         <tr>
1485            <td class="reference"><b id="RFC2195">[9]</b></td>
1486            <td class="top"><a href="mailto:klensin@mci.net" title="MCI">Klensin, J.C.</a>, <a href="mailto:randy@mci.net" title="MCI">Catoe, R.</a>, and <a href="mailto:paul@mci.net" title="MCI">P. Krumviede</a>, “<a href="http://tools.ietf.org/html/rfc2195">IMAP/POP AUTHorize Extension for Simple Challenge/Response</a>”, RFC&nbsp;2195, September&nbsp;1997.
1487            </td>
1488         </tr> 
1489         <tr>
1490            <td class="reference"><b id="ref10">[10]</b></td>
1491            <td class="top">Morgan, B., Alvestrand, H., Hodges, J., and M. Wahl, “Authentication Methods for LDAP”.<br>Work in progress.
1492            </td>
1493         </tr>
1494      </table>
1495      <h1 id="rfc.authors"><a href="#rfc.authors">Authors' Addresses</a></h1>
1496      <address class="vcard"><span class="vcardline"><span class="fn">John Franks</span><span class="n hidden"><span class="family-name">Franks</span><span class="given-name">John</span></span></span><span class="org vcardline">Northwestern University, Department of Mathematics</span><span class="adr"><span class="street-address vcardline">Northwestern University</span><span class="vcardline"><span class="locality">Evanston</span>, <span class="region">IL</span>&nbsp;<span class="postal-code">60208-2730</span></span><span class="country-name vcardline">USA</span></span><span class="vcardline">EMail: <a href="mailto:john@math.nwu.edu"><span class="email">john@math.nwu.edu</span></a></span></address>
1497      <address class="vcard"><span class="vcardline"><span class="fn">Phillip M. Hallam-Baker</span><span class="n hidden"><span class="family-name">Hallam-Baker</span><span class="given-name">Phillip M.</span></span></span><span class="org vcardline">Verisign Inc.</span><span class="adr"><span class="street-address vcardline">301 Edgewater Place</span><span class="street-address vcardline">Suite 210</span><span class="vcardline"><span class="locality">Wakefield</span>, <span class="region">MA</span>&nbsp;<span class="postal-code">01880</span></span><span class="country-name vcardline">USA</span></span><span class="vcardline">EMail: <a href="mailto:pbaker@verisign.com"><span class="email">pbaker@verisign.com</span></a></span></address>
1498      <address class="vcard"><span class="vcardline"><span class="fn">Jeffery L. Hostetler</span><span class="n hidden"><span class="family-name">Hostetler</span><span class="given-name">Jeffery L.</span></span></span><span class="org vcardline">AbiSource, Inc.</span><span class="adr"><span class="street-address vcardline">6 Dunlap Court</span><span class="vcardline"><span class="locality">Savoy</span>, <span class="region">IL</span>&nbsp;<span class="postal-code">61874</span></span><span class="country-name vcardline">USA</span></span><span class="vcardline">EMail: <a href="mailto:jeff@AbiSource.com"><span class="email">jeff@AbiSource.com</span></a></span></address>
1499      <address class="vcard"><span class="vcardline"><span class="fn">Scott D. Lawrence</span><span class="n hidden"><span class="family-name">Lawrence</span><span class="given-name">Scott D.</span></span></span><span class="org vcardline">Agranat Systems, Inc.</span><span class="adr"><span class="street-address vcardline">5 Clocktower Place</span><span class="street-address vcardline">Suite 400</span><span class="vcardline"><span class="locality">Maynard</span>, <span class="region">MA</span>&nbsp;<span class="postal-code">01754</span></span><span class="country-name vcardline">USA</span></span><span class="vcardline">EMail: <a href="mailto:lawrence@agranat.com"><span class="email">lawrence@agranat.com</span></a></span></address>
1500      <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 class="country-name vcardline">USA</span></span><span class="vcardline">EMail: <a href="mailto:paulle@microsoft.com"><span class="email">paulle@microsoft.com</span></a></span></address>
1501      <address class="vcard"><span class="vcardline"><span class="fn">Ari Luotonen</span><span class="n hidden"><span class="family-name">Luotonen</span><span class="given-name">Ari</span></span></span><span class="org vcardline">Netscape Communications Corporation</span><span class="adr"><span class="street-address vcardline">501 East Middlefield Road</span><span class="vcardline"><span class="locality">Mountain View</span>, <span class="region">CA</span>&nbsp;<span class="postal-code">94043</span></span><span class="country-name vcardline">USA</span></span></address>
1502      <address class="vcard"><span class="vcardline"><span class="fn">Lawrence C. Stewart</span><span class="n hidden"><span class="family-name">Stewart</span><span class="given-name">Lawrence C.</span></span></span><span class="org vcardline">Open Market, Inc.</span><span class="adr"><span class="street-address vcardline">215 First Street</span><span class="vcardline"><span class="locality">Cambridge</span>, <span class="region">MA</span>&nbsp;<span class="postal-code">02142</span></span><span class="country-name vcardline">USA</span></span><span class="vcardline">EMail: <a href="mailto:stewart@OpenMarket.com"><span class="email">stewart@OpenMarket.com</span></a></span></address>
1503      <h1><a id="rfc.copyright" href="#rfc.copyright">Full Copyright Statement</a></h1>
1504      <p>Copyright © The Internet Society (1999). All Rights Reserved.</p>
1505      <p>This document and translations of it may be copied and furnished to others, and derivative works that comment on or otherwise
1506         explain it or assist in its implementation may be prepared, copied, published and distributed, in whole or in part, without
1507         restriction of any kind, provided that the above copyright notice and this paragraph are included on all such copies and derivative
1508         works. However, this document itself may not be modified in any way, such as by removing the copyright notice or references
1509         to the Internet Society or other Internet organizations, except as needed for the purpose of developing Internet standards
1510         in which case the procedures for copyrights defined in the Internet Standards process must be followed, or as required to
1511         translate it into languages other than English.
1512      </p>
1513      <p>The limited permissions granted above are perpetual and will not be revoked by the Internet Society or its successors or assignees.</p>
1514      <p>This document and the information contained herein is provided on an “;AS IS” basis and THE INTERNET SOCIETY AND THE INTERNET
1515         ENGINEERING TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE
1516         OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR
1517         PURPOSE.
1518      </p>
1519      <h1><a id="rfc.ipr" href="#rfc.ipr">Intellectual Property</a></h1>
1520      <p>The IETF takes no position regarding the validity or scope of any intellectual property or other rights that might be claimed
1521         to pertain to the implementation or use of the technology described in this document or the extent to which any license under
1522         such rights might or might not be available; neither does it represent that it has made any effort to identify any such rights.
1523         Information on the IETF's procedures with respect to rights in standards-track and standards-related documentation can be
1524         found in BCP-11. Copies of claims of rights made available for publication and any assurances of licenses to be made available,
1525         or the result of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementors
1526         or users of this specification can be obtained from the IETF Secretariat.
1527      </p>
1528      <p>The IETF invites any interested party to bring to its attention any copyrights, patents or patent applications, or other proprietary
1529         rights which may cover technology that may be required to practice this standard. Please address the information to the IETF
1530         Executive Director.
1531      </p>
1532      <h1>Acknowledgement</h1>
1533      <p>Funding for the RFC Editor function is provided by the IETF Administrative Support Activity (IASA).</p>
1534      <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1>
1535      <p class="noprint"><a href="#rfc.index.A">A</a> <a href="#rfc.index.B">B</a> <a href="#rfc.index.C">C</a> <a href="#rfc.index.D">D</a> <a href="#rfc.index.H">H</a> <a href="#rfc.index.L">L</a> <a href="#rfc.index.M">M</a> <a href="#rfc.index.N">N</a> <a href="#rfc.index.O">O</a> <a href="#rfc.index.P">P</a> <a href="#rfc.index.Q">Q</a> <a href="#rfc.index.R">R</a> <a href="#rfc.index.S">S</a> <a href="#rfc.index.U">U</a> <a href="#rfc.index.W">W</a>
1536      </p>
1537      <div class="print2col">
1538         <ul class="ind">
1539            <li class="indline0"><a id="rfc.index.A" href="#rfc.index.A"><b>A</b></a><ul class="ind">
1540                  <li class="indline1"><tt>algorithm</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.a.3"><b>3.2.1</b></a></li>
1541                  <li class="indline1"><tt>auth-info</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.a.7"><b>3.2.3</b></a></li>
1542                  <li class="indline1"><tt>auth-param</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.a.2"><b>1.2</b></a></li>
1543                  <li class="indline1"><tt>auth-scheme</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.a.1"><b>1.2</b></a></li>
1544                  <li class="indline1"><tt>Authentication-Info</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.a.6"><b>3.2.3</b></a></li>
1545                  <li class="indline1">Authentication-Info header&nbsp;&nbsp;<a class="iref" href="#rfc.iref.a.5"><b>3.2.3</b></a></li>
1546                  <li class="indline1">Authorization header&nbsp;&nbsp;<a class="iref" href="#rfc.iref.a.4"><b>3.2.2</b></a></li>
1547               </ul>
1548            </li>
1549            <li class="indline0"><a id="rfc.index.B" href="#rfc.index.B"><b>B</b></a><ul class="ind">
1550                  <li class="indline1"><tt>base64-user-pass</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.b.2"><b>2</b></a></li>
1551                  <li class="indline1"><tt>basic-credentials</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.b.1"><b>2</b></a></li>
1552               </ul>
1553            </li>
1554            <li class="indline0"><a id="rfc.index.C" href="#rfc.index.C"><b>C</b></a><ul class="ind">
1555                  <li class="indline1"><tt>challenge</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.c.1"><b>1.2</b></a>, <a class="iref" href="#rfc.iref.c.3">2</a>, <a class="iref" href="#rfc.iref.c.5">3.2.1</a></li>
1556                  <li class="indline1"><tt>cnonce</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.c.7"><b>3.2.2</b></a></li>
1557                  <li class="indline1"><tt>cnonce-value</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.c.8"><b>3.2.2</b></a></li>
1558                  <li class="indline1"><tt>credentials</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.c.2"><b>1.2</b></a>, <a class="iref" href="#rfc.iref.c.4">2</a>, <a class="iref" href="#rfc.iref.c.6">3.2.2</a></li>
1559               </ul>
1560            </li>
1561            <li class="indline0"><a id="rfc.index.D" href="#rfc.index.D"><b>D</b></a><ul class="ind">
1562                  <li class="indline1"><tt>digest-challenge</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.d.1"><b>3.2.1</b></a></li>
1563                  <li class="indline1"><tt>digest-response</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.d.3"><b>3.2.2</b></a></li>
1564                  <li class="indline1"><tt>digest-uri</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.d.4"><b>3.2.2</b></a></li>
1565                  <li class="indline1"><tt>digest-uri-value</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.d.5"><b>3.2.2</b></a></li>
1566                  <li class="indline1"><tt>domain</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.d.2"><b>3.2.1</b></a></li>
1567               </ul>
1568            </li>
1569            <li class="indline0"><a id="rfc.index.H" href="#rfc.index.H"><b>H</b></a><ul class="ind">
1570                  <li class="indline1">Headers&nbsp;&nbsp;
1571                     <ul class="ind">
1572                        <li class="indline1">Authentication-Info&nbsp;&nbsp;<a class="iref" href="#rfc.iref.h.3"><b>3.2.3</b></a></li>
1573                        <li class="indline1">Authorization&nbsp;&nbsp;<a class="iref" href="#rfc.iref.h.2"><b>3.2.2</b></a></li>
1574                        <li class="indline1">WWW-Authenticate&nbsp;&nbsp;<a class="iref" href="#rfc.iref.h.1"><b>3.2.1</b></a></li>
1575                     </ul>
1576                  </li>
1577               </ul>
1578            </li>
1579            <li class="indline0"><a id="rfc.index.L" href="#rfc.index.L"><b>L</b></a><ul class="ind">
1580                  <li class="indline1"><tt>LHEX</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.l.1"><b>3.2.2</b></a></li>
1581               </ul>
1582            </li>
1583            <li class="indline0"><a id="rfc.index.M" href="#rfc.index.M"><b>M</b></a><ul class="ind">
1584                  <li class="indline1"><tt>message-qop</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.m.1"><b>3.2.2</b></a></li>
1585               </ul>
1586            </li>
1587            <li class="indline0"><a id="rfc.index.N" href="#rfc.index.N"><b>N</b></a><ul class="ind">
1588                  <li class="indline1"><tt>nc-value</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.n.4"><b>3.2.2</b></a></li>
1589                  <li class="indline1"><tt>nextnonce</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.n.5"><b>3.2.3</b></a></li>
1590                  <li class="indline1"><tt>nonce</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.n.1"><b>3.2.1</b></a></li>
1591                  <li class="indline1"><tt>nonce-count</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.n.3"><b>3.2.2</b></a></li>
1592                  <li class="indline1"><tt>nonce-value</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.n.2"><b>3.2.1</b></a></li>
1593               </ul>
1594            </li>
1595            <li class="indline0"><a id="rfc.index.O" href="#rfc.index.O"><b>O</b></a><ul class="ind">
1596                  <li class="indline1"><tt>opaque</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.o.1"><b>3.2.1</b></a></li>
1597               </ul>
1598            </li>
1599            <li class="indline0"><a id="rfc.index.P" href="#rfc.index.P"><b>P</b></a><ul class="ind">
1600                  <li class="indline1"><tt>password</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.p.1"><b>2</b></a></li>
1601               </ul>
1602            </li>
1603            <li class="indline0"><a id="rfc.index.Q" href="#rfc.index.Q"><b>Q</b></a><ul class="ind">
1604                  <li class="indline1"><tt>qop-options</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.q.1"><b>3.2.1</b></a></li>
1605                  <li class="indline1"><tt>qop-value</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.q.2"><b>3.2.1</b></a></li>
1606               </ul>
1607            </li>
1608            <li class="indline0"><a id="rfc.index.R" href="#rfc.index.R"><b>R</b></a><ul class="ind">
1609                  <li class="indline1"><tt>realm</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.r.1"><b>1.2</b></a></li>
1610                  <li class="indline1"><tt>realm-value</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.r.2"><b>1.2</b></a></li>
1611                  <li class="indline1"><em>ref10</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.ref10.1">4.2</a>, <a class="iref" href="#ref10"><b>7</b></a></li>
1612                  <li class="indline1"><em>ref8</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.ref8.1">4.9</a>, <a class="iref" href="#ref8"><b>7</b></a></li>
1613                  <li class="indline1"><tt>request-digest</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.r.4"><b>3.2.2</b></a></li>
1614                  <li class="indline1"><tt>response</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.r.3"><b>3.2.2</b></a></li>
1615                  <li class="indline1"><tt>response-auth</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.r.5"><b>3.2.3</b></a></li>
1616                  <li class="indline1"><tt>response-digest</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.r.6"><b>3.2.3</b></a></li>
1617                  <li class="indline1"><em>RFC1321</em>&nbsp;&nbsp;<a class="iref" href="#RFC1321"><b>7</b></a></li>
1618                  <li class="indline1"><em>RFC1945</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.RFC1945.1">3.1.1</a>, <a class="iref" href="#RFC1945"><b>7</b></a></li>
1619                  <li class="indline1"><em>RFC2045</em>&nbsp;&nbsp;<a class="iref" href="#RFC2045"><b>7</b></a></li>
1620                  <li class="indline1"><em>RFC2069</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.RFC2069.1">§</a>, <a class="iref" href="#rfc.xref.RFC2069.2">3.2.1</a>, <a class="iref" href="#rfc.xref.RFC2069.3">3.2.2</a>, <a class="iref" href="#RFC2069"><b>7</b></a></li>
1621                  <li class="indline1"><em>RFC2195</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.RFC2195.1">4.2</a>, <a class="iref" href="#RFC2195"><b>7</b></a></li>
1622                  <li class="indline1"><em>RFC2246</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.RFC2246.1">§</a>, <a class="iref" href="#RFC2246"><b>7</b></a></li>
1623                  <li class="indline1"><em>RFC2396</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.RFC2396.1">2</a>, <a class="iref" href="#rfc.xref.RFC2396.2">3.2.1</a>, <a class="iref" href="#RFC2396"><b>7</b></a></li>
1624                  <li class="indline1"><em>RFC2616</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.RFC2616.1">1.1</a>, <a class="iref" href="#rfc.xref.RFC2616.2">1.1</a>, <a class="iref" href="#rfc.xref.RFC2616.3">1.2</a>, <a class="iref" href="#rfc.xref.RFC2616.4">1.2</a>, <a class="iref" href="#rfc.xref.RFC2616.5">1.2</a>, <a class="iref" href="#rfc.xref.RFC2616.6">1.2</a>, <a class="iref" href="#rfc.xref.RFC2616.7">1.2</a>, <a class="iref" href="#rfc.xref.RFC2616.8">1.2</a>, <a class="iref" href="#rfc.xref.RFC2616.9">3.2.2.5</a>, <a class="iref" href="#rfc.xref.RFC2616.10">3.2.2.5</a>, <a class="iref" href="#rfc.xref.RFC2616.11">3.2.2.5</a>, <a class="iref" href="#rfc.xref.RFC2616.12">3.2.2.5</a>, <a class="iref" href="#rfc.xref.RFC2616.13">3.2.2.5</a>, <a class="iref" href="#rfc.xref.RFC2616.14">3.2.2.5</a>, <a class="iref" href="#rfc.xref.RFC2616.15">3.2.2.5</a>, <a class="iref" href="#rfc.xref.RFC2616.16">3.2.2.5</a>, <a class="iref" href="#rfc.xref.RFC2616.17">3.2.2.5</a>, <a class="iref" href="#rfc.xref.RFC2616.18">3.2.2.5</a>, <a class="iref" href="#rfc.xref.RFC2616.19">3.6</a>, <a class="iref" href="#rfc.xref.RFC2616.20">3.6</a>, <a class="iref" href="#rfc.xref.RFC2616.21">3.6</a>, <a class="iref" href="#RFC2616"><b>7</b></a><ul class="ind">
1625                        <li class="indline1"><em>Section 2.1</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.RFC2616.2">1.1</a></li>
1626                        <li class="indline1"><em>Section 5.1.2</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.RFC2616.3">1.2</a>, <a class="iref" href="#rfc.xref.RFC2616.11">3.2.2.5</a>, <a class="iref" href="#rfc.xref.RFC2616.13">3.2.2.5</a></li>
1627                        <li class="indline1"><em>Section 5.1.1</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.RFC2616.9">3.2.2.5</a></li>
1628                        <li class="indline1"><em>Section 10.33</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.RFC2616.19">3.6</a></li>
1629                        <li class="indline1"><em>Section 10.34</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.RFC2616.20">3.6</a></li>
1630                        <li class="indline1"><em>Section 13.5.1</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.RFC2616.7">1.2</a></li>
1631                        <li class="indline1"><em>Section 13.7</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.RFC2616.15">3.2.2.5</a></li>
1632                        <li class="indline1"><em>Section 14.8</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.RFC2616.5">1.2</a></li>
1633                        <li class="indline1"><em>Section 14.9</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.RFC2616.17">3.2.2.5</a></li>
1634                     </ul>
1635                  </li>
1636               </ul>
1637            </li>
1638            <li class="indline0"><a id="rfc.index.S" href="#rfc.index.S"><b>S</b></a><ul class="ind">
1639                  <li class="indline1"><tt>stale</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.s.1"><b>3.2.1</b></a></li>
1640               </ul>
1641            </li>
1642            <li class="indline0"><a id="rfc.index.U" href="#rfc.index.U"><b>U</b></a><ul class="ind">
1643                  <li class="indline1"><tt>URI</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.u.3"><b>3.2.1</b></a></li>
1644                  <li class="indline1"><tt>user-pass</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.u.1"><b>2</b></a></li>
1645                  <li class="indline1"><tt>userid</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.u.2"><b>2</b></a></li>
1646                  <li class="indline1"><tt>username</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.u.4"><b>3.2.2</b></a></li>
1647                  <li class="indline1"><tt>username-value</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.u.5"><b>3.2.2</b></a></li>
1648               </ul>
1649            </li>
1650            <li class="indline0"><a id="rfc.index.W" href="#rfc.index.W"><b>W</b></a><ul class="ind">
1651                  <li class="indline1">WWW-Authenticate header&nbsp;&nbsp;<a class="iref" href="#rfc.iref.w.1"><b>3.2.1</b></a></li>
1652               </ul>
1653            </li>
1654         </ul>
1655      </div>
1656   </body>
1657</html>
Note: See TracBrowser for help on using the repository browser.