Hello, <br><br>With last libcurl.dll version all work good. <br><br><div class="gmail_quote">16 сентября 2010 г. 20:11 пользователь George Herolyants <span dir="ltr">&lt;<a href="mailto:george.herolyants@gmail.com">george.herolyants@gmail.com</a>&gt;</span> написал:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Have you copied this code from your workspace? I&#39;m asking because of this:<br>
&#39;http:\\<a href="http://www.google.com" target="_blank">www.google.com</a>&#39;<br>
while it should be:<br>
&#39;<a href="http://www.google.com" target="_blank">http://www.google.com</a>&#39;<br>
<br>
I&#39;m not at all a network guru, but if I understand correctly in case<br>
you use a proxy it is responsible for the resolving of domain name.<br>
So, if you write url with backslashes instead of forward slashes, your<br>
proxy might not resolve it. But I may be wrong here.<br>
<br>
2010/9/16 Denis Kudriashov &lt;<a href="mailto:dionisiydk@gmail.com">dionisiydk@gmail.com</a>&gt;:<br>
<div><div></div><div class="h5">&gt; Hello<br>
&gt;<br>
&gt; I try CurlPlugin. And I cant set up ntlm proxy authentication<br>
&gt; I do:<br>
&gt;<br>
&gt; с := Curl new.<br>
&gt; c proxy: &#39;<a href="http://172.123.1.1:3212" target="_blank">172.123.1.1:3212</a>&#39;.<br>
&gt; c onProxyAuthNtlm.<br>
&gt; c proxyUserPwd: &#39;domain\user:pass&#39;.<br>
&gt; c getContentUrl: &#39;http:\\<a href="http://www.google.com" target="_blank">www.google.com</a>&#39;.<br>
&gt;<br>
&gt; But it&#39;s raied error: Cant connect server.<br>
&gt;<br>
&gt; Plugin work good when there are no network proxy.<br>
&gt;<br>
&gt; What I do wrong?<br>
&gt;<br>
&gt; Best regards,<br>
&gt; Denis<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
<br>
</div></div></blockquote></div><br>