回答編集履歴
1
Edgeのヘルプに記載があったので追記
answer
CHANGED
@@ -1,3 +1,14 @@
|
|
1
1
|
Windowsの設定でloopbackが許可されていないのだと思います。
|
2
2
|
https://github.com/tiagonmas/Windows-Loopback-Exemption-Manager
|
3
|
-
で許可してみてください。
|
3
|
+
で許可してみてください。
|
4
|
+
|
5
|
+
---
|
6
|
+
追記
|
7
|
+
|
8
|
+
Edgeのヘルプを見たらコマンドラインから設定する方法の記載がありました。
|
9
|
+
https://developer.microsoft.com/en-us/microsoft-edge/platform/faq/#how-can-i-debug-localhost
|
10
|
+
を参照してください。
|
11
|
+
|
12
|
+
> Microsoft Edge allows localhost access by default but treats “localhost” as an Internet site, so Intranet features like integrated authentication are disabled.
|
13
|
+
> Some custom host mappings might require additional configuration (more on that here) for which you can run the following command:
|
14
|
+
> CheckNetIsolation LoopbackExempt -a -n="Microsoft.MicrosoftEdge_8wekyb3d8bbwe"
|