On Wed, 12 Oct 2011 10:43:51 -0600
Leif Hedstrom <zw...@apache.org> wrote:

> The thing is that we only keep one copy of the client request, and it 
> gets modified. For a reverse proxy, that typically happens in the remap 
> phase, and for that reason, we have a hook named TS_HTTP_PRE_REMAP_HOOK. 
> Just for shit and giggles, what behaviour do you get if you use this 
> hook to read the request header?

The Host: header is indeed as sent by the Client.

The Request line isn't.
  GET /path/
has become
  GET http:///path/
(yep, three consecutive slashes)

-- 
Nick Kew

Reply via email to