Is there a config setting to be able to set a proxy in Craft? WordPress has something like this...
define('WP_PROXY_HOST', 'url_here);
define('WP_PROXY_PORT', 'port_here');
I was thinking a config setting like the following would be great...
'setProxy' => array(
'host' => 'url_here',
'port' => 'port_here'
),
Thanks, David