Click here to Skip to main content
15,897,334 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello friend

can you tell me proper way to fix Cross Site Scripting (XSS).

Description:
XSS flaws occur whenever an application takes un-trusted data and sends it to a web
browser without proper validation and escaping. XSS allows attackers to execute scripts
in the victim‟s browser which can hijack user sessions, deface web sites, redirect the
user to malicious sites or possibly introduce worms, etc.

By using white-list i able to fixes.But i cant get a proper way.
So can you tell me how to apply

“white-list” input validation to protect against XSS.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900