Rank: Newbie Groups: Member
Joined: 9/11/2012 Posts: 1
|
We have a HTTPS site that needs to be highly secure. We have implemented the Menu control on this site. A recent PEN test highlighted that all the URL's are being displayed in the HTML by the Menu control. This was considered a risk. Therefore we would like to encrypt the URL's in the HTML. Is there a simple way to do this using the menu properties or do we need to hand crank a solution? Thanks.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
You have to have your own solution. For example, you can handle the Menu's ClientSideOnItemClick event and then call whatever code to redirect to the target Url if you like. In that case all the logic/Url will be in your ClientSideOnItemClick hanlder and you can encrypt it whatever way you'd like.
Thanks!
|