Questions tagged [dev-tunnels]
5 questions
1
vote
0 answers
MAUI Dev tunnel auto-detection
After Visual studio released Dev tunnels for easy debugging of e.g. localhost apis triggered from app running on real device, they made the whole mobile/webhook debugging experience better.
In .ASP NET Core you can…

Kebechet
- 1,461
- 15
- 31
1
vote
0 answers
Visual Studio 2022 dev tunnel on Blazor WASM hosted ASP.NET Core project
I have a Blazor web assembly hosted in an ASP.NET Core 7 project.
I'm using Windows 10, and Microsoft Visual Studio Enterprise 2022 (64-bit) - current version is 17.5.1.
I want to run it by Visual Studio 2022 on dev tunnels and view that site on my…

M Komaei
- 7,006
- 2
- 28
- 34
0
votes
0 answers
VScode Tunnels - Keep it alive
So I have been developing using the vscode.dev remote tunnels - they are great and super convenient.
I wanted to know if it is possible to keep it such that the session stays open even when you get disconnected. Such that when I reconnect or reload…

Rana Tallal
- 424
- 7
- 15
0
votes
0 answers
VSCode Server - devtunnel.ms - Access tunnel from Service / How to authenticate?
My Problem
I have multiple applications exposed via portforwarding on devtunnels through vscode server. I can access them perfectly fine, but one application needs to request another one, but it can't because its not authenticated (via github). So I…

Geilmaker
- 471
- 1
- 7
0
votes
1 answer
How do you get the Dev Tunnel url from the HttpContext?
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.…

spmoolman
- 403
- 8
- 20