On Wed, 24 Mar 2004, totoph wrote: > Now my issue is when i want to send php request through the intranet proxy > the url is truncated as this : > > Basic url http://inside.ups-scs.com/users.php?uid=8956 > Truncated url http://inside.ups-scs.com/users.php?
Squid does not truncate URLs like this, however due to security implications the query string (after the ?) is not logged in access.log by default. See squid.conf if you want to change this. Regards Henrik
