如何获取网络请求的位置?
获取网络请求来源位置(国家/地区级别)的最佳方法是什么?
What's the best way to get the location (to a country level) of where a web request is coming from?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
一般来说,有 3 种方法:
There are 3 ways, generally speaking:
您可以从标头和 IP 获取位置获取 IP。
用于 Java Web 应用程序。
您可以放置一个过滤器来拦截每个请求,
然后有很多服务可用于执行从 IP 到映射到其位置的解析
You can fetch IP from header and from IP get location.
for Java Web App.
You can put a Filter to intercept each request and
then there are lots of service available to perform resolution from IP to map to its location