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!

how to submit POST data to a JSP in iFrame

843841May 22 2007 — edited May 22 2007
Hi,
We are accessing a JSP from the iFrame from a web collaborator product ( TIBCO PortalBuilder) .

I have an iFrame where I display the application whose startup page is a JSP. I pass the userid using get method in the iFrame URL but there is a security risk as the userid is visible in the URL. In my situation I don't have any such form that I can submit when I click on the link. I want to parameters using POST method to the JSP.

Is it possible to build a request on the client side that sends the post data to JSP without using form? Kind of manually building the request.

How does the http header look like when I send request using POST method ?

Any other suggetions/ ideas

Regards,
Sunil Parmar
http://sunilparmar.com
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 19 2007
Added on May 22 2007
1 comment
292 views