Changeset 1895 for draft-ietf-httpbis/latest/p7-auth.html
- Timestamp:
- 15/09/12 09:36:21 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p7-auth.html
r1894 r1895 781 781 <h1 id="rfc.section.3"><a href="#rfc.section.3">3.</a> <a id="status.code.definitions" href="#status.code.definitions">Status Code Definitions</a></h1> 782 782 <div id="rfc.iref.13"></div> 783 <div id="rfc.iref.s.1"></div>784 783 <h2 id="rfc.section.3.1"><a href="#rfc.section.3.1">3.1</a> <a id="status.401" href="#status.401">401 Unauthorized</a></h2> 785 784 <p id="rfc.section.3.1.p.1">The request requires user authentication. The response <em class="bcp14">MUST</em> include a <a href="#header.www-authenticate" class="smpl">WWW-Authenticate</a> header field (<a href="#header.www-authenticate" id="rfc.xref.header.www-authenticate.1" title="WWW-Authenticate">Section 4.4</a>) containing a challenge applicable to the target resource. The client <em class="bcp14">MAY</em> repeat the request with a suitable <a href="#header.authorization" class="smpl">Authorization</a> header field (<a href="#header.authorization" id="rfc.xref.header.authorization.2" title="Authorization">Section 4.1</a>). If the request already included Authorization credentials, then the 401 response indicates that authorization has been … … 788 787 information. 789 788 </p> 790 <div id="rfc.iref.14"></div> 791 <div id="rfc.iref.s.2"></div> 789 <div id="rfc.iref.13"></div> 792 790 <h2 id="rfc.section.3.2"><a href="#rfc.section.3.2">3.2</a> <a id="status.407" href="#status.407">407 Proxy Authentication Required</a></h2> 793 791 <p id="rfc.section.3.2.p.1">This code is similar to <a href="#status.401" class="smpl">401 (Unauthorized)</a>, but indicates that the client ought to first authenticate itself with the proxy. The proxy <em class="bcp14">MUST</em> return a <a href="#header.proxy-authenticate" class="smpl">Proxy-Authenticate</a> header field (<a href="#header.proxy-authenticate" id="rfc.xref.header.proxy-authenticate.1" title="Proxy-Authenticate">Section 4.2</a>) containing a challenge applicable to the proxy for the target resource. The client <em class="bcp14">MAY</em> repeat the request with a suitable <a href="#header.proxy-authorization" class="smpl">Proxy-Authorization</a> header field (<a href="#header.proxy-authorization" id="rfc.xref.header.proxy-authorization.1" title="Proxy-Authorization">Section 4.3</a>). … … 1139 1137 </ul> 1140 1138 <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1> 1141 <p class="noprint"><a href="#rfc.index.4">4</a> <a href="#rfc.index.A">A</a> <a href="#rfc.index.C">C</a> <a href="#rfc.index.G">G</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.T">T</a> <a href="#rfc.index.W">W</a>1139 <p class="noprint"><a href="#rfc.index.4">4</a> <a href="#rfc.index.A">A</a> <a href="#rfc.index.C">C</a> <a href="#rfc.index.G">G</a> <a href="#rfc.index.P">P</a> <a href="#rfc.index.R">R</a> <a href="#rfc.index.T">T</a> <a href="#rfc.index.W">W</a> 1142 1140 </p> 1143 1141 <div class="print2col"> … … 1145 1143 <li><a id="rfc.index.4" href="#rfc.index.4"><b>4</b></a><ul> 1146 1144 <li>401 Unauthorized (status code) <a href="#rfc.iref.13"><b>3.1</b></a>, <a href="#rfc.xref.status.401.1">5.2</a></li> 1147 <li>407 Proxy Authentication Required (status code) <a href="#rfc.iref.1 4"><b>3.2</b></a>, <a href="#rfc.xref.status.407.1">5.2</a></li>1145 <li>407 Proxy Authentication Required (status code) <a href="#rfc.iref.13"><b>3.2</b></a>, <a href="#rfc.xref.status.407.1">5.2</a></li> 1148 1146 </ul> 1149 1147 </li> … … 1221 1219 </ul> 1222 1220 </li> 1223 <li><a id="rfc.index.S" href="#rfc.index.S"><b>S</b></a><ul>1224 <li>Status Codes 1225 <ul>1226 <li>401 Unauthorized <a href="#rfc.iref.s.1"><b>3.1</b></a>, <a href="#rfc.xref.status.401.1">5.2</a></li>1227 <li>407 Proxy Authentication Required <a href="#rfc.iref.s.2"><b>3.2</b></a>, <a href="#rfc.xref.status.407.1">5.2</a></li>1228 </ul>1229 </li>1230 </ul>1231 </li>1232 1221 <li><a id="rfc.index.T" href="#rfc.index.T"><b>T</b></a><ul> 1233 1222 <li><tt>token68</tt> <a href="#rfc.iref.t.1"><b>2.1</b></a></li>
Note: See TracChangeset
for help on using the changeset viewer.