Hi,

Squid rewrites the host header as follows:

   GET http://194.137.237.63/uutiset/ HTTP/1.1\r\n
   Host: www.hs.fi\r\n

->

   GET /uutiset/ HTTP/1.0\r\n
   Host: 194.137.237.63\r\n

Why is that? How to pass on the original Host header in this case?

Thanks,

 - Juha

Reply via email to