gpt4 book ai didi

javascript - 服务器响应状态为 429(请求过多)intlTelInput.js

转载 作者:数据小太阳 更新时间:2023-10-29 05:29:28 30 4
gpt4 key购买 nike

我正在使用 intlTelInput.min.js 通过此代码查找地理 IP

jQuery("#teephnumber").intlTelInput({
allowExtensions: true,
defaultCountry: "auto",
setNumber: "Telephone number",
geoIpLookup: function(callback) {
$.get('http://ipinfo.io', function() {}, "jsonp").always(function(resp) {
var countryCode = (resp && resp.country) ? resp.country : "";
callback(countryCode);
});
},
nationalMode: false,
utilsScript: "/wp-content/themes/imc/js/utils.js"
});

它工作正常,但现在 不在控制台中我看到这个错误:

The server responded with a status of 429 (Too Many Requests), GET http://ipinfo.io/?callback=jQuery1112025137682701461017_1438183879450&_=1438183879451

没有 javascript 代码因为这个有效。这可能是什么原因?

最佳答案

请参阅此处的速率限制:https://ipinfo.io/developers

“您每天最多只能请求 1,000 个 API。如果您需要发出更多请求或需要 SSL 支持,请查看我们的付费计划。”

我认为您需要为更多请求付费,或者找到一种方法来减少您提出的请求。您或许可以缓存该位置,这样您就可以使用 localstorage 为每个用户查询一次。

关于javascript - 服务器响应状态为 429(请求过多)intlTelInput.js,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31704941/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com