Introduction HTTP Basic Authentication is an authentication method that’s built into the HTTP spec. It can be a very easy means of implementing authentication on a web application, and is a common way to secure non-production environments like QA and Staging environments without having to add an application-level auth mechanism. Browsers have built-in support for supporting HTTP Basic Authentication.
Testing HTTP Basic Authentication in Selenium
calendar_today
January 1, 2001
domain
reflect