NTLM authentication HttpClient in Core

前端 未结 1 2001
没有蜡笔的小新
没有蜡笔的小新 2020-12-17 20:14

I am trying to use the HttpClient to access a REST service which requires NTLM authentication. However I keep getting a 401 Unauthorized. My code looks like this

<         


        
相关标签:
1条回答
  • 2020-12-17 20:50

    Microsoft has accepted this as a bug. Possibly a fix will be released with core 2.1

    https://github.com/dotnet/corefx/issues/25988

    0 讨论(0)
提交回复
热议问题