akshaykulkarni
Jun 6, 2009, 11:04 PM
I have an applet which calls lots of jsps from within itself. There are many parameters being passed to the jsp pages. Currently, the parameters are passed by forming a query string, making a URL object and calling the showDocument method on the AppletContext. But this is a concern from application security point of view. I would like the parameters to be passed without displaying the same in the url. Is there a way to do that? Is it possible to POST the parameters from inside the applet? If there is, can anyone please provide an example so that I can try to use the same?
I have to find a solution by tomorrow.
Thanks in advance.
I have to find a solution by tomorrow.
Thanks in advance.