Relative Content

Tag Archive for c#azureproxysignalrazure-api-management

SignalR connection through Azure APIM

The Situation
I am using azure apim to proxy requests from client to my web app backend. I am succesfully forwarding the requests through the apim, mainly to hide the my backend url from the client. So just to expose the proxy url. However i am struggling with forwarding the signalR connection request through my Azure APIM. I need to do this because the negotiation handshake exposes my backendurl since im directly requesting the backend endpoint.