<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 <code>NULL</code> to disable proxy<br>
authentication.<br> A non-<code>NULL</code> value only has an effect<br> if #OP_HTTP_PROXY_HOST and #OP_HTTP_PROXY_PASS<br>
are also specified with non-<code>NULL</code><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've got "<font face="courier new,monospace"><font size="1">_host</font></font>" instead of "<font face="courier new,monospace"><font size="1">_user</font></font>" in the definition for the macro for "<font face="courier new,monospace"><font size="1">OP_HTTP_PROXY_USER</font></font>"<br>
</div>