Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this questionI just made some changes to my website, it will display different greeting text for different continents, I have used Google's API to get location of the user
region = google.loader.ClientLocation.address.region;
country = google.loader.ClientLocation.address.country;
countrycode = google.loader.ClientLocation.address.country_code;
But now i want to te开发者_运维知识库st this, so is there any way that i can access my site with the IP of another continent or country, or any other solution for this.
I've built a tool that you might find useful, called GeoPeeker. In my own testing I found proxies to be unreliable, so I designed GeoPeeker to use actual servers that render a site and provide DNS information from various remote locations. It's handy for troubleshooting CDN and DNS issues.
It's also free to use and there are no ads.
You could use an online proxy service, located in the country you want to test for. A list of free online proxies can be found at http://proxy.org/.
精彩评论