querystring encrypt
-
:rose: HI Guys, How we can hide values of variables in our querystring those are readable in the address bar? is there any way we can encrypt the url and when it is required we can de-crypt it also like yahoo do?? (http://www.yahoo.com/\_ylh=x3oDMTB1M2EzYWFoBF9TAzI3MTYxNDkEdGVzdAMwBHRtcGwDaWUtYmV0YQ--/r/m1) It does not change the domain name but change the folder name and query string's values. and url encryption should be automatic. Please provide the solution in Asp.Net with C#
-
:rose: HI Guys, How we can hide values of variables in our querystring those are readable in the address bar? is there any way we can encrypt the url and when it is required we can de-crypt it also like yahoo do?? (http://www.yahoo.com/\_ylh=x3oDMTB1M2EzYWFoBF9TAzI3MTYxNDkEdGVzdAMwBHRtcGwDaWUtYmV0YQ--/r/m1) It does not change the domain name but change the folder name and query string's values. and url encryption should be automatic. Please provide the solution in Asp.Net with C#
Hi there, this link might be what you need...Obfuscating the Querystring << >>