VPN 的 BlackBerry 模拟器设置
我想从 BlackBerry 模拟器测试一个项目,但我们的 Web 服务运行在外部服务器上,只能使用 PC 上的 VPN 访问该服务器。 我可以从 Android 模拟器访问 Web 服务,而无需执行任何特殊操作。但是,我无法从 BlackBerry 模拟器访问 Web 服务,甚至无法从模拟器的浏览器访问,尽管我可以从 BlackBerry 模拟器连接到 Web 上的其他服务。
有什么样的设置可以解决这个问题?
I want to test a project from the BlackBerry simulator, but our webservice runs on an external server that can only be accessed using the vpn from our PC's.
I can access the webservice from the Android simulator without doing anything special. However I cannot access the webservice from the BlackBerry simulator -- not even from the browser of the simulator -- though I am able to connect to other services on the web from the BlackBerry simulator.
What kind settings are there to fix this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
模拟器的网络设置可能对这种情况有用。您可以尝试手动分配给您的 VPN IP 地址。
模拟手持设备的 IP 地址。正常情况下应留空。如果在具有多个 IP 地址的 PC 上运行,则可以在此处指定一个 IP 地址以使模拟器使用它。
干杯
雷
There's a network setting for the simulator that might be useful for situations like this. You could try manually assigning the vpn ip address you were given.
IP address of the simulated handheld. This should be left blank under normal circumstances. If running on a PC with multiple IP addresses, one can be specified here to cause the simulator to use it.
Cheers
Ray
好的...任何遇到同样问题的人...
将“;deviceside=true”附加到要从中获取数据的 URL
Ok...anyone bumping on the same problem...
Append ";deviceside=true" to the URL from which data is to be fetched