You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current logout system is still a hack from back in the days. We change values in a HTML template. The path to the HTML template gets converted to a URL-like path (file://path/to/file), so mechanize thinks it's a true HTML form on the Internet. Afterwards, mechanize submits the form.
This system never failed, but I understand enough of Requests to move to something more elegant. I therefore propose to ditch this and develop a logout system using Requests.
The text was updated successfully, but these errors were encountered:
The current logout system is still a hack from back in the days. We change values in a HTML template. The path to the HTML template gets converted to a URL-like path (file://path/to/file), so
mechanize
thinks it's a true HTML form on the Internet. Afterwards,mechanize
submits the form.This system never failed, but I understand enough of Requests to move to something more elegant. I therefore propose to ditch this and develop a logout system using Requests.
The text was updated successfully, but these errors were encountered: