Ashish Bobade on September 17th, 2009

The Microsoft Anti-Cross Site Scripting Library (Anti-XSS) is an encoding library designed to help developers protect their ASP.NET web-based applications from XSS attacks. This encoding libraries  uses the white-listing technique – sometimes referred to as the principle of inclusions – to provide protection against XSS attacks. This approach works by first defining a valid or [...]

Continue reading about Microsoft Anti-Cross Site Scripting Library

Ashish Bobade on September 2nd, 2008

Cross Site Scripting is a condition in which data that is sent in a request to a web server, at some point either immediately or at a later time, is re-displayed to a user, typically unaltered. If this data contained any HTML syntax it would be interpreted by the user’s web browser. This data can [...]

Continue reading about Cross Site Scripting (XSS)