-
URL Encrypting (2 messages)
- Posted by: Srinivas Reddy Bijjam
- Posted on: February 22 2007 05:44 EST
Hi I want to Encryprt/Hide the URL that is shown in Address Bar. I have already done with Coding , testing and on final stage for Prod. Now I got the request not to show actual URL ( It contains Report ID which Customer is feeling Unsecure). I dont want to change entire code. Is there any option where I can use this feature without chaging the code. Iam using JBoss Server and using Struts Framwork Regards B S ReddyThreaded Messages (2)
- Re: URL Encrypting by Vinant Pandey on February 22 2007 10:19 EST
- Re: URL Encrypting by Srinivas Reddy Bijjam on February 22 2007 23:28 EST
-
Re: URL Encrypting[ Go to top ]
- Posted by: Vinant Pandey
- Posted on: February 22 2007 10:19 EST
- in response to Srinivas Reddy Bijjam
Why not store your 'Report Id' in request or session object and retrieve it when required. -Vinant -
Re: URL Encrypting[ Go to top ]
- Posted by: Srinivas Reddy Bijjam
- Posted on: February 22 2007 23:28 EST
- in response to Vinant Pandey
Why not store your 'Report Id' in request or session object and retrieve it when required.
I thought the same but as Iam on Go-Live Situation, I cannot go for code modifications. B S Reddy
-Vinant