cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Sending password and username

From: Alan Wolfe <alan.wolfe_at_gmail.com>
Date: Tue, 3 May 2011 11:06:19 -0700

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 <darekg11_at_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
Received on 2011-05-03