tags:

views:

36

answers:

1

I want to get the content of some site across the proxy using php. Instead of using curl , i want to do proxy authentications at Apacle level. So that there is no need to change the existing code.

Anyidea please ...

A: 

Try mod_proxy

Ollie