I am scraping http://www.beautyinzone.net/.
I am using simple file_get_contents()
to load this URL.
Its working perfectly on my localhost. But it does not work when I upload on my live server.
Warning: file_get_contents(http://www.beautyinzone.net/): failed to open stream: Connection timed out in script.php on line 36 page
If I open some other URL it works fine.
URL
I have tried with cURL as well but that shows empty page, returns nothing.
One thought came in my mind that maybe I am blocked, but it should not be like that that said website using my servers.
What possible issue can be preventing me loading that URL?