且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

无法使用 Python 请求会话模块登录网站

更新时间:2023-08-18 20:25:40

我不确定这是问题的直接原因.但是表单发送到登录操作还有另一个参数.

I'm not sure this is direct reason for the problem. But there are another parameter that the form send to login action.

除了usernamepassword,还要传递以下参数:

Beside username, password, also pass following parameters:

'username': username,
'password': password,
'login': 'Login'.
'sid': sid,   # You need to parse the login page to get sid
'redirect': 'index.php',