<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>AntiCSRF</title><link>http://anticsrf.codeplex.com/project/feeds/rss</link><description>AntiCSRF makes it easier for ASP.NET developers to guard themselves against Cross Site Request Forgery. You&amp;#39;ll no longer have to manually add and check protection tokens to protected yourself against CSRF attacks.      AntiCSRF developed in C&amp;#35;. </description><item><title>New Post: Re: Getting error : No CSRF cookie supplied and CSRF form field is missing.</title><link>http://anticsrf.codeplex.com/discussions/401528</link><description>&lt;div style="line-height: normal;"&gt;I think i figured it out. if you are testing with cassini which is the integrated web server in Visual studio you will keep getting this error.&lt;br /&gt;
however if you deploy the application on a web server IIS it should work just fine, as the cookies are generated from the IIS sever.&lt;br /&gt;
&lt;br /&gt;
I hope this helps someone :)&lt;br /&gt;
&lt;/div&gt;</description><author>sadranyi</author><pubDate>Mon, 15 Apr 2013 20:26:30 GMT</pubDate><guid isPermaLink="false">New Post: Re: Getting error : No CSRF cookie supplied and CSRF form field is missing. 20130415082630P</guid></item><item><title>New Post: Re: Getting error : No CSRF cookie supplied and CSRF form field is missing.</title><link>http://anticsrf.codeplex.com/discussions/401528</link><description>&lt;div style="line-height: normal;"&gt;am running .NET 4.0 and am having the same error any fix or workaround &lt;br /&gt;
&lt;/div&gt;</description><author>sadranyi</author><pubDate>Fri, 12 Apr 2013 20:04:37 GMT</pubDate><guid isPermaLink="false">New Post: Re: Getting error : No CSRF cookie supplied and CSRF form field is missing. 20130412080437P</guid></item><item><title>New Post: Re: Getting error : No CSRF cookie supplied and CSRF form field is missing.</title><link>http://anticsrf.codeplex.com/discussions/401528</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am getting following error after adding anticsrf dll and necessery code in web.config file.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;/p&gt;
&lt;h1&gt;Server Error in '/Code' Application.
&lt;hr size="1"&gt;
&lt;/h1&gt;
&lt;h2&gt;&lt;em&gt;No CSRF cookie supplied and CSRF form field is missing.&lt;/em&gt;&lt;/h2&gt;
&lt;/span&gt;&lt;span style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"&gt;&lt;strong&gt;Description:&amp;nbsp;&lt;/strong&gt;An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the
 error and where it originated in the code.&amp;nbsp;&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;Exception Details:&amp;nbsp;&lt;/strong&gt;Idunno.AntiCsrf.PotentialCsrfException: No CSRF cookie supplied and CSRF form field is missing.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;Source Error:&lt;/strong&gt;&amp;nbsp;&lt;br&gt;
