1

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?

Community
  • 1
  • 1
Steve Dunn
  • 21,044
  • 11
  • 62
  • 87

1 Answers1

2

I believe this has been fixed in recent builds. Try re-installing the latest build?

ArTrejo-MSFT
  • 171
  • 4
  • I have downloaded and reinstalled the emulator just now, v 1.11.72.11. localhost is still redirecting to https for every request. I suspect that whatever system configuration change made by my previous installation is still in effect, and has not been reset by the new installer. Is there a way to verify this/correct it? – JKubecki Jan 06 '17 at 16:08