HTTP 415错误 Unsupported Content-Type

时间:2024-03-07 08:13:51

 

报如下错误:

{
"badMediaType": {
"message": "Unsupported Content-Type",
"code": 415
}
}

 

这个问题一般都是调用rest api 出现的,就是http 头中没有增加 "Content-type":"application/json"     。Content-type这个字段增加上浏览器就知道如何处理了