Steve Dunn
Steve Dunn

Reputation: 21791

How can I stop the Azure DocumentDB Emulator from redirecting localhost to HTTPS?

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

Answers (1)

ArTrejo-MSFT
ArTrejo-MSFT

Reputation: 171

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

Upvotes: 2

Related Questions