ASP.NET MVC no longer resolves json GET requests unless explicitly permitted using JsonRequestBehavior.AllowGet . I have several AJAX requests that I would like to cache, for example, so I would like to allow GET requests to them.
What are the security implications of enabling GET requests and how can I resist them differently?
json jquery asp.net-mvc asp.net-mvc-3
Carvellis
source share