Re: curl on aspx with https
David Colter <[email protected]>
| Newsgroups | gmane.comp.web.curl.php |
|---|---|
| Message-ID | <[email protected]> |
Sony,
I am trying to run on my
local machine and run succesfuly (can logged in succesfuly), but then
I upload to GoDaddy
I have had many difficulties with 'followlocation' on a hosted site. There are settings in php.ini that prevent a script from following.
You might also use verbose to help find where the process is hanging.
$fp = fopen ( $verbose_file, 'w+' ); // with permission 666
curl_setopt ( $curl, curlopt_verbose, true );
curl_setopt ( $curl, curlopt_stderr, $fp );
David
Sent from my iPhone 3G
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php