栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 后端开发 > Java

curl Content type ‘application/x-www-form-urlencoded;charset=UTF-8‘ not supported

Java 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

curl Content type ‘application/x-www-form-urlencoded;charset=UTF-8‘ not supported

使用curl请求java接口,返回报错

array(5) {
  ["timestamp"]=>
  string(19) "2021-11-10 11:20:26"
  ["status"]=>
  int(415)
  ["error"]=>
  string(22) "Unsupported Media Type"
  ["message"]=>
  string(76) "Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported"
  ["path"]=>
  string(21) "/base/searchDrugTaboo"
}

原因:curl请求时,设置的content-type不对或者未设置。

解决方案:

$headers = array("content-type: application/json; charset=UTF-8");

在curl请求中,header内加上content-type设置,参数请求是json格式。

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/461929.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号