Changeset 403 for draft-ietf-httpbis/latest/p1-messaging.xml
- Timestamp:
- 15/11/08 20:16:54 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r402 r403 1562 1562 </t> 1563 1563 <t> 1564 If a proxy receives a request without any path in the request-target and 1565 the method specified is capable of supporting the asterisk form of 1566 request-target, then the last proxy on the request chain &MUST; forward the 1567 request with "*" as the final request-target. 1568 </t> 1569 <figure><preamble> 1570 For example, the request 1571 </preamble><artwork type="example"> 1572 OPTIONS http://www.example.org:8001 HTTP/1.1 1573 </artwork></figure> 1574 <figure><preamble> 1575 would be forwarded by the proxy as 1576 </preamble><artwork type="example"> 1577 OPTIONS * HTTP/1.1 1578 Host: www.example.org:8001 1579 </artwork> 1580 <postamble> 1581 after connecting to port 8001 of host "www.example.org". 1582 </postamble> 1583 </figure> 1584 <t> 1564 1585 The request-target is transmitted in the format specified in 1565 1586 <xref target="http.uri"/>. If the request-target is encoded using the … … 4688 4709 </t> 4689 4710 <t> 4711 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/83"/>: 4712 "OPTIONS * and proxies" 4713 </t> 4714 <t> 4690 4715 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/94"/>: 4691 4716 "Reason-Phrase BNF"
Note: See TracChangeset
for help on using the changeset viewer.