Why isn't ValidateRequest="true" enough for XSS prevention?

Posted by Microserf on Stack Overflow See other posts from Stack Overflow or by Microserf
Published on 2010-04-01T09:19:18Z Indexed on 2010/04/01 9:23 UTC
Read the original article Hit count: 592

Filed under:
|
|
|
|

In the notes for Step 1 in the "How To: Prevent Cross-Site Scripting in ASP.NET" it is stated that you should "not rely on ASP.NET request validation. Treat it as an extra precautionary measure in addition to your own input validation."

Why isn't it enough?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about c#