Browse by Tags

All Tags » XSS » Input Validation (RSS)
ASP.NET ValidateRequest and the HTML Attribute Based Cross Site Scripting
ASP.NET ValidateRequest is a security mechanism designed to prevent cross-site scripting attacks in ASP.NET applications. It looks at data in the HTTP request parameters, and issues an error if it finds anything that is "suspicious". And, for the most...

Posted by Alex | 2 comment(s)