Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
Hide URL inside a jsp page
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="sarath, post: 622213"] I am developing a sample java application, where a signed applet sends some data from client using showDocument() method,( which pass the data using get method). The data gets submitted to a JSP page(in my program, mypage.jsp) and and after doing some operations, i pass the request to another JSP page(in my program, another.jsp). Now the problem is, the data i send by showDocument() is shown in the browser address bar, like, [URL]http://localhost:8080/demoBank[/URL] /mypage.jsp?par1=123&par2=444 . is there any way so that, when the request reaches the first jsp(mypage.jsp),i can modify the request URL and pass the request to another.jsp, so that when the contents are dispayed on the browser, the URL wont be dispayed ? i know about the openConnection() option where you can post the request. But our system requires that it should be showDocument() instead of openConnection. Please help me Thanks in advance sarath [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
Hide URL inside a jsp page
Top