&lt;br&gt;
&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&lt;/p&gt;
&lt;table width="100%" bgcolor="#ffffcc"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;
&lt;pre&gt;Line 283:            {
Line 284:                // Whilst this does lose the stack, that's not really a bad thing here as the exception message is detailed enough.
&lt;span style="color:red"&gt;Line 285:                throw ex;
&lt;/span&gt;Line 286:            }
Line 287:        }&lt;/pre&gt;
&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;span&gt;&lt;span style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"&gt;&lt;br&gt;
&lt;strong&gt;Source File:&amp;nbsp;&lt;/strong&gt;C:\Users\vin\Desktop\anticsrf-69709\Trunk\idunno.AntiCSRF\AntiCsrfModule.cs&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Line:&amp;nbsp;&lt;/strong&gt;285&amp;nbsp;&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;Stack Trace:&lt;/strong&gt;&amp;nbsp;&lt;br&gt;
&lt;br&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;table width="100%" bgcolor="#ffffcc"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;
&lt;pre&gt;[PotentialCsrfException: No CSRF cookie supplied and CSRF form field is missing.]
   Idunno.AntiCsrf.AntiCsrfModule.RaiseError(Exception ex, HttpContext context) in C:\Users\vin\Desktop\anticsrf-69709\Trunk\idunno.AntiCSRF\AntiCsrfModule.cs:285
   Idunno.AntiCsrf.AntiCsrfModule.PreRequestHandlerExecute(Object source, EventArgs eventArgs) in C:\Users\vin\Desktop\anticsrf-69709\Trunk\idunno.AntiCSRF\AntiCsrfModule.cs:140
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() &amp;#43;216
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp;amp; completedSynchronously) &amp;#43;120
&lt;/pre&gt;
&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;span&gt;&lt;span style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"&gt;&lt;br&gt;
&lt;/p&gt;
&lt;hr size="1"&gt;
&lt;/span&gt;
&lt;p&gt;&lt;strong&gt;Version Information:&lt;/strong&gt;&amp;nbsp;Microsoft .NET Framework Version:2.0.50727.4952; ASP.NET Version:2.0.50727.4955&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Pls help.&lt;/p&gt;
&lt;p&gt;-&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Vinay&lt;/p&gt;
&lt;h2&gt;&lt;/h2&gt;
&lt;/span&gt;
&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>VinayShah</author><pubDate>Thu, 01 Nov 2012 08:13:12 GMT</pubDate><guid isPermaLink="false">New Post: Re: Getting error : No CSRF cookie supplied and CSRF form field is missing. 20121101081312A</guid></item><item><title>Reviewed: 0.9.1 Beta (Oct 22, 2012)</title><link>http://anticsrf.codeplex.com/releases/view/20549#ReviewBy-legeox</link><description>Rated 2 Stars &amp;#40;out of 5&amp;#41; - I&amp;#39;m surprised to be able to submit with success a forum where I&amp;#39;ve deleted the CSRFTOKEN value...&amp;#10;Is that an expected behaviour &amp;#63;</description><author>legeox</author><pubDate>Mon, 22 Oct 2012 13:45:02 GMT</pubDate><guid isPermaLink="false">Reviewed: 0.9.1 Beta (Oct 22, 2012) 20121022014502P</guid></item><item><title>Reviewed: 0.9.1 Beta (Oct 22, 2012)</title><link>http://anticsrf.codeplex.com/releases/view/20549#ReviewBy-legeox</link><description>Rated 2 Stars &amp;#40;out of 5&amp;#41; - I&amp;#39;m surprised to be able to submit with sucess a forum where I&amp;#39;ve deleted the CSRFTOKEN value...&amp;#10;Is that an expected behaviour &amp;#63;</description><author>legeox</author><pubDate>Mon, 22 Oct 2012 13:44:52 GMT</pubDate><guid isPermaLink="false">Reviewed: 0.9.1 Beta (Oct 22, 2012) 20121022014452P</guid></item><item><title>Source code checked in, #69709</title><link>http://anticsrf.codeplex.com/SourceControl/changeset/changes/69709</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 22:10:56 GMT</pubDate><guid isPermaLink="false">Source code checked in, #69709 20121001101056P</guid></item><item><title>Source code checked in, #69708</title><link>http://anticsrf.codeplex.com/SourceControl/changeset/changes/69708</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 22:06:45 GMT</pubDate><guid isPermaLink="false">Source code checked in, #69708 20121001100645P</guid></item><item><title>Commented Issue: Module does not protect against forged post-backs using HTTP verbs other than GET. [14105]</title><link>http://anticsrf.codeplex.com/workitem/14105</link><description>The AntiCsrfModule.PageLoad method contains logic to verify that post-backs are not being submitted as HTTP GET requests. The logic of this method currently uses an opt-out approach, only raising an exception when a post-back occurs as the result of a GET request. This opt-out approach allows forged post-back requests that use HTTP verbs other than GET &amp;#40;for instance, HEAD&amp;#41;.&lt;br /&gt;&lt;br /&gt;Although the attack vector surfaced by this issue is admittedly small, the fix for the issue appears to be inconsequential. By changing the logic of the conditional in the method to read as follows, the loophole of non-GET HTTP verbs is closed&amp;#58;&lt;br /&gt;&lt;br /&gt;if &amp;#40;page.IsPostBack &amp;#38;&amp;#38; &amp;#33;page.Request.HttpMethod.Equals&amp;#40;&amp;#34;POST&amp;#34;&amp;#41;&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: legeox ** &lt;p&gt;The change shown in the description is prety easy to be done and should fix the issue.&lt;/p&gt;</description><author>legeox</author><pubDate>Fri, 28 Sep 2012 16:19:13 GMT</pubDate><guid isPermaLink="false">Commented Issue: Module does not protect against forged post-backs using HTTP verbs other than GET. [14105] 20120928041913P</guid></item><item><title>New Post: JSON</title><link>http://anticsrf.codeplex.com/discussions/387883</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi, I'm wondering if this AntiCSRF module protects JSON web methods. I realize CORS would prevent json requests to some degree, but you can make a json request with a content type of&amp;nbsp;application/x-www-form-urlencoded, how would I protect from such a
 request without utilizing MVC.&lt;/p&gt;
