HTTP 415错误 Unsupported Content-Type

 

报如下错误:

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

 

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

posted @ 2016-11-02 16:35  MKY-门可意  阅读(1980)  评论(0)    收藏  举报