vote up 0 vote down star

Hi everyone, I need to fetch images for one of my projects via https connection. I use Snoopy PHP class as HTTP server. This class uses cURL program for performing https requests, I mean it calls cURL directly using system() PHP function. The problem is that I get images broken. When I fetch HTML pages through secure connection, everything is OK. Can anyone help me?

Thanks anyone, I solved the problem myself. The solution was to output results to the file, not directly to the console.

flag
2  
What happens when you use curl on the command line to get the item? Does that work? (On a Linux system, I think it's bundled. On a Windows system, you need to use something like cygwin). – Dave Markle Oct 28 at 11:30
1  
What does "broken" mean exactly? – Pekka Oct 28 at 11:31
Thanks anyone, I solved the problem myself. The solution was to output results to the file, not directly to the console. – Vladimir Kadalashvili Oct 28 at 11:50
Please answer your own question and accept it to close this issue/question – Phill Pafford Oct 28 at 13:02

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.