1
Vote

AntiForgery with AJAX support

description

AntiForgery should support tokens coming in by AJAX from the headers. I'd like to modify the classes and contribute. How do I go about this or will Microsoft do it?

comments

Mixmasterxp wrote Jul 30, 2012 at 4:48 PM

An example could be found here: http://www.codethinked.com/aspnet-mvc-ajax-csrf-protection-with-jquery-15

This is just for ajax requests. I'm thinking about merging them into one so the attribute supports both form fields and ajax request headers.

Mixmasterxp wrote Aug 13, 2012 at 10:13 PM

I see the status is changed to Active. Does this mean I can help or the person assigned to it will be doing it?