George Curington
George Curington
trying to use a spring boot openfeign client to use a NTLM proxy to get to an external pubic client rest service. Any ideas on how to do this?
My problem so far is that nothing works so far for me. I have tried everything , looked all over google I want to use a Feign client in Springboot....
One thing I am curious about is: When I set up the code to call the proxy .. it runs .. but does not seem to be aware of the...
> The easy ones probably work ... The proxy that I am going true is an NTLM proxy. It is a bit confusing to use ... also OkHttpclient cannot even...
> I don't know if this works with NTLM proxies, but this is what we ended up using (we use that class as "configuration" in the FeignClient annotation) : >...
> I might add that using a NON-NTLM proxy is not a problem and works fine as advertised. It is the NTLM authorization that is the issue
Actually , I did figure out how to make it work. But the company I work formoved to a different type of proxy which made the issue a non-issue since...
thanks for he info. I did manage to figure out the NTLM issue using openfeign with apatche http client. However, since that time we changed from NtlM to a NON-NTLM...