how to use proxy settings
-
Is there any way I can set the proxy host and port without having to hard code it into SforceBaseClient.php like this:
$proxy = new ProxySettings();
$proxy->host = ‘<my proxy adres>’;
$proxy->port = <portnumber>;I’m surprised there are no fields for this in the Gravity forms salesforce settings page, but maybe I’m missing something?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘how to use proxy settings’ is closed to new replies.