cURL / Mailing Lists / curl-users / Single Mail

curl-users

help with curl and https...

From: Screaming Eagle <tekion+curl_at_gmail.com>
Date: Tue, 27 Feb 2007 20:46:07 -0500

All,
with the help of live http header, I found an a hidden type for form, I've
updated curl synthax to:

this is what I have so far:
curl -v --cookie-jar cookie --cookie cookie -A \
"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:
1.8.0.10) Gecko/20070216 Firefox/1.5.0.10" \
-k -d "username=someone&password=bangbang&login-type=pwd"
https://somesecuresite.com

Yet, it is not working. Does any one have any idea? Does the synthax seems
right? By the way, this is a webseal server; I am not sure if curl is even
going to work with it.

Thanks.
Received on 2007-02-28