This approach needs a service that, given an arbitrary city name and a URL, it asks a host in that city to send requests to that URL.
Does such service/tool/library actually exist? Or is there a better testing approach for that feature?
1–5 of 5 posts
This approach needs a service that, given an arbitrary city name and a URL, it asks a host in that city to send requests to that URL.
Does such service/tool/library actually exist? Or is there a better testing approach for that feature?
Have you tried spoofing the http request?
@no4clipper: If it doesn't matter WHICH city (so long as it's a different one, and you can independently verify that that city is correct), then I'd be more than happy to click on a link or two and take some screen shots for you.
Tutorial: http://railscasts.com/episodes/273-geocoder?view=asciicast
Geocoder Gem: http://www.rubygeocoder.com/
Good luck.