HTTP 415错误 Unsupported Content-Type

报如下错误:

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

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

原文地址:https://www.cnblogs.com/menkeyi/p/6023430.html