Redirect with post parameters
843841May 8 2003 — edited May 20 2003Hi,
I have a plain java class which has request, and response objects.
Now I need to send a redirect to third party application from here.
I am able to do response.sendredirect(url),
by appending the parameters as query string(ie., GET).
Now, how can I send post parameters and do a redirect.
Could you please let me know ?
Thanks,