What is basic authentication ?
An authentication mechanism in which a Web server authenticates an entity via a user name and password obtained using the Web application’s built-in authentication mechanism. Basic authentication is a simple authentication mechanism commonly used in web development and HTTP-based applications. It is part of the HTTP protocol and involves sending a username and password as … Read more