I have an image on a remote server that I need to download with Curl. Pretty simple stuff. The odd thing is... I can view the image in my browser, but as soon as I attempt to download the image with Curl, instead of getting image data, the server responses back with an 'Error... Unavailable.'
I am already setting the User Agent of my Curl request to something else, so I don't think that's it.
Does anyone have any other ideas on how they could be blocking my Curl request?
I am already setting the User Agent of my Curl request to something else, so I don't think that's it.
Does anyone have any other ideas on how they could be blocking my Curl request?