Tagged Questions

0
votes
2answers
587 views

Problem getting response from server using cURL, file_get_contents, etc

I am trying to get the response from a server, which is now not giving any response. I tried file_get_contents(), cURL, and tried getting the headers, but apparently the server is not responding. ...