How to Prevent Cross Site Scripting (XSS)

Jan 31, 14 How to Prevent Cross Site Scripting (XSS)

Posted by in Application Security

Cross Site Scripting (XSS): Brief History Cross Site Scripting (XSS) is a common issue that plagues many web applications, check out xssed for a frame of reference. The most widely scene form is called reflective cross site scripting (XSS). This is when user supplied data is submitted to a application and the data is reflected back...

read more