The text of this article is not in this database — only its details are. Read it on the old site: Global Query String Encryption in C#
3 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Global Query String Encryption in C#
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Adil DeveciPosted May 28, 2018, 8:28 AM
When using with Server.Transfer method, encryption is disabled and the address bar is shown clear text. Can you help me for this problem?
Renuka RamrakhianiPosted Dec 20, 2017, 2:27 AM
This code is working on my local system. However when deployed on production server , url is not encrypted
Nikhil MahajanPosted May 15, 2015, 7:02 AM
this solution output will like query string is encrypted but actually its not.If you using chrome then you can see in network tab it will make a request with query string (with data visible) then it will redirect to encrypted URL. So actual problem is not solved with this solution.