且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何绕过单个字段的请求验证?

更新时间:2023-02-20 18:55:21

在asp.net 4中,您可以创建自定义服务器端请求验证器,该验证器可能会接受此类非典型请求.写一个很容易,第一个用谷歌搜索的例子应该让你开始写自己的:

In asp.net 4 you can create your custom server side request validator which could possibly accept such atypical requests. Writing one is easy, the first googled example should let you start writing your own:

http://jefferytay.wordpress.com/2010/04/15/creating-your-own-custom-request-validation/