Hi.

 

I am looking to encrypt my application URL displayed in Clients Browser.

 

My application is ready so I can't change each page and encrypt each link.

 

Is there any solution on server-side to encrypt URL query-string parameters
that applies to all links in my application.

 

e.g.  my URL is
http://192.1.1.32:8055/fincrm/demoStrutsSession/brokerMaster.action?mode=mod
ify
<http://192.1.1.32:8055/fincrm/demoStrutsSession/brokerMaster.action?mode=mo
dify&userName=abc> &userName=abc

 

should be displayed like  :
http://192.1.1.32:8055/fincrm/demoStrutsSession/brokerMaster.action?tn=12345
6845512321

 

I want it to be encrypted such that user should not be able to interpret or
change query-string parameters in URL.

 

 

regards,

 

Rajil Davda

Reply via email to