Okay, I\'ve seen tons of questions posted regarding this question, but none of the answers has actually worked for me, here\'s my AJAX:
$.ajax({ url:
$.ajax({ url: "/FilterSessions/GetFilterSession", type: "GET", dataType: "json", data:JSON.stringify({ 'jsonFilters': jsonFilters}), contentType: 'application/json; charset=utf-8', success: function (response) { //Do your action } });