我试图获得一些网站的网站速度,但我只能阅读' domain.com''我无法读取像css这样的网站文件,为什么?

时间:2014-11-29 20:15:20

标签: php proxy httpwebrequest http-get

我试图获得一些网站的网站速度,但我只能阅读' domain.com''我无法读取像css,js这样的网站文件......为什么?我使用代理来完成这项工作。

这是php代码:

$options = array(
                    'useragent'      => "Firefox (+http://www.firefox.org)", // who am i
                    'connecttimeout' => 120, // timeout on connect
                    'timeout'          => 120, // timeout on response
                    'redirect'          => 10, // stop after 10 redirects
                    'referer'           => "http://www.google.com",
                    'proxyhost'        =>'85.25.8.14:80'
            );
$response = http_get("http://solve-ict.com/wp-content/themes/ict%20theme/js/jquery-1.7.1.min.js", $options , $info);

但它适用于http://solve-ict.com/

但是对于文件css或js,它给出了404

使用一些免费的代理服务器

0 个答案:

没有答案