Y
Hacker News
new
|
ask
|
show
|
jobs
by
tdeck
53 days ago
What is the benefit of using HTTPS for this particular use case?
1 comments
t0mas88
53 days ago
Some browser functions only work over https, localhost is the exception. So if you change localhost:5173 to myapp.vibe it needs a valid certificate.
link
swiftcoder
52 days ago
And localhost being the exception is often quite painful - I've stuck into several projects that worked just fine on localhost, and then were a pain in the neck to convert to run in secure contexts
link