The website does have a hidden authentication token, but the docs seem to suggest I don't need to override the default here, and only need to pass the username and password. Lookin
Solution 1:
You are missing some formdata in your login request:
You can find authenticity_token in page source of the login page:
Post a Comment for "Scrapy Login Failure"