营销神器

 找回密码
 快速注册

QQ登录

只需一步,快速开始

(新版免费无功能限制)营销神器2024版帮助文档已更新到 docs.wzdr.cn 点击进入查阅!非常详细!
查看: 2867|回复: 3

返回这个是什么意思?

[复制链接]
最佳答案
161 

4874

回帖

326

好评

5404

达人币

用户组:VIP终身会员

历届版主VIP赞助会员乐于助人兔年幸运勋章七夕纪念勋章忠实粉丝羊年幸运勋章春节勋章

发表于 2014-7-18 23:29:52 | 显示全部楼层 |阅读模式
*求助技巧:规则求助时,请提供“规则报告.txt”、“帐号密码“、”.hwl数据包“、”.wzdr规则“等,否则可能无法给您满意答案!
*大家也有自己的事情要做,所以尽量详细,有助于更快得到大家的答复。拒绝伸手党!
*如果此求助信息不详细,或者有答案不采纳的,将会被移动灌水版块。
*规则报告内容太多,请保存为.txt文件上传,否则违规文本,会被系统禁止,无法发帖成功。
一个站的注册,302跳转的。。

其中的变量串,没得参数需要替换的。

以往出现这种错误,基本上都是变量的参数里有需要替换编码的。。但是这个没有,却还是返回这个

