Changeset 697 for draft-ietf-httpbis/latest/p7-auth.xml
- Timestamp:
- 25/09/09 14:43:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p7-auth.xml
r689 r697 342 342 <x:anchor-alias value="Authorization-v"/> 343 343 <t> 344 345 346 so by including an Authorizationrequest-header field with the347 request. The field "Authorization"consists of credentials348 349 344 A user agent that wishes to authenticate itself with a server-- 345 usually, but not necessarily, after receiving a 401 response--does 346 so by including an "Authorization" request-header field with the 347 request. The field value consists of credentials 348 containing the authentication information of the user agent for 349 the realm of the resource being requested. 350 350 </t> 351 351 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Authorization"/><iref primary="true" item="Grammar" subitem="Authorization-v"/> … … 399 399 <x:anchor-alias value="Proxy-Authenticate-v"/> 400 400 <t> 401 The response-header field "Proxy-Authenticate"&MUST; be included as part401 The "Proxy-Authenticate" response-header field &MUST; be included as part 402 402 of a 407 (Proxy Authentication Required) response. The field value 403 403 consists of a challenge that indicates the authentication scheme and … … 427 427 <x:anchor-alias value="Proxy-Authorization-v"/> 428 428 <t> 429 The request-header field "Proxy-Authorization"allows the client to429 The "Proxy-Authorization" request-header field allows the client to 430 430 identify itself (or its user) to a proxy which requires 431 431 authentication. The Proxy-Authorization field value consists of … … 458 458 <x:anchor-alias value="WWW-Authenticate-v"/> 459 459 <t> 460 The WWW-Authenticateresponse-header field &MUST; be included in 401460 The "WWW-Authenticate" response-header field &MUST; be included in 401 461 461 (Unauthorized) response messages. The field value consists of at 462 462 least one challenge that indicates the authentication scheme(s) and
Note: See TracChangeset
for help on using the changeset viewer.