HTTP Basic Access Authentication with Python requests library
If you are using the Python library requests for web scraping, testing or authentication, you might get stuck on different authentication types from time to time. A little less common authentication nowadays is HTTP Basic Access Authentication which you often…