Security
Securing Web Applications by HTTP Basic Authentication
Authentication is a mechanism for securing web applications by determining a user’s identity before granting that user access to application resources. The J2EE specification defines four compulsory schemes for web application user’s authentication. This article describes the step-by-step approach for using the basic authentication scheme in the web application.