Spring MVC 415 Unsupported Media Type

前端 未结 7 1334
再見小時候
再見小時候 2020-11-28 13:01

I am using Spring 3.2 and try to use an ajax post request to submit an array of json objects. If this is relevant, I escaped all special characters.

I am getting an

7条回答
  •  星月不相逢
    2020-11-28 13:39

    try changing json to application/json for datatype. And what does your json look like is it valid ? I have never seen json converted to a String[] before, so this coul dalso be the problem.

提交回复
热议问题