Changeset 2572
- Timestamp:
- 23/01/14 14:54:05 (8 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p7-auth.html
r2571 r2572 627 627 </p> 628 628 <p id="rfc.section.1.p.2">HTTP provides several <em class="bcp14">OPTIONAL</em> challenge-response authentication schemes that can be used by a server to challenge a client request and by a client to provide 629 authentication information. The "basic" and "digest" authentication schemes continue to be specified in<cite title="HTTP Authentication: Basic and Digest Access Authentication" id="rfc.xref.RFC2617.2">RFC 2617</cite>.629 authentication information. See the IANA Authentication Scheme Registry (<a href="#authentication.scheme.registry" title="Authentication Scheme Registry">Section 5.1</a>) for the definitions of the "basic" and "digest" authentication schemes which were defined by <cite title="HTTP Authentication: Basic and Digest Access Authentication" id="rfc.xref.RFC2617.2">RFC 2617</cite>. 630 630 </p> 631 631 <div id="conformance"> -
draft-ietf-httpbis/latest/p7-auth.xml
r2571 r2572 123 123 HTTP provides several &OPTIONAL; challenge-response authentication 124 124 schemes that can be used by a server to challenge a client request and 125 by a client to provide authentication information. The "basic" and "digest" 126 authentication schemes continue to be specified in 127 <xref target="RFC2617" x:fmt="none">RFC 2617</xref>. 125 by a client to provide authentication information. See the IANA 126 Authentication Scheme Registry (<xref target="authentication.scheme.registry"/>) 127 for the definitions of the "basic" and "digest" authentication schemes 128 which were defined by <xref target="RFC2617" x:fmt="none">RFC 2617</xref>. 128 129 </t> 129 130
Note: See TracChangeset
for help on using the changeset viewer.