dev-tunnels icon indicating copy to clipboard operation
dev-tunnels copied to clipboard

Dev Tunnels SDK

Results 27 dev-tunnels issues
Sort by recently updated
recently updated
newest added

Hello, GCCH uses a different login url (https://login.microsoftonline.us) which is different from the commericial login url (https://login.microsoftonline.com). Would it be possible to add a flag to toggle the login url?...

feature-request

Hi, I have setup a dev tunnel to a locally running ASP.NET Core app which uses Azure AD for SSO. The tunnel was setup using these commands: ``` devtunnel create...

It would be nice if we could have a file where we define our tunnels to simplify setup and running them in dev environments

feature-request

The Android emulator is unable to open the web of devtunnel, But Android WSL can open the web of devtunne, I don't know where the problem is, but other websites...

needs-more-info

I'm encountering a strange situation for me : I have developed an api locally. I've activated dev-tunnel in persistence mode. So far so good. I've connected it to a MAUI...

I'm trying to use the inspection link but when I use devtunnels with my corp AD account, the link fails with an `HTTP 431`. When I use my personal `@outlook.com`...

I've been trying out Dev Tunnels as a replacement for ngrok but I've run into a problem that persistent tunnels work fine for hours but stop responding after a while....

needs-more-info

Bumps [h2](https://github.com/hyperium/h2) from 0.3.24 to 0.3.26. Release notes Sourced from h2's releases. v0.3.26 What's Changed Limit number of CONTINUATION frames for misbehaving connections. See https://seanmonstar.com/blog/hyper-http2-continuation-flood/ for more info. v0.3.25 What's...

dependencies
rust

## Environment I'm running Ubuntu with WSL. ``` $ cat /etc/os-release PRETTY_NAME="Ubuntu 22.04.4 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.4 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" UBUNTU_CODENAME=jammy ``` ##...

Hello, I'm experiencing a bug similar to #276 Context: - remote machine, everyone running Linux and VS code, dev tunnels and a flask app with uwsgi in Docker (compose). I...