我尝试将cURL与PHP一起使用,从归档中的CSS文件中检索CSS http://web.archive.org/web/20160312040057cs_/http://www.peer1.com/sites/all/modules/acro-custom/peer1_ribbonslider/peer1_ribbonslider.css?l
我收到了这个错误:
HTTP / 1.1 403 FORBIDDEN服务器:Tengine / 2。1。0日期:2017年4月12日星期三12:30:04 GMT内容类型:text / html; charset = utf-8 Transfer-Encoding:chunked Connection:keep-alive X-Archive-Wayback-Runtime-Error:RobotAccessControlException:被Robots X-Archive阻止 - 回放:0内容编码:gzip
但是在我从浏览器执行主页http://web.archive.org/web/20160312040057/https://www.peer1.com后,该css文件的curl请求返回 200 OK 。
我尝试使用http://waybackmachinedownloader.com/,但我遇到了同样的问题。
请建议。