By tag: QueryString
0
kicks
HttpModule for query string encryption
Plug this simple HttpModule to your existing web application and all your query strings will automatically be encrypted without you have to change your code.
0
kicks
ASP.NET Encoding QueryString Data to Limit Tampering
We've all been there. We develop a web application that uses the querystring to pass data from a master list page to a detail page. Usually just the ID is passed (just a good programming technique) and you even check and double check the value and type of data so that only the user who is supposed...