What are different Authentication options available in Servlets.
Answer
There are four ways of Authentication options available in servlets
HTTP basic authentication
In this, server uses the username and password provided by the client and these
credentials are transmitted using simple base64 encoding.
HTTP digest authentication
This option is same the basic authentication except the password is encrypted
and transmitted using SHA or MD5.
HTTPS client authentication
This options is based on HTTP over SSL.
Form-based authentication
Form-based authentication uses login page to collect username and password.
|
More Servlets links
Answer - Servlets are the programs that run under web server
environment....
Answer - In some organizations, the intranet is blocked
by a firewall to the internet..........
Answer - Both are interfaces in the package
javax.servlet...............
Answer - Servlet mapping controls how you access a
servlet. It is recommended that you don’t use.........
|
|