简体   繁体   中英

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.

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.

<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'}

这个不行吗?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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