You likely need to set the username and password option to ":" in
order to make this work. For example:

static const char* empty_user_password = ":";
curl_easy_setopt( easy_handle, CURLOPT_USERPWD , empty_user_password );

-Joel
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to