python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
feign.FeignException$Unauthorized: [401] during [POST]
When i am trying to hit the API via postman on my local system for the service I am getting this exception.
feign.FeignException$Unauthorized: [401] during [POST] to [https://foo/foo/get] [ServiceName...
Vishesh Dab
Votes: 0
Answers: 0
FeignClient 411 content-length
I use feign client to get an object from my provider with an object query: doGet(User u); Then an exception occurs: feign.FeignException$FeignClientException: [411 Length Required] during [GET] to ......
linkin_w92
Votes: 0
Answers: 1
Replace org.springframework.cloud.openfeign.ribbon.CachingSpringLoadBalancerFactory
When I upgrade implementation 'org.springframework.cloud:spring-cloud-openfeign-core:2.2.2.RELEASE' to latest version implementation 'org.springframework.cloud:spring-cloud-openfeign-core:3.1.1'
I get...
Peter Penzov
Votes: 0
Answers: 1
Feign Exception UnsupportedMediaType during POST call to Jira rest endpoint
I have been trying to programmatically create version for a Jira project using Spring Cloud Feign.
I am following https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-project-versions...

Asif Kamran Malick
Votes: 0
Answers: 2