Hi Is there a way to hide/encrypt URL parameters using Struts? Right now i am passing some critical params in the URL For e.g http://localhost:8080/method=xyz?param1=123¶m2=xyz
I want to avoid this. Please let me know if anything can be done about this. Thanks Sid