cURL没有主持托管(公开)

时间:2018-03-27 14:07:59

标签: php curl server

我必须使用命令cURL ....

到达8180端口上的主机http://80.16.95.5:8180/jalbopretorio/AlboPretorio
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$data = curl_exec($ch);

在本地(调试)中,我在不到1秒的时间内得到答案。 在我的托管(aruba和注册)我无法恢复数据。 在此测试:http://www.studiozucchetto.it/opendata/getting_test.php

为什么呢?有些规则阻止您访问该URL /端口

PS。永远在同一个pag。有一个iframe加载所请求的URL的内容......并立即加载。麻将!我不明白

0 个答案:

没有答案