码迷,mamicode.com
首页 > Web开发 > 详细

HTTP Status 406 – Not Acceptable

时间:2019-09-27 22:48:06      阅读:200      评论:0      收藏:0      [点我收藏+]

标签:矛盾   text   des   script   repr   charset   represent   com   body   

技术图片

 

 

前端调用这个方法报错:

技术图片

 

 

HTTP Status 406 – Not Acceptable


Type Status Report

Description The target resource does not have a current representation that would be acceptable to the user agent, according to the proactive negotiation header fields received in the request, and the server is unwilling to supply a default representation.

方法使用了@ResponseBody来返回json,然后注解 produces="text/html;charset=UTF-8" 又说返回的是 text/html,互相矛盾,去掉注解  produces="text/html;charset=UTF-8"  就好了。

 

HTTP Status 406 – Not Acceptable

标签:矛盾   text   des   script   repr   charset   represent   com   body   

原文地址:https://www.cnblogs.com/digdeep/p/11600649.html

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