Visual Studio Dev Tunnels And SignalR

140 Views Asked by At

Using the Visual Studio Dev Tunnels feature I CAN make Http(s) requests to my endpoint. This would be my typical endpoint:

https://3jslj4kx-5000.uks1.devtunnels.ms/

I can connect to a signalr hub using localhost url but not the dev tunnel url.

Http://localhost:5000/myhub  works fine
https://3jslj4kx-5000.uks1.devtunnels.ms/myhub   does not work

Does Dev Tunnels work with signalr?

0

There are 0 best solutions below