在我看來,該飼料不允許你抓住它。
463 Restricted Client: This resource is not available for access by your client software. This request has been blocked. Please retry your request from a different client.
DOSarrest Internet Security is a cloud based fully managed DDoS protection service. This request has been blocked by DOSarrest due to the above violation. If you believe you are getting blocked in error please contact the administrator of scripts.local to resolve this issue.
您可以嘗試使用捲曲代替的file_get_contents
<?php
$ch = curl_init("http://alwatan.kuwait.tt/rss.ashx");
curl_setopt($ch, CURLOPT_HEADER, 1);
curl_setopt($ch, CURLOPT_REFERER, "http://www.example.org/yay.htm");
curl_setopt($ch, CURLOPT_USERAGENT, "spider");
curl_exec($ch);
curl_close($ch);
?>
由於阿齊茲提到的,如果你設置了代理和參照對象,就可以得到通過進行測試。
該頁面可能是檢查機器人。嘗試使用curl +頭和用戶代理頭。 http://stackoverflow.com/a/2570832/1935500 –