.NET Core reverse proxy middleware and signalR
I need to do a reverse proxy middleware in ASP.NET Core. I have something like this. But it doesn’t work with SignalR.
I need to do a reverse proxy middleware in ASP.NET Core. I have something like this. But it doesn’t work with SignalR.
I am implementing a reverse proxy for routing requests to a backend server.