- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
使用ASP.net MVC v2.0,任何方式更改名称__RequestVerificationToken
cookies ?为了隐藏我们的底层技术堆栈,我想将 cookie 重命名为无法追溯到 ASP.Net MVC 的名称。
更多信息请访问 Steve Sanderson's blog .
最佳答案
查看 MVC 2 源代码,我认为无法更改 cookie 名称。 AntiForgeryData 类开始:
private const string AntiForgeryTokenFieldName = "__RequestVerificationToken";
string cookieName = AntiForgeryData.GetAntiForgeryTokenName(ViewContext.HttpContext.Request.ApplicationPath);
关于asp.net-mvc - 有没有办法重命名 RequestVerificationToken cookie 名称?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3420652/
我想将我的登录表单中由 Razor MVC 帮助程序生成的 RequestVerificationToken 传递给我用来管理应用程序身份验证的 AngularJS 服务 我的表格如下:
我对包含 @Html.AntiForgeryToken() 的表单执行的 ajax 帖子有问题。 当我通过 ajax 发布表单时,我得到以下查询字符串: http://myhost.local/Ass
我的 ASP.NET MVC 应用程序通过使用 ValidateAntiForgeryToken 属性并调用 Html.AntiForgeryToken 来编写具有 token 值的隐藏输入元素,并将
使用ASP.net MVC v2.0,任何方式更改名称__RequestVerificationToken cookies ?为了隐藏我们的底层技术堆栈,我想将 cookie 重命名为无法追溯到 AS
我正尝试在 this 之后授权云提供商在本地主机上,在 ConfigureServices 方法中,我的 Startup.cs 文件有 services.AddAntiforgery(options
我是一名优秀的程序员,十分优秀!