dev-tunnels
dev-tunnels copied to clipboard
Dev Tunnels SDK
Could you please add some documentation regarding the scope and intended purpose of the Tunnel Id beyond giving an id to refer to on the command line. For instance, we...
I'm in GitHub Codespaces (Ubuntu and bash) and using `fnm` to manage node versions Installed with `curl -sL https://aka.ms/DevTunnelCliInstall | bash` I got the output ``` To get started, run:...
A project created in a template asp.net with angular. Dev tunnel creates only one port. When the SPA project is ready it is redirected to the new port. Normally here...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.7 to 6.6.0. Commits b8a7edd 6.6.0 34c8534 fix: signature verification due to leading zeros See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...
Dev Tunnels service seems to be doing a wrong formatting of the URI when forwarding a request to the host. This is an example of accessing a forwarded port with...
I am trying to use a websocket over a devtunnel but the connection does not complete. On my local server I can see the incoming request and that my server...
Haven't been able to use devtunnels. trying different browsers. I've tried switching clusters. trying on a different pc - mac and windows. Even tried with different projects - python flask...
```typescript ```
### Summary When a server behind devtunnel sends an HTTP redirect to `http://localhost:3000/some-url`, devtunnel rewrites the `Location` header to something like: ``` Location: https://mytunnel.devtunnels.ms:3000/some-url ``` This breaks the redirect if...
DevTunnels was such a great tool until it stopped working for now apparent reason. I've installed the CLI trying to get a better understanding of what's happening in the background,...