ValidateRequest Property (XSS)

Posted by on August 27, 2009 · 2 Comments
Filed under: Uncategorized 

There is no doubt that while working with ASP.Net you have run into the ValidateRequest property for a web form.  This is a feature that has been around since version 1.1.  It prevents the server from accepting un-encoded HTML data, which can be used to exploit client-side attacks like Cross Site Scripting (XSS).  The most ...