Hi Everyone, I am trying to run Squid in my network on a Windows XP machine. Everything is fine when working from localhost; on other localnet machines I cant make a search on google because I consistently get Invalid Request reply from it when I type the search phrase and hit enter. I added: acl our_networks src 192.168.1.0/24 192.168.2.0/24 http_access allow our_networks http_access allow localhost to the default configuration shipped with the package. When I sniffed the packets I saw nothing weirdly different between two scenarios (localhost/localnet). The localhost request: -------- GET http://www.google.com/ HTTP/1.1 Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */* Accept-Language: tr User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; InfoPath.1) Accept-Encoding: gzip, deflate Proxy-Connection: Keep-Alive Host: www.google.com Cookie: PREF=ID=dd606040da0d8736:FF=0:TM=1296985527:LM=1296985527:S=3UKPrP8nnNe2fLU9; NID=43=V-i2VvjJgtzg4gSPwejBGd7y1kf43Cq_6052JRulbB0NJBRCsAB-sOiPPUn1ludDLP-CPoIydDYvb3JqoYE3ppUI3dYGgDu4RwbzqdkAVRuEQ3UNdcAcXnBqkyIzbimF -------- and this works fine. The localnet counterpart: ------- GET /search?hl=tr&source=hp&biw=1276&bih=823&q=eee+ktu&aq=0&aqi=g10&aql=&oq=eee&fp=64d53dfd7a69225a&tch=3&ech=1Ï=6UBOTbHmCtah_Aa2haXRDw12969740590425&wrapid=tlif129697480915821&safe=active HTTP/1.1 Accept: */* Referer: http://www.google.com.tr/ Accept-Language: tr User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.1) Accept-Encoding: gzip, deflate Host: www.google.com.tr Proxy-Connection: Keep-Alive Cookie: PREF=ID=e55815a5fde7b263:FF=0:TM=1296974057:LM=1296974057:S=__U4DZWHfaf-uC87; NID=43=VEShNDQF2oZVRnCZmWKC5abDxOKbSocE1HGT2_UCm3Qw-4VEFWxHpv6k7Qdv_HWIoZQmE-GCfZBdTOJZPSqKzIsLDAhx73PTNbxfESQCiIiJoinpOZY6h4AhkdQtsXAi -------- and I get Invalid Request. I also tired to check documents and disable windows firewall but I couldnt succeed. Have you got any ideas regarding to this problem? Thanks in advance, -- umt