samjsharples Posted September 10, 2014 Share Posted September 10, 2014 Hi guys I'll try keep this simple I have been given access to a betting xml feed which requires my IP to be whitelisted. I have whitelisted my home IP and it works fine. I have whitelisted an IP on server 1 (linux, cpanel), this works fine I have whitelisted an IP on server 2 (linux, cpanel), this doesn't work and I get: "simplexml_load_file failed to open stream: http request failed!" The IP is definitely whitelisted but I think it is something to do with the server. What could be blocking this? allow_url_fopen and allow_url_include are both on by the way Many thanks Sam Quote Link to comment https://forums.phpfreaks.com/topic/290967-server-cant-connect-to-specific-xml/ Share on other sites More sharing options...
jazzman1 Posted September 10, 2014 Share Posted September 10, 2014 Most likely the port is blocked. What port are you using to get that data? 80? Do nmap -PN ip_server_2 and post out the result. Quote Link to comment https://forums.phpfreaks.com/topic/290967-server-cant-connect-to-specific-xml/#findComment-1490571 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.