sendRedirect() does not work on my application, is it because of the pass-through server on my web-server, please help.
My web server, where authentication happens, is SSL protected where as my app server is not. Hence my webserver has a pass through server ie libproxy enabled to help authentication process. I use sendRedirect() in my application to redirect control to a local JSP file. When I do this, redirect does not work ie Page cannot be displayed shows up. Please help. [ February 14, 2008: Message edited by: Shylaja Roopesh ]