Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

We have a website where different versions are served to readers based on the country they are from (using IP geo-location).

Is there a web app that would allow us to test how the website looks like to a user from a particular country? I have tried using proxies, but most proxies come with a limited set of countries and half of them don't work.

For example: A poll shown just to visitors from Brazil.

share|improve this question

2 Answers

There are some list of proxies available:

Except using proxies there is only the option to let the website overwrite the country by an URL parameter (for testing purposes). You can have the following url:

http://example.com/poll

Then you can add an parameter (which has to be of course being coded) to the url:

http://example.com/poll?country=brazil

Alternatively (to test the geolocation) you could also set the ip address (which of course needs also to be supported by the software):

http://example.com/poll?ip=1.2.3.4
share|improve this answer
This is in essence what we are doing right now. Was wondering if there was a web app that would take the URL and the list of countries to be tested against and produce screenshots (like browsershots). – Krosmos Aug 8 '10 at 10:43

Testing is easier with a Mobile development platform. I work for GeoLoqal. We have a platform that lets developers build, test and monetize Location-aware applications. Developers can test exactly how the App would behave in the user's hands with this platform.Also, if you don't want to take the trouble of collating huge chunks of data, you can try a Mobile development platform that also has an integrated Places data. More user data also means relevant services to users. This opens up a huge market for developers to offer more value added services to users. I work for a company called GeoLoqal. The GeoLoqal Mobile development platform helps developers create, test and monetize Location-Aware Applications. You can also test how exactly the App would behave in the user's part in any part of the world. GeoLoqal’s back end data results in enhanced user engagement with NearU (events, news, geotagged data, deals etc) functionality.

There is a free sign up option to test drive the platform. Will be happy to schedule a demo!

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.