You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For those who need to make Mautic API calls behind a proxy server, here is a code update for the AbstractAuth class.
This simply adds support for the Curl CURLOPT_PROXY option.
Hi,
For those who need to make Mautic API calls behind a proxy server, here is a code update for the AbstractAuth class.
This simply adds support for the Curl CURLOPT_PROXY option.
(see mautic.zip)
Usage :
$initAuth = new ApiAuth();
$auth = $initAuth->newAuth($settings);
$auth->setCurlProxyUrl("https://myproxy.net:8888");
+++
Benoit
The text was updated successfully, but these errors were encountered: