Handling Request Validation Exceptions
Posted by James Jardine on July 17, 2012 · Comments Off on Handling Request Validation Exceptions
Filed under: Development
Filed under: Development
I write a lot about the request validation feature built into .Net because I believe it serves a great purpose to help reduce the attack surface of a web application. Although it is possible to bypass it in certain situations, and it is very limited to HTML context cross site scripting attacks, it does provide ...