Windows Authentication Browsers

I am using Browsersync in a .NET application. I only have iis installed with Windows authentication (anonymous authentication is disabled). I get 402.1. Of course, I can enable anonymity, and it will load the page, but I will be anonymous, which is not the desired result. I'm not quite sure what parameters to set in Browsersync so that this work works in Windows authentication mode.

I use below and think this is due to incorrect headers.

browserSync.init({ proxy: { target: 'http://localhost:4300', reqHeaders: { "host": config.urlObj.host, "accept-encoding": "identity", "agent": false } } }); 
+7
authentication windows browser-sync
source share

No one has answered this question yet.

See related questions:

5199
Ultimate Form-Based Authentication Guide
2453
How to install pip on windows?
2195
Is there an equivalent of "which" on the windows command line?
1975
How do I know which process the port is listening on in Windows?
1141
How can I develop for iPhone using a Windows development machine?
671
RESTful Authentication
one
Windows Authentication and Anonymity
0
Disabling anonymous authentication for a web application causes an error
0
Silverlight and WCF with Windows Authentication
0
Windows IIS with Windows Authentication and Single-Host Access

All Articles