Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Redirect with post parameters

843841May 8 2003 — edited May 20 2003
Hi,

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,
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 17 2003
Added on May 8 2003
10 comments
5,233 views