Asp.Net Source HOME » asp.net learning » ASP.NET » Security » Cross-Site Scripting in ASP.NET
Title:

Cross-Site Scripting in ASP.NET

Posted At: 2/16/2009
URL: http://aspdotnetdevs.blogspot.com/2008/12/cross-si...
Cross-site scripting attacks exploit vulnerabilities in Web page validation by injecting client-side script code. The script code embeds itself in response data, which is sent back to an unsuspecting user. The user's browser then runs the script code. Because the browser downloads the script code...

Comments:


No comments yet