Is there way to force DataTable to use application/json instead of application/x-www-form-urlencoded when sending requests?
The only way I can think of is to write my own DataTable.ajax(), but maybe there's a better way...?
(The goal is to handle the server side with Spring as described in this post: JQuery, Spring MVC @RequestBody and JSON - making it work together.)