HTTP 415错误 Unsupported Content-Type

报如下错误:

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

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

上一篇:学习jquery mobile


下一篇:阿里云 Angular 2 UI框架 NG-ZORRO介绍