我使用wep api + angular js作爲intranet應用程序。我想激活windows身份驗證。它對於Internet Explorer來說工作的很好。但是當我嘗試Chrome瀏覽器時只能使用方法。我不想禁用Chrome啓動器:--disable-web-security.Is有解決辦法嗎?角度js wep api在Chrome擴展中的windows身份驗證
AngularJS not detecting Access-Control-Allow-Origin header?
我使用wep api + angular js作爲intranet應用程序。我想激活windows身份驗證。它對於Internet Explorer來說工作的很好。但是當我嘗試Chrome瀏覽器時只能使用方法。我不想禁用Chrome啓動器:--disable-web-security.Is有解決辦法嗎?角度js wep api在Chrome擴展中的windows身份驗證
AngularJS not detecting Access-Control-Allow-Origin header?
鉻發送後/放置請求作爲選項格式。
帶OPTIONS請求的授權標頭,所以在服務器端如果啓用Windows集成認證,它確實會拒絕OPTIONS請求。因此,如果只打開Windows身份驗證,則必須打開Windows身份驗證和匿名身份驗證纔會出現此錯誤。
如果您使用IE,它會發送帶post或put格式的請求,但chrome會將其發送給選項方法格式,因此您會在Chrome中發生錯誤。
可以在這些主題檢查細節
401 response for CORS request in IIS with Windows Auth enabled