You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Deepan <co...@gmail.com> on 2007/01/26 08:31:55 UTC

difference between FORM and BASIC authentication method

what is BASIC authentication method ? i mean how is it different from
FORM authentication ? does it mean i dont have to write a login.html or
login.jsp page ?


-- 
-----------------------------------------------
Regards
Deepan Chakravarthy N
http://www.codeshepherd.com/
http://sudoku-solver.net/

I am a programmer by day,
I dig grave for other programmers by night.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: difference between FORM and BASIC authentication method

Posted by Tim Funk <fu...@joedog.org>.
Basic auth delivers the browser popup.

Form authentication allows one to configure their own form and error 
page for login. So a prettier login can be presented.

-Tim

Deepan wrote:
> what is BASIC authentication method ? i mean how is it different from
> FORM authentication ? does it mean i dont have to write a login.html or
> login.jsp page ?
> 
> 


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org