I tried looking at this today but when I do the tests the request sent to the origin server does *not* have a host name in the GET line.
However, there does seem to be something funky about how it's stored in the cache which (I think) makes it appear as if the URL has the host in it. I need to investigate a bit more but it's plausible the problem is the m_target_in_url is set incorrectly as others have noted.> > GET http://<remapped_domain><URI> HTTP/1.1 > ... > Host: <original_domain> > ...
