Closed Sriyank closed 4 years ago
The API should never return HTTP "0" as the response. The server can return HTTP 200, HTTP 429 if you exceed the 15 queries per limit on the free API, or HTTP 400 if you exceed the daily query limit. Please email me and let me know either the contact email or the IP you're using to query the API.
It was response code 1 and btw thanks, fixed it.
On Wed, Jun 3, 2020 at 10:49 PM blackdotsh notifications@github.com wrote:
The API should never return HTTP "0" as the response. The server can return HTTP 200, HTTP 429 if you exceed the 15 queries per limit on the free API, or HTTP 400 if you exceed the daily query limit. Please email me and let me know either the contact email or the IP you're using to query the API.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/blackdotsh/getIPIntel/issues/18#issuecomment-638337338, or unsubscribe https://github.com/notifications/unsubscribe-auth/AETR6CZ5LKUU27W54ASR4S3RU2A2LANCNFSM4NR2VAEQ .
I am using this API to kick players who join with VPN to my SAMP Game Server. usually response code = 200 means OK but I am getting response code 0 and it is kicking all the players. Please help me.