<div dir="ltr">oops:<br><br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote"><font face="courier new,monospace"><font size="1">/**Use the given user name for authentication when proxying connections.<br>
   All proxy parameters are ignored for non-http and non-https URLs.<br>   \param _user const char *: The proxy server user name.<br>                              This may be &lt;code&gt;NULL&lt;/code&gt; to disable proxy<br>
                               authentication.<br>                              A non-&lt;code&gt;NULL&lt;/code&gt; value only has an effect<br>                               if #OP_HTTP_PROXY_HOST and #OP_HTTP_PROXY_PASS<br>
                               are also specified with non-&lt;code&gt;NULL&lt;/code&gt;<br>                               arguments.<br>   \hideinitializer*/<br>#define OP_HTTP_PROXY_USER(_user) \<br> OP_URL_OPT(OP_HTTP_PROXY_USER_REQUEST),OP_CHECK_CONST_CHAR_PTR(_host)<br>
</font></font><br></blockquote>You&#39;ve got &quot;<font face="courier new,monospace"><font size="1">_host</font></font>&quot; instead of &quot;<font face="courier new,monospace"><font size="1">_user</font></font>&quot; in the definition for the macro for &quot;<font face="courier new,monospace"><font size="1">OP_HTTP_PROXY_USER</font></font>&quot;<br>
</div>