cURL / Mailing Lists / curl-users / Single Mail

curl-users

problem with post https

From: mierdatutis mi <mmm286_at_gmail.com>
Date: Mon, 21 Nov 2011 15:34:12 +0100

Hi,
I'm trying to do post in a webpage but doesnt works.
I do:
*curl -o kk https://www.sportstracklive.com/signin *
* % Total % Received % Xferd Average Speed Time Time Time
Current
                                 Dload Upload Total Spent Left
Speed
100 6126 100 6126 0 0 2946 0 0:00:02 0:00:02 --:--:--
25525*
*./formfind < kk*
*--- FORM report. Uses GET to URL "/search"
Input: NAME="what" (TEXT)
Input: NAME="search" VALUE="Search" (SUBMIT)
--- end of FORM
--- FORM report. Uses POST to URL "<form method="post" name="login">"
Input: NAME="userCredentialsForm.userCredentials.email" (TEXT)
Input: NAME="userCredentialsForm.userCredentials.password" (PASSWORD)
Input: NAME="_target1" VALUE="Login" (SUBMIT)
--- end of FORM*
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?
Many thanks and sorry for my english!

-------------------------------------------------------------------
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