我正在使用freegeoip为我的客户端获取IP地址的地理位置。 一切都很好,但突然出现在顶部区域的网站上显示错误,
严重性:警告消息: file_get_contents(http://freegeoip.net/json/39.37.152.1):失败了 开放流:HTTP请求失败! HTTP / 1.1 403禁止
当我调查此问题时,我发现网站点击限制超出了显示错误的原因。
这是我的网站http://www.acssynergy.com/任何人都有这个想法 这个错误会持续多长时间显示它已经24小时了 错误仍然存在
答案 0 :(得分:1)
目前我检查https://jsfiddle.net/c0qshm0t/17/
结果是:
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://freegeoip.net/json/84.236.112.202给了我:
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提供程序的另一种解决方案。详情请见http://www.acssynergy.com/