Page MenuHomePhabricator

Review the availability of proxy type information from GeoIP2 data
Closed, DuplicatePublic

Description

Following T269760: Add proxy information to the API for pulling it in the IP Information box, the IPInfo APIs return information about the proxy type for an IP address. Much of this information is only available from additional services that we do not have access to yet, but may have access to in the future.

Once we know what services we have access to, we should remove any unavailable properties from GeoIp2InfoRetriever::getProxyType.

Event Timeline

Once we know what services we have access to, we should remove any unavailable properties from GeoIp2InfoRetriever::getProxyType.

We now have access to the Enterprise and Anonymous IP GeoIP2 databases and they have been deployed to all production servers (see T288844: Update MaxMind GeoIP2 license key and product IDs for application servers). Is this enough to unblock this task?

Once we know what services we have access to, we should remove any unavailable properties from GeoIp2InfoRetriever::getProxyType.

We now have access to the Enterprise and Anonymous IP GeoIP2 databases and they have been deployed to all production servers (see T288844: Update MaxMind GeoIP2 license key and product IDs for application servers). Is this enough to unblock this task?

It looks to me as though this was done in T299126. Is that right @STran?

Yes I think that's correct and I merged it into T299126 since it has a better description of the practical solution to this issue.