I have a problem with the anti CRSF MVC mechanism. The cookie and the form input returned does not match. I\'m getting an error every single time, only in one specific page.
If this is being sent as an Ajax request, then the current setup of the framework isn't build to do this naturally.
Luckly Phil Haak wrote a nice blog post on dealing with CSRF and Ajax -> Preventing CSRF With Ajax which goes into some good detail about how to use the existing framework and modify it to work for Ajax/Json.