curl-and-php
Re: PHP binary CURL and HTTPS
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 7 Jun 2001 15:45:29 +0200 (MET DST)
Date: Thu, 7 Jun 2001 15:45:29 +0200 (MET DST)
On Thu, 7 Jun 2001, YAHOO!!! wrote:
> I can open http:// sites, I can get page and send forms.
> But I cannot send form into https://
Can you get https:// pages?
> I tried to sent it from binary curl (7.7.3 - file size=>176 128 ) with
> -F and -d keys, but the result is the same.
What does 'curl -V' say? Does it say you have SSL supported?
> <form name="Form" method="post" action="https://secure.server.com/login.asp">
You should use -d on that kind of forms. -F is plain wrong there.
-- Daniel Stenberg -- curl dude -- http://curl.haxx.se/ _______________________________________________ Curl-and-php mailing list Curl-and-php_at_lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/curl-and-phpReceived on 2001-06-07