首页 开发技术 C#     /    通过生成Token处理Ajax请求安全问题AjaxTokenTest

通过生成Token处理Ajax请求安全问题AjaxTokenTest

上传者: peking2009 | 上传时间:2018/5/22 17:10:35 | 文件大小:171KB | 文件类型:ZIP
通过生成Token处理Ajax请求安全问题AjaxTokenTest
通过页头生成Token,进行请求验证,处理Ajax请求安全问题。
目前为止我做的最多的防止ajax请求攻击的就是添加验证码、添加随机Token,限制同一请求在规定时间内的最大请求数量、服务器端校验数据正确性、尽量使用POST方法。
此程序是在ajax请求的http头中添加一个随机Token来增加ajax请求的安全性。
此程序由网友提供思路本人完成改进测试。

文件下载

资源详情

[{"title":"(44个子文件171KB)通过生成Token解决Ajax请求安全问题AjaxTokenTest","children":[{"title":"AjaxTokenTest","children":[{"title":"AjaxTokenTest.sln <span style='color:#111;'>929B</span>","children":null,"spread":false},{"title":"AjaxTokenTest.suo <span style='color:#111;'>10.00KB</span>","children":null,"spread":false},{"title":"AjaxTokenTest","children":[{"title":"bin","children":[{"title":"AjaxTokenTest.pdb <span style='color:#111;'>31.50KB</span>","children":null,"spread":false},{"title":"AjaxTokenTest.dll <span style='color:#111;'>8.00KB</span>","children":null,"spread":false}],"spread":true},{"title":"Site.Master.cs <span style='color:#111;'>1.02KB</span>","children":null,"spread":false},{"title":"Default.aspx <span style='color:#111;'>763B</span>","children":null,"spread":false},{"title":"Account","children":[{"title":"ChangePassword.aspx.cs <span style='color:#111;'>351B</span>","children":null,"spread":false},{"title":"Register.aspx <span style='color:#111;'>5.56KB</span>","children":null,"spread":false},{"title":"ChangePassword.aspx.designer.cs <span style='color:#111;'>841B</span>","children":null,"spread":false},{"title":"Web.config <span style='color:#111;'>347B</span>","children":null,"spread":false},{"title":"Register.aspx.cs <span style='color:#111;'>913B</span>","children":null,"spread":false},{"title":"ChangePasswordSuccess.aspx.cs <span style='color:#111;'>358B</span>","children":null,"spread":false},{"title":"ChangePasswordSuccess.aspx <span style='color:#111;'>510B</span>","children":null,"spread":false},{"title":"ChangePasswordSuccess.aspx.designer.cs <span style='color:#111;'>475B</span>","children":null,"spread":false},{"title":"Register.aspx.designer.cs <span style='color:#111;'>1.17KB</span>","children":null,"spread":false},{"title":"Login.aspx.cs <span style='color:#111;'>471B</span>","children":null,"spread":false},{"title":"Login.aspx <span style='color:#111;'>3.00KB</span>","children":null,"spread":false},{"title":"ChangePassword.aspx <span style='color:#111;'>4.35KB</span>","children":null,"spread":false},{"title":"Login.aspx.designer.cs <span style='color:#111;'>1.13KB</span>","children":null,"spread":false}],"spread":false},{"title":"Site.Master.designer.cs <span style='color:#111;'>1.85KB</span>","children":null,"spread":false},{"title":"Web.config <span style='color:#111;'>1.94KB</span>","children":null,"spread":false},{"title":"Styles","children":[{"title":"Site.css <span style='color:#111;'>4.16KB</span>","children":null,"spread":false}],"spread":true},{"title":"obj","children":[{"title":"Debug","children":[{"title":"AjaxTokenTest.csproj.FileListAbsolute.txt <span style='color:#111;'>336B</span>","children":null,"spread":false},{"title":"AjaxTokenTest.pdb <span style='color:#111;'>31.50KB</span>","children":null,"spread":false},{"title":"DesignTimeResolveAssemblyReferencesInput.cache <span style='color:#111;'>7.45KB</span>","children":null,"spread":false},{"title":"AjaxTokenTest.dll <span style='color:#111;'>8.00KB</span>","children":null,"spread":false},{"title":"TempPE","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"Web.Debug.config <span style='color:#111;'>1.19KB</span>","children":null,"spread":false},{"title":"About.aspx <span style='color:#111;'>461B</span>","children":null,"spread":false},{"title":"AjaxTokenTest.csproj <span style='color:#111;'>6.79KB</span>","children":null,"spread":false},{"title":"Default.aspx.designer.cs <span style='color:#111;'>454B</span>","children":null,"spread":false},{"title":"App_Data","children":null,"spread":false},{"title":"About.aspx.cs <span style='color:#111;'>334B</span>","children":null,"spread":false},{"title":"Web.Release.config <span style='color:#111;'>1.25KB</span>","children":null,"spread":false},{"title":"Global.asax.cs <span style='color:#111;'>1.18KB</span>","children":null,"spread":false},{"title":"AjaxTokenTest.csproj.user <span style='color:#111;'>1.06KB</span>","children":null,"spread":false},{"title":"Site.Master <span style='color:#111;'>2.48KB</span>","children":null,"spread":false},{"title":"About.aspx.designer.cs <span style='color:#111;'>451B</span>","children":null,"spread":false},{"title":"Global.asax <span style='color:#111;'>97B</span>","children":null,"spread":false},{"title":"Scripts","children":[{"title":"jquery-1.4.1.js <span style='color:#111;'>164.84KB</span>","children":null,"spread":false},{"title":"jquery-1.4.1-vsdoc.js <span style='color:#111;'>234.21KB</span>","children":null,"spread":false},{"title":"jquery-1.4.1.min.js <span style='color:#111;'>70.24KB</span>","children":null,"spread":false}],"spread":false},{"title":"DateService.ashx.cs <span style='color:#111;'>2.52KB</span>","children":null,"spread":false},{"title":"DateService.ashx <span style='color:#111;'>103B</span>","children":null,"spread":false},{"title":"Properties","children":[{"title":"AssemblyInfo.cs <span style='color:#111;'>1.32KB</span>","children":null,"spread":false}],"spread":false},{"title":"Default.aspx.cs <span style='color:#111;'>337B</span>","children":null,"spread":false}],"spread":false}],"spread":true}],"spread":true}]

评论信息

  • heimark2:
    谢谢楼主,好用.2017-07-26
  • grayboy_123:
    回复回血,5分太贵了!有一定参考意义!2016-11-25
  • waiwaibao006:
    可以借鉴一下2016-09-07
  • contratears:
    还可以吧,还是可以模拟请求,意义不是很大2016-09-06
  • afishman:
    值得学习,不错.2016-07-27

免责申明

【好快吧下载】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【好快吧下载】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【好快吧下载】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,8686821#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明