Edge browser hosts file
Hello, does anyone know how edge resolves the addresses?
Context: for development purposes, I configured local aliases in hosts file (127.0.0.1 <workalias>) so I can simulate different servers (in clear, IIS sites).
I can test with IE 11 & Chrome, they correctly read the hosts file and let me browse my websites.
Edge just never finds <workalias>. Where does Edge find its configuration?
Regards,
Fauberon
-------
Fauberon,
Well it is hard for me to tell why Microsoft Edge don't look up the hosts files like the other browser.
Microsoft Edge actually is a built-in Universal Windows app, this fundamentally changes the process model, so that both the outer manager process, and the assorted content processes, all live within app container sandboxes.
As hosts file is considered as the important system file, I suspect there should be some limitation for the apps to access it.
More information, please check: Microsoft Edge: Building a safer browser
And New Microsoft Edge and IE blog site: http://blogs.windows.com/msedgedev/
Regards
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 单元测试从入门到精通
· 上周热点回顾(3.3-3.9)
· winform 绘制太阳,地球,月球 运作规律