Click here to Skip to main content
15,883,901 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi Frnds,
I need ur help in order to complete my tasks.. i need to secure the URL parameters say, i have a page which loads based on a id. This page is redirected from XSLT using a href link.
<br />
<pre lang="xml"><td class="col-two"><br />
           <a href="/Business.aspx?Id={Leadid}"><br />
             <xsl:value-of select="Business"/><br />
           </a><br />
         </td></pre><br />


This Leadid is visible when the page loads i needs to encrypt this id in jquery after page loads or needs to write a encryption code in webservice and call the webservice from xslt page and send the encrypted lead id.

Which is the best way to achieve the task, and also how to call webservice from xslt a href link.
Posted

1 solution

Hi,

I solved it myself...

create a encryption logic in webservice and call that webservice in master page using jquery and create a decryption logic and decrypt when the specific page loads..

Thanks
BS
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900