I want to read a XML file on HTTPS protocol remote address.
Do you know a way of doing that different of CURL.
XML on HTTPS
Moderator: General Moderators
XML on HTTPS
Last edited by dracoola on Thu Dec 09, 2004 5:26 pm, edited 1 time in total.
i tried
$httpsfile = file_get_contents("https://www.bayinet.com.tr/bayi/XML/liste_genel_xml.asp");
but it returns :
Warning: file_get_contents(): Unable to access https://www.bayinet.com.tr/bayi/XML/liste_genel_xml.asp in /home/vivapc/public_html/file.php on line 4
Warning: file_get_contents(https://www.bayinet.com.tr/bayi/XML/liste_genel_xml.asp): failed to open stream: No such file or directory in /home/vivapc/public_html/file.php on line 4
$httpsfile = file_get_contents("https://www.bayinet.com.tr/bayi/XML/liste_genel_xml.asp");
but it returns :
Warning: file_get_contents(): Unable to access https://www.bayinet.com.tr/bayi/XML/liste_genel_xml.asp in /home/vivapc/public_html/file.php on line 4
Warning: file_get_contents(https://www.bayinet.com.tr/bayi/XML/liste_genel_xml.asp): failed to open stream: No such file or directory in /home/vivapc/public_html/file.php on line 4
does file_get_contents() work at all for you?
try fetching http://google.com
if it doesnt work, url wrappers are disabled and you need to talk to your host about that
try fetching http://google.com
if it doesnt work, url wrappers are disabled and you need to talk to your host about that