Changeset 700 for draft-ietf-httpbis/latest/p7-auth.html
- Timestamp:
- 26/09/09 15:08:50 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p7-auth.html
r698 r700 543 543 </li> 544 544 <li class="tocline0">4. <a href="#IANA.considerations">IANA Considerations</a><ul class="toc"> 545 <li class="tocline1">4.1 <a href="#message.header.registration">Message Header Registration</a></li> 545 <li class="tocline1">4.1 <a href="#status.code.registration">Status Code Registration</a></li> 546 <li class="tocline1">4.2 <a href="#message.header.registration">Message Header Registration</a></li> 546 547 </ul> 547 548 </li> … … 690 691 </p> 691 692 <h1 id="rfc.section.4"><a href="#rfc.section.4">4.</a> <a id="IANA.considerations" href="#IANA.considerations">IANA Considerations</a></h1> 692 <h2 id="rfc.section.4.1"><a href="#rfc.section.4.1">4.1</a> <a id=" message.header.registration" href="#message.header.registration">Message HeaderRegistration</a></h2>693 <p id="rfc.section.4.1.p.1">The Message Header Registry located at <<a href="http://www.iana.org/assignments/message-headers/message-header-index.html">http://www.iana.org/assignments/message-headers/message-header-index.html</a>> should be updated with the permanent registrations below (see <a href="#RFC3864" id="rfc.xref.RFC3864.1"><cite title="Registration Procedures for Message Header Fields">[RFC3864]</cite></a>):693 <h2 id="rfc.section.4.1"><a href="#rfc.section.4.1">4.1</a> <a id="status.code.registration" href="#status.code.registration">Status Code Registration</a></h2> 694 <p id="rfc.section.4.1.p.1">The HTTP Status Code Registry located at <<a href="http://www.iana.org/assignments/http-status-codes">http://www.iana.org/assignments/http-status-codes</a>> should be updated with the registrations below: 694 695 </p> 695 696 <div id="rfc.table.1"> 697 <div id="iana.status.code.registration.table"></div> 698 <table class="tt full left" cellpadding="3" cellspacing="0"> 699 <thead> 700 <tr> 701 <th>Value</th> 702 <th>Description</th> 703 <th>Reference</th> 704 </tr> 705 </thead> 706 <tbody> 707 <tr> 708 <td>401</td> 709 <td>Unauthorized</td> 710 <td> <a href="#status.401" id="rfc.xref.status.401.1" title="401 Unauthorized">Section 2.1</a> 711 </td> 712 </tr> 713 <tr> 714 <td>407</td> 715 <td>Proxy Authentication Required</td> 716 <td> <a href="#status.407" id="rfc.xref.status.407.1" title="407 Proxy Authentication Required">Section 2.2</a> 717 </td> 718 </tr> 719 </tbody> 720 </table> 721 </div> 722 <h2 id="rfc.section.4.2"><a href="#rfc.section.4.2">4.2</a> <a id="message.header.registration" href="#message.header.registration">Message Header Registration</a></h2> 723 <p id="rfc.section.4.2.p.1">The Message Header Registry located at <<a href="http://www.iana.org/assignments/message-headers/message-header-index.html">http://www.iana.org/assignments/message-headers/message-header-index.html</a>> should be updated with the permanent registrations below (see <a href="#RFC3864" id="rfc.xref.RFC3864.1"><cite title="Registration Procedures for Message Header Fields">[RFC3864]</cite></a>): 724 </p> 725 <div id="rfc.table.2"> 696 726 <div id="iana.header.registration.table"></div> 697 727 <table class="tt full left" cellpadding="3" cellspacing="0"> … … 736 766 </table> 737 767 </div> 738 <p id="rfc.section.4. 1.p.2">The change controller is: "IETF (iesg@ietf.org) - Internet Engineering Task Force".</p>768 <p id="rfc.section.4.2.p.2">The change controller is: "IETF (iesg@ietf.org) - Internet Engineering Task Force".</p> 739 769 <h1 id="rfc.section.5"><a href="#rfc.section.5">5.</a> <a id="security.considerations" href="#security.considerations">Security Considerations</a></h1> 740 770 <p id="rfc.section.5.p.1">This section is meant to inform application developers, information providers, and users of the security limitations in HTTP/1.1 … … 897 927 <p id="rfc.section.C.8.p.1">None.</p> 898 928 <h2 id="rfc.section.C.9"><a href="#rfc.section.C.9">C.9</a> <a id="changes.since.07" href="#changes.since.07">Since draft-ietf-httpbis-p7-auth-07</a></h2> 899 <p id="rfc.section.C.9.p.1">None.</p> 929 <p id="rfc.section.C.9.p.1">Closed issues: </p> 930 <ul> 931 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/198">http://tools.ietf.org/wg/httpbis/trac/ticket/198</a>>: "move IANA registrations for optional status codes" 932 </li> 933 </ul> 900 934 <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1> 901 935 <p class="noprint"><a href="#rfc.index.4">4</a> <a href="#rfc.index.A">A</a> <a href="#rfc.index.G">G</a> <a href="#rfc.index.H">H</a> <a href="#rfc.index.P">P</a> <a href="#rfc.index.R">R</a> <a href="#rfc.index.S">S</a> <a href="#rfc.index.W">W</a> … … 904 938 <ul class="ind"> 905 939 <li class="indline0"><a id="rfc.index.4" href="#rfc.index.4"><b>4</b></a><ul class="ind"> 906 <li class="indline1">401 Unauthorized (status code) <a class="iref" href="#rfc.iref.2"><b>2.1</b></a> </li>907 <li class="indline1">407 Proxy Authentication Required (status code) <a class="iref" href="#rfc.iref.3"><b>2.2</b></a> </li>940 <li class="indline1">401 Unauthorized (status code) <a class="iref" href="#rfc.iref.2"><b>2.1</b></a>, <a class="iref" href="#rfc.xref.status.401.1">4.1</a></li> 941 <li class="indline1">407 Proxy Authentication Required (status code) <a class="iref" href="#rfc.iref.3"><b>2.2</b></a>, <a class="iref" href="#rfc.xref.status.407.1">4.1</a></li> 908 942 </ul> 909 943 </li> 910 944 <li class="indline0"><a id="rfc.index.A" href="#rfc.index.A"><b>A</b></a><ul class="ind"> 911 <li class="indline1">Authorization header <a class="iref" href="#rfc.xref.header.authorization.1">2.1</a>, <a class="iref" href="#rfc.iref.a.1"><b>3.1</b></a>, <a class="iref" href="#rfc.xref.header.authorization.2">4. 1</a></li>945 <li class="indline1">Authorization header <a class="iref" href="#rfc.xref.header.authorization.1">2.1</a>, <a class="iref" href="#rfc.iref.a.1"><b>3.1</b></a>, <a class="iref" href="#rfc.xref.header.authorization.2">4.2</a></li> 912 946 </ul> 913 947 </li> … … 932 966 <li class="indline1">Headers 933 967 <ul class="ind"> 934 <li class="indline1">Authorization <a class="iref" href="#rfc.xref.header.authorization.1">2.1</a>, <a class="iref" href="#rfc.iref.h.1"><b>3.1</b></a>, <a class="iref" href="#rfc.xref.header.authorization.2">4. 1</a></li>935 <li class="indline1">Proxy-Authenticate <a class="iref" href="#rfc.xref.header.proxy-authenticate.1">2.2</a>, <a class="iref" href="#rfc.iref.h.2"><b>3.2</b></a>, <a class="iref" href="#rfc.xref.header.proxy-authenticate.2">4. 1</a></li>936 <li class="indline1">Proxy-Authorization <a class="iref" href="#rfc.xref.header.proxy-authorization.1">2.2</a>, <a class="iref" href="#rfc.iref.h.3"><b>3.3</b></a>, <a class="iref" href="#rfc.xref.header.proxy-authorization.2">4. 1</a></li>937 <li class="indline1">WWW-Authenticate <a class="iref" href="#rfc.xref.header.www-authenticate.1">2.1</a>, <a class="iref" href="#rfc.iref.h.4"><b>3.4</b></a>, <a class="iref" href="#rfc.xref.header.www-authenticate.2">4. 1</a></li>968 <li class="indline1">Authorization <a class="iref" href="#rfc.xref.header.authorization.1">2.1</a>, <a class="iref" href="#rfc.iref.h.1"><b>3.1</b></a>, <a class="iref" href="#rfc.xref.header.authorization.2">4.2</a></li> 969 <li class="indline1">Proxy-Authenticate <a class="iref" href="#rfc.xref.header.proxy-authenticate.1">2.2</a>, <a class="iref" href="#rfc.iref.h.2"><b>3.2</b></a>, <a class="iref" href="#rfc.xref.header.proxy-authenticate.2">4.2</a></li> 970 <li class="indline1">Proxy-Authorization <a class="iref" href="#rfc.xref.header.proxy-authorization.1">2.2</a>, <a class="iref" href="#rfc.iref.h.3"><b>3.3</b></a>, <a class="iref" href="#rfc.xref.header.proxy-authorization.2">4.2</a></li> 971 <li class="indline1">WWW-Authenticate <a class="iref" href="#rfc.xref.header.www-authenticate.1">2.1</a>, <a class="iref" href="#rfc.iref.h.4"><b>3.4</b></a>, <a class="iref" href="#rfc.xref.header.www-authenticate.2">4.2</a></li> 938 972 </ul> 939 973 </li> … … 950 984 </ul> 951 985 </li> 952 <li class="indline1">Proxy-Authenticate header <a class="iref" href="#rfc.xref.header.proxy-authenticate.1">2.2</a>, <a class="iref" href="#rfc.iref.p.1"><b>3.2</b></a>, <a class="iref" href="#rfc.xref.header.proxy-authenticate.2">4. 1</a></li>953 <li class="indline1">Proxy-Authorization header <a class="iref" href="#rfc.xref.header.proxy-authorization.1">2.2</a>, <a class="iref" href="#rfc.iref.p.2"><b>3.3</b></a>, <a class="iref" href="#rfc.xref.header.proxy-authorization.2">4. 1</a></li>986 <li class="indline1">Proxy-Authenticate header <a class="iref" href="#rfc.xref.header.proxy-authenticate.1">2.2</a>, <a class="iref" href="#rfc.iref.p.1"><b>3.2</b></a>, <a class="iref" href="#rfc.xref.header.proxy-authenticate.2">4.2</a></li> 987 <li class="indline1">Proxy-Authorization header <a class="iref" href="#rfc.xref.header.proxy-authorization.1">2.2</a>, <a class="iref" href="#rfc.iref.p.2"><b>3.3</b></a>, <a class="iref" href="#rfc.xref.header.proxy-authorization.2">4.2</a></li> 954 988 </ul> 955 989 </li> … … 961 995 </ul> 962 996 </li> 963 <li class="indline1"><em>RFC3864</em> <a class="iref" href="#rfc.xref.RFC3864.1">4. 1</a>, <a class="iref" href="#RFC3864"><b>7.2</b></a></li>997 <li class="indline1"><em>RFC3864</em> <a class="iref" href="#rfc.xref.RFC3864.1">4.2</a>, <a class="iref" href="#RFC3864"><b>7.2</b></a></li> 964 998 <li class="indline1"><em>RFC5234</em> <a class="iref" href="#rfc.xref.RFC5234.1">1.2</a>, <a class="iref" href="#rfc.xref.RFC5234.2">1.2</a>, <a class="iref" href="#RFC5234"><b>7.1</b></a><ul class="ind"> 965 999 <li class="indline1"><em>Appendix B.1</em> <a class="iref" href="#rfc.xref.RFC5234.2">1.2</a></li> … … 971 1005 <li class="indline1">Status Codes 972 1006 <ul class="ind"> 973 <li class="indline1">401 Unauthorized <a class="iref" href="#rfc.iref.s.1"><b>2.1</b></a> </li>974 <li class="indline1">407 Proxy Authentication Required <a class="iref" href="#rfc.iref.s.2"><b>2.2</b></a> </li>1007 <li class="indline1">401 Unauthorized <a class="iref" href="#rfc.iref.s.1"><b>2.1</b></a>, <a class="iref" href="#rfc.xref.status.401.1">4.1</a></li> 1008 <li class="indline1">407 Proxy Authentication Required <a class="iref" href="#rfc.iref.s.2"><b>2.2</b></a>, <a class="iref" href="#rfc.xref.status.407.1">4.1</a></li> 975 1009 </ul> 976 1010 </li> … … 978 1012 </li> 979 1013 <li class="indline0"><a id="rfc.index.W" href="#rfc.index.W"><b>W</b></a><ul class="ind"> 980 <li class="indline1">WWW-Authenticate header <a class="iref" href="#rfc.xref.header.www-authenticate.1">2.1</a>, <a class="iref" href="#rfc.iref.w.1"><b>3.4</b></a>, <a class="iref" href="#rfc.xref.header.www-authenticate.2">4. 1</a></li>1014 <li class="indline1">WWW-Authenticate header <a class="iref" href="#rfc.xref.header.www-authenticate.1">2.1</a>, <a class="iref" href="#rfc.iref.w.1"><b>3.4</b></a>, <a class="iref" href="#rfc.xref.header.www-authenticate.2">4.2</a></li> 981 1015 </ul> 982 1016 </li>
Note: See TracChangeset
for help on using the changeset viewer.