cURL working on localhost but not on live website
Posted
by
randyttp
on Stack Overflow
See other posts from Stack Overflow
or by randyttp
Published on 2012-08-31T03:35:48Z
Indexed on
2012/08/31
3:38 UTC
Read the original article
Hit count: 88
curl
I have a small piece of script to grab images from a different website, works perfectly in localhost but does not work on on the live website.
According to the phpinfo() on the site CURL is enabled.
I can't post the script as its sensitive - But off the top of your head what things should I check for to solve this issue? Why would CURL work on localhost and other hosts, but not with others that also have CURL supposedly enabled?
© Stack Overflow or respective owner