Whenever I start it, it sends an HSTS header which means every request now redirects from http://localhost
to https://localhost
.
This is a PITA when developing locally with node.js.
Is there a way to stop it from doing that?
Whenever I start it, it sends an HSTS header which means every request now redirects from http://localhost
to https://localhost
.
This is a PITA when developing locally with node.js.
Is there a way to stop it from doing that?
I believe this has been fixed in recent builds. Try re-installing the latest build?