[ale] Need to "authenticate" from C++

Mike Kachline mkachline at gmail.com
Fri Dec 9 14:57:56 EST 2005


I've not used libwww personally, but it does look like libcurl's
"CURLOPT_USERPWD"  option could meet your needs, if you are willing to move
to libcurl.

man libcurl
man curl_easy_setopt (look for CURLOPT_USERPWD)

   - Mike


On 12/9/05, Jim Lynch <ale_nospam at fayettedigital.com> wrote:
>
> I know how to use libwww to do normal posts and gets and pass parameters
> to web pages, but I now need
> to be able to use C++ to log into a web page that uses the .htaccess
> method of authentication.  Has anyone any
> idea how I'd need to pass the username and password to get authenticated
> or even where to start looking for the
> answer?
>
> Thanks,
> Jim.
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://www.ale.org/mailman/listinfo/ale
>



--
Mike Kachline
mike at kachline.net
http://www.kachline.net/
-------------- next part --------------
An HTML attachment was scrubbed...




More information about the Ale mailing list