Changeset 2211 for draft-ietf-httpbis/latest/p7-auth.xml
- Timestamp:
- 19/03/13 15:16:02 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p7-auth.xml
r2206 r2211 120 120 <t> 121 121 HTTP provides several &OPTIONAL; challenge-response authentication 122 mechanisms that can be used by a server to challenge a client request and122 schemes that can be used by a server to challenge a client request and 123 123 by a client to provide authentication information. The "basic" and "digest" 124 124 authentication schemes continue to be specified in … … 158 158 <x:anchor-alias value="credentials"/> 159 159 <t> 160 HTTP provides a simple challenge-response authentication mechanism160 HTTP provides a simple challenge-response authentication framework 161 161 that can be used by a server to challenge a client request and by a 162 162 client to provide authentication information. It uses an extensible, … … 261 261 <t> 262 262 The HTTP protocol does not restrict applications to this simple 263 challenge-response mechanismfor access authentication. Additional263 challenge-response framework for access authentication. Additional 264 264 mechanisms &MAY; be used, such as encryption at the transport level or 265 265 via message encapsulation, and with additional header fields … … 1166 1166 "explain list expansion in ABNF appendices" 1167 1167 </t> 1168 <t> 1169 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/439"/>: 1170 "terminology: mechanism vs framework vs scheme" 1171 </t> 1168 1172 </list> 1169 1173 </t>
Note: See TracChangeset
for help on using the changeset viewer.