We have an application running on the intranet that requests a xml feed from the internet. Traffic from the intranet needs to go through a proxy. Preferably, we don't want to programmatically change the client (as it's not our code area). I heard that there might be a way to set up php.ini to let http request go through a proxy.
Does anyone have an idea about this? Or is the only way to programmatically set the proxy? Can I possibly use fopen() with proxy?
Thanks for any help on this
Does anyone have an idea about this? Or is the only way to programmatically set the proxy? Can I possibly use fopen() with proxy?
Thanks for any help on this