Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Requests login failure
#10
Quote:Snippsat had included the button_name:value element in the params dictionary and then 'action':'do_login'. Inspecting pages of other websites, these parameters do not exist.
I inspect was send on network(Chrome Dev-tools or FF dev-tools) it will be different for other sites,this is how myBB do it.

(Sep-13-2018, 03:35 AM)test Wrote: I am desperately trying to learn how to do this reliable for any website. Can someone please share a link to any webpage/tutorial which explains this in detail, or, maybe, if its not too much to as, explain it here themselves for once and for all?
There is no magic method that work for all web-sites.
There a lot of different way,from more standard ways to homemade/tweaked bye developer.
Requests doc Authentication has some about basic ones,eg Digest, OAuth 1 and 2,OpenId ect...
There are site that has extra login verification,
like verify that human to avoid bots,CAPTCHA, reCAPTCHA and stuff like this make it hard to login.
Reply


Messages In This Thread
Requests login failure - by test - Sep-09-2018, 06:34 AM
RE: Requests login failure - by test - Sep-09-2018, 03:35 PM
RE: Requests login failure - by test - Sep-09-2018, 05:05 PM
RE: Requests login failure - by test - Sep-10-2018, 02:36 AM
RE: Requests login failure - by test - Sep-10-2018, 03:52 PM
RE: Requests login failure - by snippsat - Sep-10-2018, 06:01 PM
RE: Requests login failure - by test - Sep-11-2018, 01:43 AM
RE: Requests login failure - by test - Sep-13-2018, 02:20 AM
RE: Requests login failure - by test - Sep-13-2018, 03:35 AM
RE: Requests login failure - by snippsat - Sep-13-2018, 07:58 AM
RE: Requests login failure - by test - Sep-13-2018, 08:48 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  POST requests - different requests return the same response Default_001 3 1,967 Mar-10-2022, 11:26 PM
Last Post: Default_001
  How to perform a successful login(signin) through Requests in Python Kalet 1 2,365 Apr-24-2020, 01:44 AM
Last Post: Larz60+
  HOWTO? Login DSL Modem with Python Requests: need Click "Apply" Button Webtest 4 8,535 Aug-20-2019, 04:03 PM
Last Post: johnmina
  Using python requests module and BS4 to login on an Wordpress based website apollo 1 9,456 Feb-06-2018, 01:31 AM
Last Post: metulburr

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020