简体   繁体   English

登录不使用POST请求的网站-使用Python进行网页抓取

[英]Logging into website that doesnt use a POST request - web-scraping with Python

I am trying to log into the website(using requests get/post) https://www.robertparker.com/sign-in neither chrome or mozilla can see these sessions. 我正在尝试登录网站(使用请求get / post) https://www.robertparker.com/sign-in chrome或mozilla都看不到这些会话。

Please point me in the right direction, There are no post requests for logging in, i believe they are using javascript, however i still cant see the server or any parametmers, only google analytics and facebook sessions. 请为我指出正确的方向,没有登录请求,我相信他们正在使用javascript,但是我仍然看不到服务器或任何参数,只有google analytics和facebook会话。

<https://imgur.com/9MB92eX>
<https://imgur.com/xjamW7Q>
<https://imgur.com/14RyE7i>
<https://imgur.com/AsimSwR>

payload = {'at-field-username_and_email': 'your_nick', 'at-field-password': 'your_password'}

这个不行吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM