美文网首页
application/x-www-form-urlencode

application/x-www-form-urlencode

作者: wyatt_plus | 来源:发表于2017-07-20 20:19 被阅读0次

    在做ajax请求时,会发生如图中的错误

    org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported

    Paste_Image.png

    解决方法如下:
    ajax请求加上这句话:

    contentType: "application/json"
    
    Paste_Image.png

    问题就可以搞定,json化自己对象后,必须声明数据传输类型为json格式

    相关文章

      网友评论

          本文标题:application/x-www-form-urlencode

          本文链接:https://www.haomeiwen.com/subject/xzmjkxtx.html