Hello<br><br>I try CurlPlugin. And I cant set up ntlm proxy authentication<br>I do:<br><br>с := Curl new.<br>c proxy: &#39;<a href="http://172.123.1.1:3212/" target="_blank">172.123.1.1:3212</a>&#39;.<br>
c onProxyAuthNtlm.<br>c proxyUserPwd: &#39;domain\user:pass&#39;.<br>c getContentUrl: &#39;http:\\<a href="http://www.google.com/" target="_blank">www.google.com</a>&#39;.<br><br>But it&#39;s raied error: Cant connect server.<br>

<br>Plugin work good when there are no network proxy.<br><br>What I do wrong?<br><br>Best regards,<br>Denis<br>