我从API获取数据时遇到一个小问题。我收到错误" GET https://ipinfo.io/ 401(未经授权)"。相关代码:
$.getJSON('//ipinfo.io', function(response){
console.log(response.loc)
var latlngIP = location['loc'].split(',');
var latIP = latlngIP[0];
var lngIP = lnglngIP[1];
我没有超过每天1000次使用限制。
编辑:在你提出建议之前,添加https或http并没有修复它。
答案 0 :(得分:1)
如果您没有访问令牌,您将获得401 for https。见https://ipinfo.io/pricing
编辑:HTTPS访问现已免费:https://twitter.com/ipinfoio/status/779374440417103872