Windows Authentication
Hello, I have this blazor application that uses Windows Authentication. Everything works well but not on some deployments, I know Negotiate should only use HTTP1.1 but in some of these deployments it only uses HTTP2 and doesn't try to downgrade.
I have checked everything I know including kestrel which I already use HTTP1andHTTP2
0 Replies