expose
expose copied to clipboard
Public HTTP redirects to HTTPS
When I share a non secured site from valet (v4) with expose (2.6.0) I get the two public tunnel urls. One with http and one with https. The problem is that the http version redirects to the https version and non-https urls are getting blocked in the browser. Is this intended behaviour or a bug?

I know using non-https urls is not ideal but while developing it is what it is. Encountered the issue when sharing a Laravel site with running Vite mode. There expose does not replace the development url (which is http).

same issue here