Maybe a dumb question but is there a way to redirect/forward a form (and all it's parameters) to another host using jsp? Like this http://www.xxx.com/form.jsp -> http://www.xxx.com/redirect.jsp -> http://www.yyy.com/response.jsp
I've tried with sendRedirect which doesn't pass along the parameters and forward that for some reason doesn't seem to work with an external host.
Thanks,
tte