通过网络从 PC 上的 iPhone 访问 Web 服务
不久前我问了一个非常类似的问题并得到了一些很好的答复。我已经走了很远,但仍然无法完全交谈。我拥有一台运行 IIS 的 PC 以及其中的 Web 服务。我正在尝试在我的 Mac 上安装 iPhone 模拟器,以便能够查看此 Web 服务。我可以从 Mac 很好地 ping 通我的 PC 的本地 IP 地址,它显然处于活动状态并且在网络上。但是,无论我在 Safari 中输入什么 URL,Web 服务都不会出现。
有什么建议吗?
预先非常感谢您。
I asked a very similar question not too long ago and got some great responses. I've made it pretty far but still can't quite get things to talk. What I have is a PC running IIS and a web service inside of that. I'm trying to get the iPhone simulator on my Mac to be able to see this web service. I can ping my PCs local IP address from the Mac just fine, it's clearly alive and on the network. However, no matter what URL I enter into Safari the web service will not appear.
Any suggestions?
Thank you very much in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是网络服务还是网络应用程序?
一种合理的可能性是您的 Windows 防火墙可能阻止对端口 80 的访问。如果是这样,请打开 Windows 防火墙设置并添加端口 80 的例外(控制面板 -> Windows 防火墙 -> 例外)。
您可以尝试在 Mac 上使用 telnet 来测试与 Web 服务/应用程序的连接。
Is this a web service or web application?
One fair possibility is that your Windows firewall could be blocking access to port 80. If it is, open your Windows firewall settings and add an exception for port 80 (Control Panel -> Windows Firewall -> Exceptions).
You might try using telnet on your Mac to test connecting to the web service/application.