我正在用for i,u in enumerate(a):
if a[i] == b[i] and b[i] == a[i]:
a.remove(a[i])
b.remove(b[i])
c.remove(c[i])
实现SignalR Core
。在Windows Authentication
下运行时,它可以正常运行,但因https
请求而失败。
在讨论.Net Core Console connect signalR 401 under windows authentication #6120时,@ BrennanConroy声称此问题受http
的限制,可以由http redirect
解决。但是,我没有在HttpClientHandler
中找到有关如何使用HttpClientHandler
或CredentialCache
的任何信息。
我想知道将http重定向到https时是否有任何附加SignalR Core
的方法。