1
binux 2015-05-01 23:30:12 +08:00 1
X-Forwarded-For
|
2
supman OP @binux 求指教, 已经在headers 添加了代理的ip 以及端口, 但是结果还是不对。
proxies = { "http": "http://115.28.11.130:3128", } headers = { "X-Forwarded-Port": "3128", "X-Forwarded-For": "115.28.11.130", } url='http://www.ip138.com' response = requests.get(url=url,proxies=proxies,headers=headers) |
3
ryd994 2015-05-02 00:31:06 +08:00 1
|
4
Septembers 2015-05-02 01:24:37 +08:00 via Android
@ryd994 高匿代理除外
|
5
zeayes 2015-05-02 07:55:51 +08:00
服务端校验的是remote_addr吧,这个无法伪造。
|