You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable client to only use servers in a given country, to keep data within as certain country.
Feature Description
Add a strict=true query string parameter that in addition to country only returns servers from that country.
Details
The servers will be closets to the client's IP's geolocation, but in the specified country.
For countries where no servers are available, strict=true returns a 500 error, e.g. country=CN&strict=true .
For countries where servers are available, strict=true does NOT replace the user location with the geometrical center of the country (so you still get the servers that are closest to you) and excludes servers in different countries
Who is the point of contact for the feature?
CellWatch / GATech
Is there a relevant timeline?
n/a
The text was updated successfully, but these errors were encountered:
What use case does this feature fulfill?
Feature Description
strict=true
query string parameter that in addition tocountry
only returns servers from that country.Details
strict=true
returns a 500 error, e.g.country=CN&strict=true
.strict=true
does NOT replace the user location with the geometrical center of the country (so you still get the servers that are closest to you) and excludes servers in different countriesWho is the point of contact for the feature?
Is there a relevant timeline?
The text was updated successfully, but these errors were encountered: