LocalCan / LocalCanApp

#1 Ngrok alternative. Without subscription. With .local domains and top-rated UX.
27 stars 0 forks source link

Ability to select localhost but on https #3

Closed AdzeB closed 2 months ago

AdzeB commented 3 months ago

Description

I wanted to ask if we will get the ability to select localhost on HTTPS instead of HTTP

AdzeB commented 3 months ago

If you are using dotnet make sure app.UseHttpsRedirection(); is disabled for local development, it took me a while to figure out why LocalCan wasn't working.