justSomeo

Results 1 issues of justSomeo

Bug report Need Feign to use proxy with credentials and defining something like this in Spring-Boot: ``` @Bean public Client feignClient() { return new Client.Proxied(null, null, new Proxy(Proxy.Type.HTTP, new InetSocketAddress(proxyHost,...

question
feedback provided