贴出返回错误代码  各种大神,路过瞧瞧



  1. <html>
  2.     <head>
  3.         <title>The anti-forgery token could not be decrypted. If this application is hosted by a Web Farm or cluster, ensure that all machines are running the same version of ASP.NET Web Pages and that the &lt;machineKey&gt; configuration specifies explicit encryption and validation keys. AutoGenerate cannot be used in a cluster.</title>
  4.         <meta name="viewport" content="width=device-width" />
  5.         <style>
  6.          body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
  7.          p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
  8.          b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
  9.          H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
  10.          H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
  11.          pre {font-family:"Consolas","Lucida Console",Monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt}
  12.          .marker {font-weight: bold; color: black;text-decoration: none;}
  13.          .version {color: gray;}
  14.          .error {margin-bottom: 10px;}
  15.          .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
  16.          @media screen and (max-width: 639px) {
  17.           pre { width: 440px; overflow: auto; white-space: pre-wrap; word-wrap: break-word; }
  18.          }
  19.          @media screen and (max-width: 479px) {
  20.           pre { width: 280px; }
  21.          }
  22.         </style>
  23.     </head>
  24.     <body bgcolor="white">
  25.             <span><H1>“/account”应用程序中的服务器错误。<hr width=100% size=1 color=silver></H1>
  26.             <h2> <i>The anti-forgery token could not be decrypted. If this application is hosted by a Web Farm or cluster, ensure that all machines are running the same version of ASP.NET Web Pages and that the &lt;machineKey&gt; configuration specifies explicit encryption and validation keys. AutoGenerate cannot be used in a cluster.</i> </h2></span>
  27.             <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
  28.             <b> 说明: </b>执行当前 Web 请求期间,出现未经处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
  29.             <br><br>
  30.             <b> 异常详细信息: </b>System.Web.Mvc.HttpAntiForgeryException: The anti-forgery token could not be decrypted. If this application is hosted by a Web Farm or cluster, ensure that all machines are running the same version of ASP.NET Web Pages and that the &lt;machineKey&gt; configuration specifies explicit encryption and validation keys. AutoGenerate cannot be used in a cluster.<br><br>
  31.             <b>源错误:</b> <br><br>
  32.             <table width=100% bgcolor="#ffffcc">
  33.                <tr>
  34.                   <td>
  35.                       <code>
  36. 执行当前 Web 请求期间生成了未经处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。</code>
  37.                   </td>
  38.                </tr>
  39.             </table>
  40.             <br>
  41.             <b>堆栈跟踪:</b> <br><br>
  42.             <table width=100% bgcolor="#ffffcc">
  43.                <tr>
  44.                   <td>
  45.                       <code><pre>
  46. [HttpAntiForgeryException (0x80004005): The anti-forgery token could not be decrypted. If this application is hosted by a Web Farm or cluster, ensure that all machines are running the same version of ASP.NET Web Pages and that the &lt;machineKey&gt; configuration specifies explicit encryption and validation keys. AutoGenerate cannot be used in a cluster.]
  47.    System.Web.Helpers.AntiXsrf.AntiForgeryTokenSerializer.Deserialize(String serializedToken) +261
  48.    System.Web.Helpers.AntiXsrf.AntiForgeryWorker.Validate(HttpContextBase httpContext) +74
  49.    System.Web.Mvc.ControllerActionInvoker.InvokeAuthorizationFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor) +156
  50.    System.Web.Mvc.Async.&lt;&gt;c__DisplayClass1e.&lt;BeginInvokeAction&gt;b__16(AsyncCallback asyncCallback, Object asyncState) +1449
  51.    System.Web.Mvc.Async.WrappedAsyncResultBase`1.Begin(AsyncCallback callback, Object state, Int32 timeout) +150
  52.    System.Web.Mvc.Async.AsyncResultWrapper.Begin(AsyncCallback callback, Object state, BeginInvokeDelegate beginDelegate, EndInvokeDelegate`1 endDelegate, Object tag, Int32 timeout) +96
  53.    System.Web.Mvc.Async.AsyncControllerActionInvoker.BeginInvokeAction(ControllerContext controllerContext, String actionName, AsyncCallback callback, Object state) +408
  54.    System.Web.Mvc.Controller.&lt;BeginExecuteCore&gt;b__1c(AsyncCallback asyncCallback, Object asyncState, ExecuteCoreState innerState) +45
  55.    System.Web.Mvc.Async.WrappedAsyncVoid`1.CallBeginDelegate(AsyncCallback callback, Object callbackState) +111
  56.    System.Web.Mvc.Async.WrappedAsyncResultBase`1.Begin(AsyncCallback callback, Object state, Int32 timeout) +150
  57.    System.Web.Mvc.Async.AsyncResultWrapper.Begin(AsyncCallback callback, Object callbackState, BeginInvokeDelegate`1 beginDelegate, EndInvokeVoidDelegate`1 endDelegate, TState invokeState, Object tag, Int32 timeout, SynchronizationContext callbackSyncContext) +203
  58.    System.Web.Mvc.Controller.BeginExecuteCore(AsyncCallback callback, Object state) +895
  59.    System.Web.Mvc.Async.WrappedAsyncResultBase`1.Begin(AsyncCallback callback, Object state, Int32 timeout) +150
  60.    System.Web.Mvc.Async.AsyncResultWrapper.Begin(AsyncCallback callback, Object callbackState, BeginInvokeDelegate`1 beginDelegate, EndInvokeVoidDelegate`1 endDelegate, TState invokeState, Object tag, Int32 timeout, SynchronizationContext callbackSyncContext) +154
  61.    System.Web.Mvc.Controller.BeginExecute(RequestContext requestContext, AsyncCallback callback, Object state) +527
  62.    System.Web.Mvc.MvcHandler.&lt;BeginProcessRequest&gt;b__3(AsyncCallback asyncCallback, Object asyncState, ProcessRequestState innerState) +108
  63.    System.Web.Mvc.Async.WrappedAsyncVoid`1.CallBeginDelegate(AsyncCallback callback, Object callbackState) +111
  64.    System.Web.Mvc.Async.WrappedAsyncResultBase`1.Begin(AsyncCallback callback, Object state, Int32 timeout) +150
  65.    System.Web.Mvc.Async.AsyncResultWrapper.Begin(AsyncCallback callback, Object callbackState, BeginInvokeDelegate`1 beginDelegate, EndInvokeVoidDelegate`1 endDelegate, TState invokeState, Object tag, Int32 timeout, SynchronizationContext callbackSyncContext) +203
  66.    System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContextBase httpContext, AsyncCallback callback, Object state) +681
  67.    System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +12272591
  68.    System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously) +288
  69. </pre></code>
  70.                   </td>
  71.                </tr>
  72.             </table>
  73.             <br>
  74.             <hr width=100% size=1 color=silver>
  75.             <b>版本信息:</b>&nbsp;Microsoft .NET Framework 版本:4.0.30319; ASP.NET 版本:4.0.30319.34009
  76.             </font>
  77.     </body>
  78. </html>
  79. <!--
  80. [HttpAntiForgeryException]: The anti-forgery token could not be decrypted. If this application is hosted by a Web Farm or cluster, ensure that all machines are running the same version of ASP.NET Web Pages and that the &lt;machineKey&gt; configuration specifies explicit encryption and validation keys. AutoGenerate cannot be used in a cluster.
  81.    在 System.Web.Helpers.AntiXsrf.AntiForgeryTokenSerializer.Deserialize(String serializedToken)
  82.    在 System.Web.Helpers.AntiXsrf.AntiForgeryWorker.Validate(HttpContextBase httpContext)
  83.    在 System.Web.Mvc.ControllerActionInvoker.InvokeAuthorizationFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor)
  84.    在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass1e.<BeginInvokeAction>b__16(AsyncCallback asyncCallback, Object asyncState)
  85.    在 System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase`1.Begin(AsyncCallback callback, Object state, Int32 timeout)
  86.    在 System.Web.Mvc.Async.AsyncResultWrapper.Begin[TResult](AsyncCallback callback, Object state, BeginInvokeDelegate beginDelegate, EndInvokeDelegate`1 endDelegate, Object tag, Int32 timeout)
  87.    在 System.Web.Mvc.Async.AsyncControllerActionInvoker.BeginInvokeAction(ControllerContext controllerContext, String actionName, AsyncCallback callback, Object state)
  88.    在 System.Web.Mvc.Controller.<BeginExecuteCore>b__1c(AsyncCallback asyncCallback, Object asyncState, ExecuteCoreState innerState)
  89.    在 System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallBeginDelegate(AsyncCallback callback, Object callbackState)
  90.    在 System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase`1.Begin(AsyncCallback callback, Object state, Int32 timeout)
  91.    在 System.Web.Mvc.Async.AsyncResultWrapper.Begin[TState](AsyncCallback callback, Object callbackState, BeginInvokeDelegate`1 beginDelegate, EndInvokeVoidDelegate`1 endDelegate, TState invokeState, Object tag, Int32 timeout, SynchronizationContext callbackSyncContext)
  92.    在 System.Web.Mvc.Controller.BeginExecuteCore(AsyncCallback callback, Object state)
  93.    在 System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase`1.Begin(AsyncCallback callback, Object state, Int32 timeout)
  94.    在 System.Web.Mvc.Async.AsyncResultWrapper.Begin[TState](AsyncCallback callback, Object callbackState, BeginInvokeDelegate`1 beginDelegate, EndInvokeVoidDelegate`1 endDelegate, TState invokeState, Object tag, Int32 timeout, SynchronizationContext callbackSyncContext)
  95.    在 System.Web.Mvc.Controller.BeginExecute(RequestContext requestContext, AsyncCallback callback, Object state)
  96.    在 System.Web.Mvc.MvcHandler.<BeginProcessRequest>b__3(AsyncCallback asyncCallback, Object asyncState, ProcessRequestState innerState)
  97.    在 System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallBeginDelegate(AsyncCallback callback, Object callbackState)
  98.    在 System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase`1.Begin(AsyncCallback callback, Object state, Int32 timeout)
  99.    在 System.Web.Mvc.Async.AsyncResultWrapper.Begin[TState](AsyncCallback callback, Object callbackState, BeginInvokeDelegate`1 beginDelegate, EndInvokeVoidDelegate`1 endDelegate, TState invokeState, Object tag, Int32 timeout, SynchronizationContext callbackSyncContext)
  100.    在 System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContextBase httpContext, AsyncCallback callback, Object state)
  101.    在 System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
  102.    在 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
  103. --><!--
  104. 此错误页可能包含敏感信息,因为 ASP.NET 通过 &lt;customErrors mode="Off"/&gt; 被配置为显示详细错误消息。请考虑在生产环境中使用 &lt;customErrors mode="On"/&gt; 或 &lt;customErrors mode="RemoteOnly"/&gt;。-->
