使用免费 API 的 GeoRedirect
Posted
技术标签:
【中文标题】使用免费 API 的 GeoRedirect【英文标题】:GeoRedirect using the free API 【发布时间】:2015-01-26 09:49:50 【问题描述】:我一直在尝试使用 Maxmind 的免费数据库对我的公司网站进行地理重定向。出于某种原因,该代码以前可以运行,但它无法正常运行 - 并且指向它的链接显示未经授权或不可用。
有人能解释一下吗?
可用的链接是...
<script src="//js.maxmind.com/js/country.js" type="text/javascript"></script>
但这似乎与无处链接。
使用的代码如下。
<script src="//js.maxmind.com/app/country.js" charset="ISO-8859-1" type="text/javascript"></script><script type="text/javascript">loc = (geoip_country_code());if (loc == 'US') window.location = "http://usa.example.com/";if (loc == 'GB') window.location = "http://uk.example.com/";
你知道这有什么问题吗?
【问题讨论】:
【参考方案1】:Maxmind Javascript 不再免费。
【讨论】:
以上是关于使用免费 API 的 GeoRedirect的主要内容,如果未能解决你的问题,请参考以下文章
Chat--GPT-官方最新API官方免费PC版-Chat官方API
可以免费访问google translate api吗? [关闭]