Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a url :

http://localhost:62299/Pages/CreateOrder.aspx?CollID=101254&SrNo=12&QDSID=112857&Qty=5

I want to hide/encrypt/replace the data after "?"

What is the better option and how to do this ?
Note: i will be using the data so decryption should also be easy.

What I have tried:

I was thinking to extract that data keep in a session and pass the url without querystring.
Posted
Updated 11-Jul-16 21:24pm
Comments
Beginner Luck 12-Jul-16 2:15am    
which programming language you using
Abrar Kazi 12-Jul-16 2:53am    
ASp.net c#

1 solution

 
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