Changeset 1007 for draft-ietf-httpbis
- Timestamp:
- 14/09/10 16:54:43 (12 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p7-auth.html
r1006 r1007 632 632 realm-value = quoted-string 633 633 </pre><p id="rfc.section.2.p.8">The realm directive (case-insensitive) is required for all authentication schemes that issue a challenge. The realm value 634 (case-sensitive), in combination with the canonical root UR L (the scheme and authority components of the effective request634 (case-sensitive), in combination with the canonical root URI (the scheme and authority components of the effective request 635 635 URI; see <a href="p1-messaging.html#effective.request.uri" title="Effective Request URI">Section 4.3</a> of <a href="#Part1" id="rfc.xref.Part1.6"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>) of the server being accessed, defines the protection space. These realms allow the protected resources on a server to be 636 636 partitioned into a set of protection spaces, each with its own authentication scheme and/or authorization database. The realm -
draft-ietf-httpbis/latest/p7-auth.xml
r1006 r1007 332 332 The realm directive (case-insensitive) is required for all 333 333 authentication schemes that issue a challenge. The realm value 334 (case-sensitive), in combination with the canonical root URL ( 335 the scheme and authority components of the effective request URI; see <xref target="Part1" x:fmt="of" x:rel="#effective.request.uri"/>) of the server being accessed, defines the protection space. 334 (case-sensitive), in combination with the canonical root URI 335 (the scheme and authority components of the effective request URI; see 336 <xref target="Part1" x:fmt="of" x:rel="#effective.request.uri"/>) of the server being accessed, defines the protection space. 336 337 These realms allow the protected resources on a server to be 337 338 partitioned into a set of protection spaces, each with its own
Note: See TracChangeset
for help on using the changeset viewer.