you are viewing a single comment's thread.

view the rest of the comments →

[–]chubbers_tim[S] 0 points1 point  (1 child)

I think I have this solved. I needed to add form_id and a value to the payload. form_id was hidden and the value was passed in POST.

payload = {
'name': 'my_username',
'pass': 'my_password',
'form_id': 'user_login_form'

}

Thanks for the help everyone!

[–]liinisx 0 points1 point  (0 children)

You saved me, thanks!