Changeset 2457
- Timestamp:
- 31/10/13 15:09:33 (9 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p7-auth.html
r2455 r2457 707 707 <p id="rfc.section.2.2.p.3">The protection space determines the domain over which credentials can be automatically applied. If a prior request has been 708 708 authorized, the user agent <em class="bcp14">MAY</em> reuse the same credentials for all other requests within that protection space for a period of time determined by the authentication 709 scheme, parameters, and/or user preference . Unless specifically allowed by the authentication scheme, a single protection710 space cannot extend outside the scope of its server.709 scheme, parameters, and/or user preferences (such as a configurable inactivity timeout). Unless specifically allowed by the 710 authentication scheme, a single protection space cannot extend outside the scope of its server. 711 711 </p> 712 712 <p id="rfc.section.2.2.p.4">For historical reasons, a sender <em class="bcp14">MUST</em> only generate the quoted-string syntax. Recipients might have to support both token and quoted-string syntax for maximum interoperability -
draft-ietf-httpbis/latest/p7-auth.xml
r2455 r2457 292 292 be automatically applied. If a prior request has been authorized, the 293 293 user agent &MAY; reuse the same credentials for all other requests within 294 that protection space for a period of time determined by the 295 authentication scheme, parameters, and/or user preference. Unless 296 specifically allowed by the authentication scheme, a single protection 297 space cannot extend outside the scope of its server. 294 that protection space for a period of time determined by the authentication 295 scheme, parameters, and/or user preferences (such as a configurable 296 inactivity timeout). Unless specifically allowed by the authentication 297 scheme, a single protection space cannot extend outside the scope of its 298 server. 298 299 </t> 299 300 <t>
Note: See TracChangeset
for help on using the changeset viewer.