I have dot net core application 3.1 which is consuming NAV soap endpoint, consuming NAV soap endpoint working fine in IIS deployment but failing in docker deployment.
Previously there was an error GSSAPI operation failed with error - Unspecified GSS failure. Minor code may provide more information (Cannot find KDC for realm "Example.com")
After applying AppContext.SetSwitch("System.Net.Http.UseSocketsHttpHandler", false); Error --The HTTP request is unauthorized with client authentication scheme 'Basic'. The authentication header received from the server was 'Negotiate'