Category: CORS
-
Angular,CORS and .NET Core SignalR
I have written a .NET Core SignalR + Agular Observable of continously delivering the data. (http://msprogrammer.serviciipeweb.ro/2018/06/25/net-core-signalr-hub-angular-observable/ ) The setup is that .NET WebAPI resides in Visual Studio Project ( .sln. .csproj) and Angular Project is separate in another folder. There are some settings in the development to be done in order to work Setting CORS…