cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: problem with post https

From: Dan Fandrich <dan_at_coneharvesters.com>
Date: Mon, 21 Nov 2011 12:09:23 -0800

On Mon, Nov 21, 2011 at 03:34:12PM +0100, mierdatutis mi wrote:
> Then I do:
> curl -d userCredentialsForm.userCredentials.email="example_at_gmail.com" -d
> userCredentialsForm.userCredentials.password="PASSSWD" https://
> www.sportstracklive.com/login/ > KK
>
> But doesnt works, when I see the file it seems that I'm not logged in.
> Any help please?

There are a number of things that could be going wrong; lack
of cookies is pretty high on the list. Try that, at compare
the requests sent by curl to those sent by a browser. And read
http://curl.haxx.se/docs/httpscripting.html for further help.

>>> Dan
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2011-11-21