twilio-labs / NgrokExtensions

Visual Studio integration with ngrok
MIT License
48 stars 26 forks source link

Add support for https localhost #29

Open th0mk opened 5 years ago

th0mk commented 5 years ago

Ngrok recently addedd support for https localhost. (See this issue) Maybe this extension should add support too? Ngrok already starts on the SSL URL if its available, but it should be 'https' before localhost instead of 'http'.

.NET Core projects are also https by default, so it should apply there too.

dprothero commented 4 years ago

See PR #37 Would love if folks could test this out before we put out an official release!

brandonn12 commented 4 years ago

Ngrok recently addedd support for https localhost. (See this issue) Maybe this extension should add support too? Ngrok already starts on the SSL URL if its available, but it should be 'https' before localhost instead of 'http'.

.NET Core projects are also https by default, so it should apply there too.

;)-