Changeset 2045 for draft-ietf-httpbis/latest/p7-auth.html
- Timestamp:
- 08/12/12 17:47:57 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p7-auth.html
r2035 r2045 449 449 } 450 450 @bottom-center { 451 content: "Expires June 1 0, 2013";451 content: "Expires June 11, 2013"; 452 452 } 453 453 @bottom-right { … … 489 489 <meta name="dct.creator" content="Reschke, J. F."> 490 490 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p7-auth-latest"> 491 <meta name="dct.issued" scheme="ISO8601" content="2012-12-0 7">491 <meta name="dct.issued" scheme="ISO8601" content="2012-12-08"> 492 492 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 493 493 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information systems. This document defines the HTTP Authentication framework."> … … 517 517 <tr> 518 518 <td class="left">Intended status: Standards Track</td> 519 <td class="right">December 7, 2012</td>519 <td class="right">December 8, 2012</td> 520 520 </tr> 521 521 <tr> 522 <td class="left">Expires: June 1 0, 2013</td>522 <td class="left">Expires: June 11, 2013</td> 523 523 <td class="right"></td> 524 524 </tr> … … 546 546 in progress”. 547 547 </p> 548 <p>This Internet-Draft will expire on June 1 0, 2013.</p>548 <p>This Internet-Draft will expire on June 11, 2013.</p> 549 549 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 550 550 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1069 1069 <div id="rfc.figure.u.10"></div> <pre class="inline"><a href="#header.authorization" class="smpl">Authorization</a> = credentials 1070 1070 1071 <a href="#imported.abnf" class="smpl">BWS</a> = <BWS, defined in [Part1], Section 3.2. 1>1072 1073 <a href="#imported.abnf" class="smpl">OWS</a> = <OWS, defined in [Part1], Section 3.2. 1>1071 <a href="#imported.abnf" class="smpl">BWS</a> = <BWS, defined in [Part1], Section 3.2.3> 1072 1073 <a href="#imported.abnf" class="smpl">OWS</a> = <OWS, defined in [Part1], Section 3.2.3> 1074 1074 1075 1075 <a href="#header.proxy-authenticate" class="smpl">Proxy-Authenticate</a> = *( "," OWS ) challenge *( OWS "," [ OWS … … 1088 1088 *( OWS "," [ OWS auth-param ] ) ] ) ] 1089 1089 1090 <a href="#imported.abnf" class="smpl">quoted-string</a> = <quoted-string, defined in [Part1], Section 3.2. 4>1091 1092 <a href="#imported.abnf" class="smpl">token</a> = <token, defined in [Part1], Section 3.2. 4>1090 <a href="#imported.abnf" class="smpl">quoted-string</a> = <quoted-string, defined in [Part1], Section 3.2.6> 1091 1092 <a href="#imported.abnf" class="smpl">token</a> = <token, defined in [Part1], Section 3.2.6> 1093 1093 <a href="#challenge.and.response" class="smpl">token68</a> = 1*( ALPHA / DIGIT / "-" / "." / "_" / "~" / "+" / "/" ) 1094 1094 *"="
Note: See TracChangeset
for help on using the changeset viewer.