如何测试地理位置标识符功能?
我刚刚使用 GEO IP API 实现了 GEO 位置标识符?...您能否建议如何测试此功能...我在纽约...当我打开该网站时,它向我显示纽约...但我不知道如何检查其他城市...请建议。
I have jut implemented the GEO location identifier using the GEO IP API?... could you please suggest how to test this feature... i am in new york... when i open up the site, its showing me th New York... But i don't know how to check for other cities... Please suggest.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您应该能够使用代理服务测试其他位置。
You should be able to test other locations with a proxy service.
getCurrentPosition()
的第二个参数是失败情况的回调。在第三个参数中,您可以设置浏览器应等待响应的秒数(在我的示例中为 5 秒)以及结果应缓存多长时间(在我的示例中为 1 小时)。The second parameter for
getCurrentPosition()
is a callback for the failure case. In the third parameter you can set for how many seconds the browser should wait for a response (in my example 5 sec) and how long the result should be cached (in my example 1 h).尝试使用代理服务器或出于测试目的可以尝试在应用程序中对不同地理位置的 IP 进行硬编码。有关公共代理列表,请检查以下链接。
http://hidemyass.com/proxy-list/1
Try using proxy server or for testing purpose can try to hardcode ip's of different geographical locations in your application. For list of public proxies, check the below link.
http://hidemyass.com/proxy-list/1