iPhone - 在同一网络中访问我的 Mac 上的 XAMPP 服务器(本地主机)
我想创建一个 iPhone 应用程序来调用网络服务。 为了进行测试,我想首先在我的 mac(运行 XAMPP 的服务器)上创建 API 调用,如果它在那里工作正常,我想将其移植到实际的服务器。
如果我的 iPhone 和 Mac 在同一网络中,我可以使用 Mac 的 IP 地址访问 Web 服务吗?
谢谢。
I want to create an iPhone app which makes calls to a web service. For testing, I want to first create the API calls on my mac (server running XAMPP) and if it works fine there I want to port it to the actual server.
If my iPhone and mac are on the same network, can I access the web service using the IP address of my mac?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
每当有人回答“为什么不”时,请忽略该帖子。 这只会占用空间并且绝对没有增加任何价值……他们的帖子模仿了他们的生活。
不管怎样,我通过在 Touch 地址栏上输入笔记本电脑的 IP 地址,从 iPod Touch 访问我的笔记本电脑本地主机(WAMP 堆栈)。 需要进行一些配置才能使其工作。 我在以下位置找到了我需要的内容:
http://www.frihost.com/forums/vt -88381.html
祝你好运!
Any time someone answers with "why not," ignore the post. This just takes up space and adds absolutely no value...their post imitating their life.
Anyway, I access my laptop localhost (WAMP stack) from my iPod Touch by entering the IP address of my laptop on my Touch location bar. There is some configuration that needs to happen for this to work. I found what I needed at:
http://www.frihost.com/forums/vt-88381.html
Good Luck!
我无法谈论实际的开发,但是我总是通过输入 http://ip 或 http://ip 或 http:// /local_dns_name
只要 iphone / ipod 正确连接到网络(例如通过标准 wifi 而不是 3g/其他),您就应该能够访问任何和所有本地资源。
I can not speak about actual development, however I access intranet pages from a Ipod Touch all the time by either typing http ://ip or http://local_dns_name
As long as the iphone / ipod is on the network correctly (e.g. through standard wifi and not 3g/whatever) you should be able to access any and all local resources.
我的工作:
连接到同一网络,进入无线设置并创建一个指向我的计算机的手动代理。 我使用 Charles 代理来测试很多/查看流量,工作起来就像一个魅力,它让我可以使用我的 macbook 主机文件,所以我不需要在 apache 中执行任何时髦的监听规则 - 与我在我的机器上使用的虚拟主机设置相同已经。
http://www.charlesproxy.com/documentation/faqs/使用来自 iPhone 的查尔斯/
What I do:
Connected to the same network, I go in to the wireless settings and create a manual proxy that points to my machine. I use Charles proxy for testing a lot/seeing traffic, works like a charm and it lets me use my macbook hosts file so I don't need to do any funky listening rules in apache - just the same vhost settings I use on my machine already.
http://www.charlesproxy.com/documentation/faqs/using-charles-from-an-iphone/
为什么不?
您尝试过并遇到一些问题吗?
Why not?
Have you tried it and have some problems?