ERROR 失败原因:
feign.FeignException$BadRequest: [400] during [GET] to [http://方法?携带的请求头条件。。。。。 [ManualStockControllerFeign#deleteManualStockTaskByIds(List)]:
<!doctype html><html lang="en"><head><title>HTTP Status 400 – Bad Request</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;... (435 bytes)]
调用微服务报错,批量删除,使用的是getMapping请求,于是出现上述错误。
一开始是以为请求响应时间过长,仔细看了报错信息,是请求头携带数量过大,url携带长度过长
解决方法:
1、调整请求长度,微服务较多不使用
2、使用PostMapping,@RequestBody方法文章来源:https://www.toymoban.com/news/detail-781610.html
解决问题。文章来源地址https://www.toymoban.com/news/detail-781610.html
到了这里,关于springboot - feign.FeignException$BadRequest: [400] during [GET] to [http:的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!