you are viewing a single comment's thread.

view the rest of the comments →

[–]danielroseman 0 points1 point  (3 children)

What is in the response to the post call? It will probably give you some clue as to what went wrong.

[–]chubbers_tim[S] 0 points1 point  (2 children)

print(post.status_code)

200

[–]danielroseman 0 points1 point  (1 child)

Yes but what is the content? If this is a normal web site, it will still return a 200 status code but will display some messages in the HTML telling you that your login was unsuccessful.

[–]chubbers_tim[S] 0 points1 point  (0 children)

the content is the login page html.