我正在使用freegeoip为我的客户获取ip地址的地理位置。一切都很好,但是突然,在顶部区域的网站上出现了一个错误,
严重性:警告消息: file_get_contents(http://freegeoip.net/json/39.37.152.1):未能打开流: HTTP请求失败!HTTP/1.1 403紫禁药
当我研究这个问题时,我发现网站的命中率超过了极限,这就是为什么错误会显示出来。
这是我的网站http://www.acssynergy.com/,任何人都有这样的想法:这个错误会持续多久,显示它已经24小时了,而错误仍然存在
发布于 2017-10-19 06:04:46
目前,如果我检查http://freegeoip.net/json/84.236.112.202
结果是:
ip "84.236.112.202"
country_code "HU"
country_name "Hungary"
region_code "BU"
region_name "Budapest"
city "Budapest"
zip_code "1012"
time_zone "Europe/Budapest"
latitude 47.5
longitude 19.0833
metro_code 0与此同时,你的网站http://www.acssynergy.com/给了我:
A PHP Error was encountered
Severity: Warning
Message: file_get_contents(http://freegeoip.net/json/84.236.112.202): failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden
Filename: controllers/Welcome.php
Line Number: 42
Backtrace:
File: /hermes/bosnacweb01/bosnacweb01aw/b2306/ipg.acsadminnet/acssynergy/application/controllers/Welcome.php
Line: 42
Function: file_get_contents
File: /hermes/bosnacweb01/bosnacweb01aw/b2306/ipg.acsadminnet/acssynergy/index.php
Line: 309
Function: require_once检查来自freegeoip的答案标题:
CF-RAY 3b0174ce90247f00-BUD
Connection keep-alive
Content-Encoding gzip
Content-Type application/json
Date Thu, 19 Oct 2017 05:49:49 GMT
Server cloudflare-nginx
Set-Cookie __cfduid=dc13fe607037f5a784ef21ffae22ab31d1508392189; expires=Fri, 19-Oct-18 05:49:49 GMT; path=/; domain=.freegeoip.net; HttpOnly
Transfer-Encoding chunked
Vary Origin
X-Database-Date Thu, 05 Oct 2017 01:49:14 GMT
X-Ratelimit-Limit 15000
X-Ratelimit-Remaining 14999
X-Ratelimit-Reset 3600请检查一下你的X-Ratelimit-Remaining。如果为0,则必须等到X-Ratelimit-Reset才能从该站点获得值(未进行测试)。如果您检查您的X-Ratelimit-Reset,您将知道何时可以再次连接。
另一种改变geoip提供商的解决方案。详细信息:freegeoip doesn't work anymore
https://stackoverflow.com/questions/46823468
复制相似问题