I am using file_get_contents in my site xyz.com to get an image in demo.com but it return an error:
Warning: file_get_contents(http://demo.com/wp-content/uploads/2016/11/2-1.jpg): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/xyz.com/public_html/core_functions.php on line 113
That file http://demo.com/wp-content/uploads/2016/11/2-1.jpg is exist. But file_get_contents warning it 404.