How to I get login params of web server login (htaccess)?
Robert Jaeger
Ranch Hand
Joined: Apr 29, 2002
Posts: 62
posted
0
Hi!
I�m using Apache Web Server 1.3 and TomcatServlet Server 4.x (Connection established). Some directories on my web server are protected (htaccess). After the successful login the user will be redirected to my webapp.
How do I get the login parameters (login, password) of a user from the web server. I imagine that Apache passes the parameters to the servlet server in some way.
I might get these params like that way ... request.getParameter(?);