Redirect to a protected servlet
843840Mar 21 2002 — edited Mar 26 2002Hi all,
I have a servlet A which will direct to another servlet B which is protected by a basic http authentication from the webserver (in my case, iPlanet). Servlet A can have the username and password to authenticate servlet B. How can I pass the username and password when A redirect to B such that users don't need to enter anything to go to B?
Thanks.
Billy