I\'m making an application that involves a website on localhost as a user interface with Asp.net Core and SignalR Core.
My problem is that I get an authentication ex
It seems that the SignalR Core Client is also subject to Https redirection Which is why it wouldn't connect to the http port.
For my use case, I just had to disable it in Startup.cs