复制代码
我很无聊!!!
@规则问题通常在2-7个工作日内检测!请耐心等待!
@如果着急,建议先看完2014新版规则教程
@发帖时请提供测试帐号、密码、.hwl数据包、.wzdr规则
@问题请尽量详细描述清楚,以便优先得到答复
@请不要把规则或数据包发到QQ,不方便官方记录和跟进
@如果要想让更多会员帮忙,请确保别人能正常浏览和下载
回复

使用道具 举报

最佳答案
71 

1325

回帖

247

好评

1万

达人币

用户组:VIP终身会员

VIP赞助会员乐于助人兔年幸运勋章七夕纪念勋章忠实粉丝羊年幸运勋章

发表于 2014-7-19 11:02:14 | 显示全部楼层
贴出服务器报错信息别人根本分析不出来 需要将规则整体报告发出来 协议头cookie方面考虑下
小提示:.wzdr是规则文件,.hwl是数据包文件 / 论坛评分,不扣自身!不用白不用。
回复 支持 反对

使用道具 举报

最佳答案
13 

690

回帖

15

好评

2038

达人币

用户组:高级会员

Rank: 4Rank: 4

发表于 2014-7-19 11:08:58 | 显示全部楼层
这个参数不需要替换的 你直接post里面的数据试试
回复 支持 反对

使用道具 举报

最佳答案
161 

4874

回帖

326

好评

5404

达人币

用户组:VIP终身会员

历届版主VIP赞助会员乐于助人兔年幸运勋章七夕纪念勋章忠实粉丝羊年幸运勋章春节勋章

 楼主| 发表于 2014-7-19 11:41:09 | 显示全部楼层
ruler 发表于 2014-7-19 11:02
贴出服务器报错信息别人根本分析不出来 需要将规则整体报告发出来 协议头cookie方面考虑下

就是想知道,大神们遇到返回类似的字符串是怎么解决的。。
我看了下协议头,没什么问题。。

cookie 对于注册来说。。更没问题了
我很无聊!!!
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 快速注册

本版积分规则

抢沙发||关于我们|手机版|营销神器 (蜀ICP备14013818号)

GMT+8, 2024-5-16 23:08

Powered by 营销神器论坛 Discuz!X3.4

© 2007-2024 营销工具

快速回复 返回顶部 返回列表