the server responded with a status of 429 (Too Many Requests) intlTelInput.js
问题 I am using intlTelInput.min.js for geo IP lookup with this code 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" }); it was working fine, but now not in