Click here to Skip to main content
15,915,319 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
what is meant by Request Validation in ASP.NET?
Posted

1 solution

Request validation, a feature of ASP.NET,
-prevents the server from accepting content containing un-encoded HTML.
This feature is designed to help prevent some script-injection attacks whereby client script code or HTML can be unknowingly submitted to a server, stored, and then presented to other users.

Please refer:
Request Validation - Preventing Script Attacks[^]

ASP.NET Request Validation and Cross-Site Scripting[^]
Examining Request Validation with ASP.NET 4.5[^]
 
Share this answer
 

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