Hi,

I have 2 proxy servers : one for internet and one for intranet

i use those lines in squid.conf :

cache_peer 192.168.0.18 parent 80 0 no-query default
acl intranet dstdomain .ups-scs.com
cache_peer_access 192.168.0.18 allow intranet

cache_peer main.proxy parent 8080 0 no-query default
cache_peer_access main.proxy deny intranet

It works for most of my itranet sites

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?

So url cannot be retrieve.......

Please Someone have a solution?

Regards.....

Christophe


Reply via email to