Changeset 750 for draft-ietf-httpbis/latest/p7-auth.html
- Timestamp:
- 27/01/10 21:42:16 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p7-auth.html
r746 r750 394 394 <meta name="DC.Creator" content="Reschke, J. F."> 395 395 <meta name="DC.Identifier" content="urn:ietf:id:draft-ietf-httpbis-p7-auth-latest"> 396 <meta name="DC.Date.Issued" scheme="ISO8601" content="2010-01- 17">396 <meta name="DC.Date.Issued" scheme="ISO8601" content="2010-01-27"> 397 397 <meta name="DC.Relation.Replaces" content="urn:ietf:rfc:2616"> 398 398 <meta name="DC.Description.Abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information systems. HTTP has been in use by the World Wide Web global information initiative since 1990. This document is Part 7 of the seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 7 defines HTTP Authentication."> … … 425 425 </tr> 426 426 <tr> 427 <td class="left">Expires: July 21, 2010</td>427 <td class="left">Expires: July 31, 2010</td> 428 428 <td class="right">HP</td> 429 429 </tr> … … 478 478 <tr> 479 479 <td class="left"></td> 480 <td class="right">January 17, 2010</td>480 <td class="right">January 27, 2010</td> 481 481 </tr> 482 482 </tbody> … … 508 508 <p>The list of Internet-Draft Shadow Directories can be accessed at <<a href="http://www.ietf.org/shadow.html">http://www.ietf.org/shadow.html</a>>. 509 509 </p> 510 <p>This Internet-Draft will expire in July 21, 2010.</p>510 <p>This Internet-Draft will expire in July 31, 2010.</p> 511 511 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 512 512 <p>Copyright © 2010 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 633 633 <div id="rfc.iref.h.1"></div> 634 634 <h2 id="rfc.section.3.1"><a href="#rfc.section.3.1">3.1</a> <a id="header.authorization" href="#header.authorization">Authorization</a></h2> 635 <p id="rfc.section.3.1.p.1">The "Authorization" request-header field allows a user agent to authenticate itself with a server -- usually, but not necessar y,635 <p id="rfc.section.3.1.p.1">The "Authorization" request-header field allows a user agent to authenticate itself with a server -- usually, but not necessarily, 636 636 after receiving a 401 (Unauthorized) response. Its value consists of credentials containing information of the user agent 637 637 for the realm of the resource being requested.
Note: See TracChangeset
for help on using the changeset viewer.