Is it possible to send redirect using post method with data in servlet?
843842Aug 4 2008 — edited Aug 4 2008I would like to know if there any way to redirect page with post data in Servlet instead of using a html form to achieve redirect with post data?
I read some articles and it is impossible base on the W3C spec. However, those articles are pretty old.
I am wondering if the new Servlet spec will mention or even provide solution on this.
Thanks
David