Visual Studio 2022 17.6 introduced support for dev tunnels ref. Previously, developers would need to set up ngrok to forward external traffic to their local dev machines for testing. ngrok provides the capability to monitor traffic through the tunnel via its web inspection interface. Is there a way to similarly monitor traffic through Visual Studio's dev tunnel?
How can I monitor dev tunnel traffic in VisualStudio?
109 views Asked by Mark Nadig At
1
Add "-inspect" to the dev tunnel url to view the inspection interface. For dev tunnel
ID-8080.usw2.devtunnels.ms
the inspection interface isID-8080-inspect.usw2.devtunnels.ms
Thanks @derekbekoe via X