&lt;/div&gt;</description><author>f209</author><pubDate>Tue, 24 Jul 2012 03:13:50 GMT</pubDate><guid isPermaLink="false">New Post: JSON 20120724031350A</guid></item><item><title>New Post: AntiCSRF for .NET 1.1</title><link>http://anticsrf.codeplex.com/discussions/279460</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The AntiCSRF &lt;span id="TitleLabel"&gt;0.9.1 Beta is for .NET 2.0?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;How about .NET 1.1?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>wayhang</author><pubDate>Tue, 15 Nov 2011 03:25:52 GMT</pubDate><guid isPermaLink="false">New Post: AntiCSRF for .NET 1.1 20111115032552A</guid></item><item><title>Created Issue: 'CSRF form field is missing' exception thrown when using Server.Transfer to redirect pages [20894]</title><link>http://anticsrf.codeplex.com/workitem/20894</link><description>When I try to redirect a certain page using &amp;#8216;Server.Transfer&amp;#8217;, this causes an exception saying &amp;#8216;CSRF form field is missing&amp;#8217;. Instead, the page can be redirected successfully using &amp;#8216;Response.Redirect&amp;#8217;. Any idea&amp;#63;&lt;br /&gt;</description><author>petekcchen</author><pubDate>Thu, 02 Jun 2011 01:38:18 GMT</pubDate><guid isPermaLink="false">Created Issue: 'CSRF form field is missing' exception thrown when using Server.Transfer to redirect pages [20894] 20110602013818A</guid></item><item><title>Commented Issue: Error: CSRF form tag missing When using JQuery AJAX Post [15125]</title><link>http://anticsrf.codeplex.com/workitem/15125</link><description>How should i use this AntiCSRF for JQuery AJAX post&amp;#63;  It is throwing &amp;#34;CSRF form tag is missing&amp;#34;.  Any suggestion on how to use while work with JQuery AJAX&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&lt;br /&gt;Ashok&lt;br /&gt;Comments: ** Comment from web user: petekcchen ** &lt;p&gt;Hi Ashok,&lt;br /&gt;Have you tried to post the data with the CSRF token in the hidden filed to see if it works&amp;#63;&lt;/p&gt;</description><author>petekcchen</author><pubDate>Thu, 02 Jun 2011 01:35:38 GMT</pubDate><guid isPermaLink="false">Commented Issue: Error: CSRF form tag missing When using JQuery AJAX Post [15125] 20110602013538A</guid></item><item><title>Reviewed: 0.9.1 Beta (apr 20, 2011)</title><link>http://anticsrf.codeplex.com/releases/view/20549#ReviewBy-dot_net_junkie</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - Excellent library&amp;#33; This sort of stuff is really hard to get right yourself.</description><author>dot_net_junkie</author><pubDate>Wed, 20 Apr 2011 09:55:02 GMT</pubDate><guid isPermaLink="false">Reviewed: 0.9.1 Beta (apr 20, 2011) 20110420095502A</guid></item><item><title>Commented Issue: Error running under non English culture [13582]</title><link>http://anticsrf.codeplex.com/workitem/13582</link><description>when i try to run inside the developmetn server this page showed instead the the exception page.&amp;#58; What this error means n how to solved it, since i already follow the readme file&amp;#63;&lt;br /&gt;&lt;br /&gt;Could not find any resources appropriate for the specified culture or the neutral culture.  Make sure &amp;#34;Idunno.AntiCsrf.Properties.Resources.resources&amp;#34; was correctly embedded or linked into assembly &amp;#34;Idunno.AntiCSRF&amp;#34; at compile time, or that all the satellite assemblies required are loadable and fully signed.&lt;br /&gt;Description&amp;#58; An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details&amp;#58; System.Resources.MissingManifestResourceException&amp;#58; Could not find any resources appropriate for the specified culture or the neutral culture.  Make sure &amp;#34;Idunno.AntiCsrf.Properties.Resources.resources&amp;#34; was correctly embedded or linked into assembly &amp;#34;Idunno.AntiCSRF&amp;#34; at compile time, or that all the satellite assemblies required are loadable and fully signed.Source Error&amp;#58; &lt;br /&gt;&lt;br /&gt;An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. &lt;br /&gt;&lt;br /&gt;Stack Trace&amp;#58; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#91;MissingManifestResourceException&amp;#58; Could not find any resources appropriate for the specified culture or the neutral culture.  Make sure &amp;#34;Idunno.AntiCsrf.Properties.Resources.resources&amp;#34; was correctly embedded or linked into assembly &amp;#34;Idunno.AntiCSRF&amp;#34; at compile time, or that all the satellite assemblies required are loadable and fully signed.&amp;#93;&lt;br /&gt;   System.Resources.ResourceManager.InternalGetResourceSet&amp;#40;CultureInfo culture, Boolean createIfNotExists, Boolean tryParents&amp;#41; &amp;#43;655&lt;br /&gt;   System.Resources.ResourceManager.InternalGetResourceSet&amp;#40;CultureInfo culture, Boolean createIfNotExists, Boolean tryParents&amp;#41; &amp;#43;681&lt;br /&gt;   System.Resources.ResourceManager.InternalGetResourceSet&amp;#40;CultureInfo culture, Boolean createIfNotExists, Boolean tryParents&amp;#41; &amp;#43;681&lt;br /&gt;   System.Resources.ResourceManager.GetString&amp;#40;String name, CultureInfo culture&amp;#41; &amp;#43;77&lt;br /&gt;   Idunno.AntiCsrf.AntiCsrfModule.PreRequestHandlerExecute&amp;#40;Object source, EventArgs eventArgs&amp;#41; &amp;#43;626&lt;br /&gt;   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute&amp;#40;&amp;#41; &amp;#43;92&lt;br /&gt;   System.Web.HttpApplication.ExecuteStep&amp;#40;IExecutionStep step, Boolean&amp;#38; completedSynchronously&amp;#41; &amp;#43;64&lt;br /&gt;Comments: ** Comment from web user: guybartal ** &lt;p&gt;hi,&lt;/p&gt;&lt;p&gt;i&amp;#39;ve encountered the same unhandled exception in hebrew.&lt;br /&gt;&lt;/p&gt;</description><author>guybartal</author><pubDate>Mon, 11 Apr 2011 13:08:22 GMT</pubDate><guid isPermaLink="false">Commented Issue: Error running under non English culture [13582] 20110411010822P</guid></item><item><title>Source code checked in, #52373</title><link>http://anticsrf.codeplex.com/SourceControl/changeset/changes/52373</link><description>Checked in by server upgrade</description><author>_TFSSERVICE</author><pubDate>Wed, 28 Jul 2010 17:08:20 GMT</pubDate><guid isPermaLink="false">Source code checked in, #52373 20100728050820P</guid></item><item><title>New Post: Please help me figure out why I'm getting "Could not find any resources appropriate .." err</title><link>http://anticsrf.codeplex.com/Thread/View.aspx?ThreadId=78361</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I have this issue and&amp;nbsp;I try setting culture features in my project, but i can't do it, because mi c# programming skill is very basic.&lt;/p&gt;
&lt;p&gt;So&amp;nbsp;I download the source AntiCSRF-35092.zip and recompile Releases\0.9.1 Beta source.&lt;/p&gt;
&lt;p&gt;Later I&amp;nbsp;remove the original DLL Idunno.AntiCsrf.dll from my project and copy the new DLL resulted from recompilated source with this lines removed from assemblyinfo.cs:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;[assembly: AssemblyCulture(&lt;span style="color:#a31515"&gt;&amp;quot;&amp;quot;&lt;/span&gt;)]&lt;br&gt;[&lt;span style="color:blue"&gt;assembly&lt;/span&gt;: NeutralResourcesLanguageAttribute(&lt;span style="color:#a31515"&gt;&amp;quot;en&amp;quot;&lt;/span&gt;)]&lt;/p&gt;
&lt;p&gt;The aplication works fine!!! My web.config just redirect to html page in csrf attack detected, so I will try the&amp;nbsp;&lt;span style="color:red"&gt;detectionResult&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;RaiseException&amp;quot; &lt;span style="color:#000000"&gt;feature for logging this atacks.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:blue"&gt;&lt;span style="color:#000000"&gt;I hope this info result useful for somebody.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:blue"&gt;&lt;span style="color:#000000"&gt;See you!&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><author>cgchavero</author><pubDate>Sat, 06 Feb 2010 00:14:11 GMT</pubDate><guid isPermaLink="false">New Post: Please help me figure out why I'm getting "Could not find any resources appropriate .." err 20100206121411A</guid></item><item><title>New Post: Please help me figure out why I'm getting "Could not find any resources appropriate .." err</title><link>http://anticsrf.codeplex.com/Thread/View.aspx?ThreadId=78361</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;You're not the first person to see this, and I can't reproduce it myself.&lt;/p&gt;
&lt;p&gt;Could you download the source and in the assemblyinfo.cs file remove the following two lines and let me know if that solves it?&lt;/p&gt;
&lt;pre&gt;[assembly: AssemblyCulture(&lt;span style="color:#a31515"&gt;&amp;quot;&amp;quot;&lt;/span&gt;)]&lt;br&gt;[&lt;span style="color:Blue"&gt;assembly&lt;/span&gt;: NeutralResourcesLanguageAttribute(&lt;span style="color:#a31515"&gt;&amp;quot;en&amp;quot;&lt;/span&gt;)]&lt;br&gt;&lt;/pre&gt;&lt;/div&gt;</description><author>blowdart</author><pubDate>Wed, 16 Dec 2009 23:44:59 GMT</pubDate><guid isPermaLink="false">New Post: Please help me figure out why I'm getting "Could not find any resources appropriate .." err 20091216114459P</guid></item><item><title>New Post: Error with POSTing to page different from GET page</title><link>http://anticsrf.codeplex.com/Thread/View.aspx?ThreadId=78361</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I get the following error when the aspx page that receives the POST is different from the aspx page that reponds to the GET:&lt;/p&gt;
&lt;h2&gt;&lt;em&gt;Could not find any resources appropriate for the specified culture or the neutral culture. &amp;nbsp;Make sure &amp;quot;Idunno.AntiCsrf.Properties.Resources.resources&amp;quot; was correctly embedded or linked into assembly &amp;quot;Idunno.AntiCSRF&amp;quot; at compile time, or that all the satellite assemblies required are loadable and fully signed.&lt;/em&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-family:Arial, Helvetica, Geneva, SunSans-Regular, sans-serif"&gt;&lt;strong&gt;Description: &lt;/strong&gt;An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. &lt;br&gt;&lt;br&gt;&lt;strong&gt;Exception Details: &lt;/strong&gt;System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture. &amp;nbsp;Make sure &amp;quot;Idunno.AntiCsrf.Properties.Resources.resources&amp;quot; was correctly embedded or linked into assembly &amp;quot;Idunno.AntiCSRF&amp;quot; at compile time, or that all the satellite assemblies required are loadable and fully signed.&lt;br&gt;&lt;br&gt;&lt;strong&gt;Source Error:&lt;/strong&gt; &lt;br&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;
&lt;table border=0 width="100%" bgcolor="#ffffcc"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;span style="font-family:Arial, Helvetica, Geneva, SunSans-Regular, sans-serif"&gt;&lt;br&gt;&lt;strong&gt;Stack Trace:&lt;/strong&gt; &lt;br&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;
&lt;table border=0 width="100%" bgcolor="#ffffcc"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;
&lt;pre&gt;[MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture.  Make sure &amp;quot;Idunno.AntiCsrf.Properties.Resources.resources&amp;quot; was correctly embedded or linked into assembly &amp;quot;Idunno.AntiCSRF&amp;quot; at compile time, or that all the satellite assemblies required are loadable and fully signed.]
   System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents) +7676578
   System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents) +583
   System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents) +583
   System.Resources.ResourceManager.GetString(String name, CultureInfo culture) +74
   Idunno.AntiCsrf.Properties.Resources.get_exceptionMessageFormFieldMissing() +27
   Idunno.AntiCsrf.AntiCsrfModule.PreRequestHandlerExecute(Object source, EventArgs eventArgs) +640
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp;amp; completedSynchronously) +75
&lt;/pre&gt;
&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;span style="font-family:Arial, Helvetica, Geneva, SunSans-Regular, sans-serif"&gt;&lt;br&gt;
&lt;hr size=1&gt;
&lt;strong&gt;Version Information:&lt;/strong&gt;&amp;nbsp;Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3053 &lt;/span&gt;&lt;/p&gt;
&amp;lt;!--  [MissingManifestResourceException]: Could not find any resources appropriate for the specified culture or the neutral culture.  Make sure &amp;quot;Idunno.AntiCsrf.Properties.Resources.resources&amp;quot; was correctly embedded or linked into assembly &amp;quot;Idunno.AntiCSRF&amp;quot; at compile time, or that all the satellite assemblies required are loadable and fully signed.    at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents)    at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents)    at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents)    at System.Resources.ResourceManager.GetString(String name, CultureInfo culture)    at Idunno.AntiCsrf.Properties.Resources.get_exceptionMessageFormFieldMissing()    at Idunno.AntiCsrf.AntiCsrfModule.PreRequestHandlerExecute(Object source, EventArgs eventArgs)    at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously) --&amp;gt;&amp;lt;!--  This error page might contain sensitive information because ASP.NET is configured to show verbose error messages using &amp;lt;customErrors mode=&amp;quot;Off&amp;quot;/&amp;gt;. Consider using &amp;lt;customErrors mode=&amp;quot;On&amp;quot;/&amp;gt; or &amp;lt;customErrors mode=&amp;quot;RemoteOnly&amp;quot;/&amp;gt; in production environments.--&amp;gt;&lt;/div&gt;</description><author>redpatch</author><pubDate>Wed, 16 Dec 2009 20:22:26 GMT</pubDate><guid isPermaLink="false">New Post: Error with POSTing to page different from GET page 20091216082226P</guid></item><item><title>Created Issue: Error: CSRF form tag missing When using JQuery AJAX Post [15125]</title><link>http://anticsrf.codeplex.com/WorkItem/View.aspx?WorkItemId=15125</link><description>How should i use this AntiCSRF for JQuery AJAX post&amp;#63;  It is throwing &amp;#34;CSRF form tag is missing&amp;#34;.  Any suggestion on how to use while work with JQuery AJAX&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&lt;br /&gt;Ashok&lt;br /&gt;</description><author>ashok_subbu</author><pubDate>Tue, 01 Dec 2009 07:14:12 GMT</pubDate><guid isPermaLink="false">Created Issue: Error: CSRF form tag missing When using JQuery AJAX Post [15125] 20091201071412A</guid></item><item><title>Created Issue: Module does not protect against forged post-backs using HTTP verbs other than GET. [14105]</title><link>http://anticsrf.codeplex.com/WorkItem/View.aspx?WorkItemId=14105</link><description>The AntiCsrfModule.PageLoad method contains logic to verify that post-backs are not being submitted as HTTP GET requests. The logic of this method currently uses an opt-out approach, only raising an exception when a post-back occurs as the result of a GET request. This opt-out approach allows forged post-back requests that use HTTP verbs other than GET &amp;#40;for instance, HEAD&amp;#41;.&lt;br /&gt;&lt;br /&gt;Although the attack vector surfaced by this issue is admittedly small, the fix for the issue appears to be inconsequential. By changing the logic of the conditional in the method to read as follows, the loophole of non-GET HTTP verbs is closed&amp;#58;&lt;br /&gt;&lt;br /&gt;if &amp;#40;page.IsPostBack &amp;#38;&amp;#38; &amp;#33;page.Request.HttpMethod.Equals&amp;#40;&amp;#34;POST&amp;#34;&amp;#41;&amp;#41;&lt;br /&gt;</description><author>jmbledsoe</author><pubDate>Thu, 10 Sep 2009 14:05:33 GMT</pubDate><guid isPermaLink="false">Created Issue: Module does not protect against forged post-backs using HTTP verbs other than GET. [14105] 20090910020533P</guid></item></channel></rss>