当我在端口 8080 上启动 emmbedt Web 服务器时,我收到 Windows 安全警报,我可以避免它吗?
在 Windows 中使用嵌入式 Web 服务器时有什么方法可以避免这种情况吗?
我不想让用户感到害怕
is there any way to avoid this when using embedded web server in windows?
i don't want users to be scare
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果绑定到所有接口并且启用了防火墙,则无法避免这种情况。如果您的服务不需要从计算机外部访问,您可以仅绑定到 localhost ,这应该可以避免防火墙警告。
If you bind to all interfaces and the firewall is enabled, there is no way to avoid this. If your service does not need to be accessed from outside of the computer, you can bind to just
localhost
which should avoid the firewall warning.