How do I get the Dev Tunnel URL from the HttpContext?
I usually got the host address like this:
var host = HttpContext.Request.Host;
But when I am using a Dev Tunnel I was expecting to get that funky URL they provide you, but I still get localhost. Please help?