为啥我使用 scrapy 来抓取 http://www.fieldschina.com/zh/index.html ,他都会直接 302 转向 m.fieldschina.com?
我伪造了 User Agent ,不应该是通过 user Agent 来判断的,电脑上用 Chrome 打开正常,说明不是通过 ip 来判断的。
我使用 Chrome 隐私模式来访问,结果也正常,觉得应该不是 cookies 来判断。。
看一下 response header,用的是 php...
请教一下大家,我的思路有没问题? php 识别客户端正常使用的是什么方法 ?哪些变量?
非常感谢!
我伪造了 User Agent ,不应该是通过 user Agent 来判断的,电脑上用 Chrome 打开正常,说明不是通过 ip 来判断的。
我使用 Chrome 隐私模式来访问,结果也正常,觉得应该不是 cookies 来判断。。
看一下 response header,用的是 php...
请教一下大家,我的思路有没问题? php 识别客户端正常使用的是什么方法 ?哪些变量?
非常感谢!