错误请求 - 使用 IP 地址访问本地主机时主机名无效

发布于 2025-01-10 08:17:24 字数 572 浏览 0 评论 0原文

我正在使用 Visual Studio 和 IIS Express 在本地运行 Web 应用程序。 我可以使用 https://localhost:44300 毫无问题地访问 Web 应用程序。

出于好奇,我想使用 IP 地址访问它,因此我尝试了 https://10.1.1.229:44300 但收到此错误:

在此处输入图像描述

我想我可以用我从 ipconfig 获得的私有 IP 地址替换 localhost: 输入图片这里的描述

我还注意到它说证书不安全。

如何使用 IP 地址访问本地 Web 应用程序?

I'm using Visual Studio and IIS Express to run a web app locally.
I can access the web app without any issues using https://localhost:44300.

Out of curiosity, I wanted to access it using the IP address, so I tried https://10.1.1.229:44300 but am getting this error:

enter image description here

I thought I could replace localhost with my private IP address which I got from ipconfig:
enter image description here

I also noticed it says the certificate is not secure.

How can I access my local web app using the IP address?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情栀口红 2025-01-17 08:17:24

您可以尝试对~\Documents\IISExpress\config\applicationhost.config'文件进行以下设置

<binding protocol="http" bindingInformation="ip address:port:host header" />

You can try the following settings to ~\Documents\IISExpress\config\applicationhost.config' file.

<binding protocol="http" bindingInformation="ip address:port:host header" />
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文