On Sep 30, 2007, at 4:05 PM, Nick Kew wrote:

RFC2616 is clear that:
  1.  OPTIONS * is allowed.
  2.  OPTIONS can be proxied.

However, it's not clear that OPTIONS * can be proxied,
given that there's no natural URL representation of it (* != /*).

An absolute http request-URI with no path.

The Co-Advisor suite has a test case to proxy OPTIONS * using:

OPTIONS * HTTP/1.1\r\n
Host: [remote target host]\r\n
\r\n

Completely bogus.

....Roy

Reply via email to