On 8/06/2012 3:32 a.m., Muhammad Yousuf Khan wrote:
i am receiving this error via firfox but working good in explorer. this is what i am getting in access.log. TCP_DENIED/400 2022 GET NONE:// - NONE/- text/html and this is the exact error that i am getting on firefox. ERROR The requested URL could not be retrieved Invalid Request error was encountered while trying to process the request: GET / HTTP/1.1 Host: www.google.com.pk X-VMN-URL: http://partner37.mydomainadvisor.com/search.php?pr=blekko&id=blekkotb_031_tb&v=1_0_1_34&ent=antiphishing_dn&q=www.google.com.pk
This looks like you are sending port 80 traffic to a forward proxy listening port. Client->proxy traffic in HTTP has a very different syntax to client->server traffic. The way Squid identifies how to handle the traffic is by the traffic "mode" flag you set on the http_port.
Amos