code snippet:
@RequestMapping(method = RequestMethod.POST)//, headers = \"content-type=application/x-www-form-urlencoded\") public ModelAndView create(@Req
Using JSON worked for me as well, I suppose it makes the JSON interpreter get the data from the body. I was trying to use PUT though, which is a bit harder. You can read my post about it here.