I want to leave access to the site only from certain countries. How effective can the solutions be and what technologies should be used to achieve the set goal?
1 answer
There are various ways. Alternatively, use a database of geoservices and their api, which allow you to recognize the country. Now there are a lot of similar free api with their databases. Some more use a filter based on the language retrieved from the request body, but this method is less effective.
|