Reputation: 21791
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?
Upvotes: 1
Views: 164
Reputation: 171
I believe this has been fixed in recent builds. Try re-installing the latest build?
Upvotes: 2