|
|
|
|
|
by arkadiyt
2957 days ago
|
|
> Why would you ever develop with HTTPS locally? One good reason is to mimic the production environment, as there are an increasing number of browser features that depend on HTTPS (HSTS, cookie secure flags, new html5 APIs like the location api, etc). Though when I do use https locally I also typically use an nginx reverse proxy. |
|