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

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.
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