Essentially you have to look at how the site itself sends the username and password in the http request, and then mimic that http request with libcurl.
libcurl does HTTP but it doesn't parse html or fill out web forms. On Tue, May 3, 2011 at 10:49 AM, darekg11 <darek...@tlen.pl> wrote: > Hi, how can I send password and username to the server? There is one site > with login page with 2 boxes: username and password. How can I send > information there and receive anwser from server? > > ------------------------------------------------------------------- > List admin: http://cool.haxx.se/list/listinfo/curl-library > Etiquette: http://curl.haxx.se/mail/etiquette.html > ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html