cURL / Mailing Lists / curl-users / Single Mail

curl-users

ITknowledge

From: Patric Sandelin <patric_at_kajen.com>
Date: Tue, 8 Feb 2000 03:05:09 +0100 (CET)

I have tried with everything now, I can't get POST to work at
www.itknowledge.com
I tried:
curl -F "CPUserGroup=" -F "user=mylogin" -F "pwd=mypassword" -D headers2
http://www.itknowledge.com/PSUser/en/acl/psuser_t.htm

It only comes up with an Server Error. So I tried the other way

curl -b headers1 -d 'CPUserGroup=&user=mylogin&pwd=mypassword' -D headers2
http://www.itknowledge.com/PSUser/PSACEX_Auth.htm

I fetched the Cookies from the referer first but still it just sends me to
an error page. Anyone who have a clue?

Thanks,
Patric
Received on 2000-02-08