Changeset 1343 for draft-ietf-httpbis/latest/p7-auth.xml
- Timestamp:
- 24/07/11 18:27:10 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p7-auth.xml
r1328 r1343 317 317 <x:note> 318 318 <t> 319 <x:h>Note:</x:h> User agents will need to take special care in parsing the WWW-Authenticate320 or Proxy-Authenticate header field value if it contains321 more than one challenge, or if more than one WWW-Authenticate header322 field is provided, since the contents of a challenge can itself323 contain acomma-separated list of authentication parameters.319 <x:h>Note:</x:h> User agents will need to take special care in parsing the 320 WWW-Authenticate and Proxy-Authenticate header field values because they 321 can contain more than one challenge, or if more than one of each is 322 provided, since the contents of a challenge can itself contain a 323 comma-separated list of authentication parameters. 324 324 </t> 325 325 </x:note> 326 326 <x:note> 327 327 <t> 328 329 330 328 <x:h>Note:</x:h> Many browsers fail to parse challenges containing unknown 329 schemes. A workaround for this problem is to list well-supported schemes 330 (such as "basic") first. 331 331 </t> 332 332 </x:note>
Note: See TracChangeset
for help on using the changeset viewer.