Hey everyone, habits are hard to break and this is what I've been using for a long while so I thought I'd ask here because it does look like something broke in it! https://github.com/kutu/PythonAnywhereEditor
Before I start messing things up in the plugin itself like I did when the CSRF token was added I'd like to ask if there were any changes in the way Pythonanywhere handles their login.
I did read the blog and it didn't really point me in any specific direction so if there could be any help in merit that'd be great. As far as the specifics of the plugin go, what it does to login is simply send a POST request to the /login/ page with csrftoken/username/password and the referer using urrlib2, but looks like that's not enough anymore, rather, some fix is needed in the request as a "HTTP Error 400: Bad Request" is returned.
Any help is greatly appreciated, thank you.