Changeset 2500 for draft-ietf-httpbis/latest/p7-auth.html
- Timestamp:
- 18/11/13 21:32:31 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p7-auth.html
r2495 r2500 445 445 } 446 446 @bottom-center { 447 content: "Expires May 19, 2014";447 content: "Expires May 22, 2014"; 448 448 } 449 449 @bottom-right { … … 480 480 <link rel="Appendix" title="D Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.D"> 481 481 <link href="p6-cache.html" rel="prev"> 482 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.60 7, 2013/10/15 13:23:22, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">482 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.608, 2013/11/05 01:54:09, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 483 483 <link rel="schema.dct" href="http://purl.org/dc/terms/"> 484 484 <meta name="dct.creator" content="Fielding, R."> 485 485 <meta name="dct.creator" content="Reschke, J. F."> 486 486 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p7-auth-latest"> 487 <meta name="dct.issued" scheme="ISO8601" content="2013-11-1 5">487 <meta name="dct.issued" scheme="ISO8601" content="2013-11-18"> 488 488 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 489 489 <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."> … … 513 513 <tr> 514 514 <td class="left">Intended status: Standards Track</td> 515 <td class="right">November 1 5, 2013</td>515 <td class="right">November 18, 2013</td> 516 516 </tr> 517 517 <tr> 518 <td class="left">Expires: May 19, 2014</td>518 <td class="left">Expires: May 22, 2014</td> 519 519 <td class="right"></td> 520 520 </tr> … … 543 543 in progress”. 544 544 </p> 545 <p>This Internet-Draft will expire on May 19, 2014.</p>545 <p>This Internet-Draft will expire on May 22, 2014.</p> 546 546 </div> 547 547 <div id="rfc.copyrightnotice"> … … 762 762 its request to the responding proxy. If that recipient is also a proxy, it will generally consume the Proxy-Authenticate header 763 763 field (and generate an appropriate <a href="#header.proxy-authorization" class="smpl">Proxy-Authorization</a> in a subsequent request) rather than forward the header field to its own outbound clients. However, if a recipient proxy needs 764 to obtain its own credentials by requesting them from a further outbound client, it will generate its own 407 response, which765 might have the appearance of forwarding the Proxy-Authenticate header field if both proxies use the same challenge set.764 to obtain its own credentials by requesting them from a further outbound client, it will generate its own 407 response, and 765 this might have the appearance of forwarding the Proxy-Authenticate header field if both proxies use the same challenge set. 766 766 </p> 767 767 <p id="rfc.section.4.2.p.4">Note that the parsing considerations for <a href="#header.www-authenticate" class="smpl">WWW-Authenticate</a> apply to this header field as well; see <a href="#header.www-authenticate" id="rfc.xref.header.www-authenticate.2" title="WWW-Authenticate">Section 4.4</a> for details. … … 1165 1165 <div id="changes.since.25"> 1166 1166 <h2 id="rfc.section.D.2"><a href="#rfc.section.D.2">D.2</a> <a href="#changes.since.25">Since draft-ietf-httpbis-p7-auth-25</a></h2> 1167 <p id="rfc.section.D.2.p.1">None yet.</p> 1167 <p id="rfc.section.D.2.p.1">Closed issues: </p> 1168 <ul> 1169 <li><<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/522">http://tools.ietf.org/wg/httpbis/trac/ticket/522</a>>: "Gen-art review of draft-ietf-httpbis-p7-auth-25" 1170 </li> 1171 </ul> 1168 1172 </div> 1169 1173 </div>
Note: See TracChangeset
for help on using the changeset viewer.