Ipinfodb Lookup Returns Countrycode 'rd'
Solution 1:
RD
is returned as a pseudo-country code for reserved IP addresses.
This includes things like private addresses, class D and E networks (IPv4) and loopback.
For a complete list of addresses that will return this value, see here.
I can't actually find this behaviour documented anywhere, but experimentation easily demonstrates that this is the case, and moreover the <CountryName>
element is populated with the word "Reserved" in these cases.
Solution 2:
RD is a short country code for "RESERVED" IP address range. It is a range reserved for certain networking purpose as approved by IETF.
This code is only used in IPInfoDB version 2 which has been deprecated.
You should upgrade to latest version 3 API which is constantly updated.
In v3, you will only see "-" in the country code results to avoid this confusion.
Post a Comment for "Ipinfodb Lookup Returns Countrycode 'rd'"