我试图获得一些网站的网站速度,但我只能阅读' 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);
但是对于文件css或js,它给出了404
使用一些免费的代理服务器