Asp.Net Source HOME » asp.net learning » ASP.NET » Security » Request Validation - Preventing Script Attacks
Title:

Request Validation - Preventing Script Attacks

Posted At: 9/17/2009
URL: http://www.asp.net/learn/whitepapers/request-valid...
Request validation, a feature of ASP.NET since version 1.1, prevents the server from accepting content containing un-encoded HTML. This feature is designed to help prevent some script-injection attacks whereby client script code or HTML can be unknowingly submitted to a server, stored, and then presented to other users. We still strongly recommend that you validate all input data and HTML encode it when appropriate.

Comments:


No comments yet