Forwarding request to another server
843841Jul 29 2007 — edited Aug 1 2007Hi,
I need to forward a request coming from an applet to a servlet that is on another server. forward() won;t work because it only works within the same server. And redirect does not work since it causes a security exception in the applet. Is there a way to redirect the request coming from the server in any other way ( without signing the applet ).
Thanks a lot for your response.