Amos, Do you have any other ideas on why this site would "break" using Squid? Thanks, Josh Baird, Josh wrote: > Hi, > > I have a Squid 2.6STABLE-21 (EL5) forward proxy that is having problems > with one site: > > http://gw.vtrenz.net/?DPO95NI5KU > > It looks like Squid is dropping the text in the URL after the "?," > causing the remote website to return the incorrect data: > > 1278944523.919 1223 172.26.103.175 TCP_MISS/500 1723 GET > http://gw.vtrenz.net/? - DIRECT/74.112.68.36 text/html > > Is this normal for access_log's to drop variables like this, or is Squid > really requesting the URL without the additional text after the "?"? Is > anyone else able to reproduce this? >> Squid does not normally log the query string. It can be many KB long. >> It still gets passed along in the transaction though. >> Configure: strip_query_terms off >> Amos