Changeset 1833 for draft-ietf-httpbis/latest/p1-messaging.xml
- Timestamp:
- 20/08/12 00:10:23 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r1832 r1833 2145 2145 <xref target="Part2"/>, and a target resource upon which to apply those 2146 2146 semantics. A URI reference (<xref target="uri"/>) is typically used as 2147 an identifier for the "target resource", which a user agent would resolve 2148 to its absolute form in order to obtain the "target URI". The target URI 2147 an identifier for the "<x:dfn>target resource</x:dfn>", which a user agent 2148 would resolve to its absolute form in order to obtain the 2149 "<x:dfn>target URI</x:dfn>". The target URI 2149 2150 excludes the reference's fragment identifier component, if any, 2150 2151 since fragment identifiers are reserved for client-side processing … … 2246 2247 the next inbound proxy server or directly to the origin server indicated 2247 2248 by the request-target. Requirements on such "forwarding" of messages are 2248 defined in <xref target=" intermediary.forwarding"/>.2249 defined in <xref target="message.forwarding"/>. 2249 2250 </t> 2250 2251 <t> … … 2374 2375 connection context, in order to identify the intended target resource and 2375 2376 properly service the request. The URI derived from this reconstruction 2376 process is referred to as the " effective request URI".2377 process is referred to as the "<x:dfn>effective request URI</x:dfn>". 2377 2378 </t> 2378 2379 <t> … … 2457 2458 </section> 2458 2459 2459 <section title=" Intermediary Forwarding" anchor="intermediary.forwarding">2460 <section title="Message Forwarding" anchor="message.forwarding"> 2460 2461 <t> 2461 2462 As described in <xref target="intermediaries"/>, intermediaries can serve … … 2474 2475 <t> 2475 2476 If a proxy receives a request-target with a host name that is not a 2476 fully qualified domain name, it &MAY; add its domain to the host name2477 fully qualified domain name, it &MAY; add its own domain to the host name 2477 2478 it received when forwarding the request. A proxy &MUST-NOT; change the 2478 2479 host name if it is a fully qualified domain name. 2479 2480 </t> 2480 2481 <t> 2481 A non-transforming proxy &MUST-NOT; rewritethe "path-absolute" and "query"2482 A non-transforming proxy &MUST-NOT; modify the "path-absolute" and "query" 2482 2483 parts of the received request-target when forwarding it to the next inbound 2483 2484 server, except as noted above to replace an empty path with "/" or "*".
Note: See TracChangeset
for help on using the changeset viewer.