LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Hide web address using JSP (https://www.linuxquestions.org/questions/programming-9/hide-web-address-using-jsp-365307/)

poeta_boy 09-20-2005 02:09 PM

Hide web address using JSP
 
Hello:

I have a web application on jsp and when I navigate through it I see in the web address bar something like:

http://<host>:8080/DiacneEquipo05/jsp/InicioS.jsp?idemp=141&pagsig=Preguntas.jsp

I was wondering if there was an easy way to hide this away, because everyone can see the parameters that are being passed down the address.

Thanks for your attention

Poeta

Proud 09-20-2005 02:12 PM

A better solution may be to POST the parameters if possible, rather than use GET. If not, I believe you want the mod_rewrite module if you're using Apache.

poeta_boy 09-21-2005 12:42 AM

Hello:

Thanks for your answer. I've kinda solved it using session passing instead of post or get....

Just one question, my addres is now something like

http://<host>:8080/DiacneEquipo05/jsp/InicioS.jsp

But I still believe it gives away much more information than I'd like, for instance, it shows theres a jsp folder, etc.... is there a way to also hide this ?

Thanks!


All times are GMT -5. The time now is 04:28 PM.