Skip to content
MAMP PRO Documentation

I cannot see my localhost using the Edge browser

Microsoft Edge allows localhost access by default but treats “localhost” as an Internet site, so Intranet features such as integrated authentication are disabled. Run the following command in your terminal to access localhost.

CheckNetIsolation LoopbackExempt -a -n="Microsoft.MicrosoftEdge_8wekyb3d8bbwe"

More information about localhost and Microsoft Edge can be found at the link below.

https://developer.microsoft.com/en-us/microsoft-edge/platform/faq/#how-can-i-debug-localhost


General