Basic Authentication

Basic Authentication is a simple authentication method where a user’s credentials (username and password) are encoded with Base64 and sent in the HTTP header. It is not secure unless used over HTTPS.