Changeset 427 for draft-ietf-httpbis/latest/p7-auth.html
- Timestamp:
- 22/11/08 18:21:16 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p7-auth.html
r425 r427 471 471 <tr> 472 472 <td class="header left"></td> 473 <td class="header right">November 2 1, 2008</td>473 <td class="header right">November 22, 2008</td> 474 474 </tr> 475 475 </table> … … 811 811 <h2 id="rfc.section.A.1"><a href="#rfc.section.A.1">A.1</a> <a id="changes.from.rfc.2616" href="#changes.from.rfc.2616">Changes from RFC 2616</a></h2> 812 812 <h1 id="rfc.section.B"><a href="#rfc.section.B">B.</a> <a id="collected.abnf" href="#collected.abnf">Collected ABNF</a></h1> 813 <div id="rfc.figure.u.7"></div> <pre class="inline">Authorization = "Authorization:" OWS Authorization-v 814 Authorization-v = credentials 815 OWS = <OWS, defined in [Part1], Section 1.2.2> 816 Proxy-Authenticate = "Proxy-Authenticate:" OWS Proxy-Authenticate-v 817 Proxy-Authenticate-v = *( "," OWS ) challenge *( OWS "," [ OWS 813 <div id="rfc.figure.u.7"></div> <pre class="inline"><a href="#header.authorization" class="smpl">Authorization</a> = "Authorization:" OWS Authorization-v 814 <a href="#header.authorization" class="smpl">Authorization-v</a> = credentials 815 816 <a href="#core.rules" class="smpl">OWS</a> = <OWS, defined in [Part1], Section 1.2.2> 817 818 <a href="#header.proxy-authenticate" class="smpl">Proxy-Authenticate</a> = "Proxy-Authenticate:" OWS Proxy-Authenticate-v 819 <a href="#header.proxy-authenticate" class="smpl">Proxy-Authenticate-v</a> = *( "," OWS ) challenge *( OWS "," [ OWS 818 820 challenge ] ) 819 Proxy-Authorization= "Proxy-Authorization:" OWS821 <a href="#header.proxy-authorization" class="smpl">Proxy-Authorization</a> = "Proxy-Authorization:" OWS 820 822 Proxy-Authorization-v 821 Proxy-Authorization-v = credentials 822 WWW-Authenticate = "WWW-Authenticate:" OWS WWW-Authenticate-v 823 WWW-Authenticate-v = *( "," OWS ) challenge *( OWS "," [ OWS 823 <a href="#header.proxy-authorization" class="smpl">Proxy-Authorization-v</a> = credentials 824 825 <a href="#header.www-authenticate" class="smpl">WWW-Authenticate</a> = "WWW-Authenticate:" OWS WWW-Authenticate-v 826 <a href="#header.www-authenticate" class="smpl">WWW-Authenticate-v</a> = *( "," OWS ) challenge *( OWS "," [ OWS 824 827 challenge ] ) 825 challenge = <challenge, defined in [RFC2617], Section 1.2> 826 credentials = <credentials, defined in [RFC2617], Section 1.2> 828 <a href="#abnf.dependencies" class="smpl">challenge</a> = <challenge, defined in [RFC2617], Section 1.2> 829 <a href="#abnf.dependencies" class="smpl">credentials</a> = <credentials, defined in [RFC2617], Section 1.2> 830 827 831 ; Authorization defined but not used 828 832 ; Proxy-Authenticate defined but not used 829 833 ; Proxy-Authorization defined but not used 830 834 ; WWW-Authenticate defined but not used 835 836 831 837 </pre> <h1 id="rfc.section.C"><a href="#rfc.section.C">C.</a> <a id="change.log" href="#change.log">Change Log (to be removed by RFC Editor before publication)</a></h1> 832 838 <h2 id="rfc.section.C.1"><a href="#rfc.section.C.1">C.1</a> Since RFC2616
Note: See TracChangeset
for help on using the changeset viewer.