1
allenforrest 2014-03-04 21:37:15 +08:00 via iPhone
为什么不用session?完全不管cookies了
|
2
clino 2014-03-04 22:23:22 +08:00
如楼上所说,requests某版本以后response里就开始没有cookie了,session里一直都是有的
http://docs.python-requests.org/en/latest/api/#request-sessions |
3
cruelcage OP @allenforrest
@clino 多谢,但是还是拿不到我要的cookie post后有个自动跳转的链接,不明白为什么会自己加上3个参数http://bbs.weiphone.com/api/uc.php?time=xxx&code=xxx&_=xxx,主要是那个code |
4
binux 2014-03-04 23:44:47 +08:00
print login.status_code, login.headers
|
5
cruelcage OP @binux headers里面也没有啊
'set-cookie': 'PHPSESSID=01d2bjtr95sk4otmok772rqss2; path=/, PHPSESSID=v591fg9v12a2hiv71mn7o70837; |
6
ushuz 2014-03-05 08:50:13 +08:00 via iPhone
@cruelcage
状态码是3xx么?看headers里的location。2xx看response里有没有js跳转。 |
7
allenforrest 2014-03-05 16:04:29 +08:00
@cruelcage 这个不是 cookie 吧?
|
8
cruelcage OP |