码迷,mamicode.com
首页 > 其他好文 > 详细

调用Restful Service 出现415 Unsupported Media Type的问题(Rest Request Header中的Content-Type问题)

时间:2014-05-17 17:47:55      阅读:445      评论:0      收藏:0      [点我收藏+]

标签:des   style   c   tar   ext   int   

用Chrome的插件Simple REST Client 调用POST的REST服务时,老是报415错误,如图。

一开始就以为是服务端的问题,各种google,百度,折腾了一下午未果。 晚上继续看,一不小心看到返回的Response的Headers中Content-Type的值与冒号之间有一个空格,于是将Request的Content-Type:application/json;charset=UTF-8改成Content-Type: application/json;charset=UTF-8(Content-Type:后加一个空格),调用成功。 尼玛这爹坑的。吐了。。。

bubuko.com,布布扣

 

bubuko.com,布布扣

调用Restful Service 出现415 Unsupported Media Type的问题(Rest Request Header中的Content-Type问题),布布扣,bubuko.com

调用Restful Service 出现415 Unsupported Media Type的问题(Rest Request Header中的Content-Type问题)

标签:des   style   c   tar   ext   int   

原文地址:http://www.cnblogs.com/spec-dog/p/3731279.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!