flyer88
flyer88

Reputation: 1093

Generate requests to my webapp from different countries

I am testing the I18n and L10n of my webapp and I'am doing some handling with http://www.rubygeocoder.com/ to retrieve the country that has originated the request and then set a proper locale. I'am using Rails 3.2 in Linux.

Upvotes: 1

Views: 35

Answers (1)

Tom Harrison
Tom Harrison

Reputation: 14048

This is a little bit of a hack, but there are a number of server monitoring services having nodes located around the globe. Pingability.com offers a free trial, as does Alertra.com and both provide reasonably sophisticated tools for doing non-trivial requests (e.g. POST) if needed. I am sure there are scores of other similar services, but those are ones I have used.

Upvotes: 1

Related Questions