0

Possible Duplicate:
How to find the geoip location for all users

I never had to face this problem before so I've been doing a bit of reading on this today but surprisingly haven't been able to find anything really helpful on the topic even though one would think this should be a fairly common issue.

I basically need to detect the user region in a standard web-app and re-direct them to different pages depending on just that.

What's a standard robust way of doing this and does it require a server component or is there a reasonable client side only solution?

Any examples appreciated.

Community
  • 1
  • 1
JohnIdol
  • 48,899
  • 61
  • 158
  • 242

1 Answers1

2

As far as I know, your three sources of data are:

I have heard of geolocation services that will abstract away the need for your own server component, some of which were listed on this SO answer.

Community
  • 1
  • 1
Jeff Bowman
  • 90,959
  • 16
  • 217
  • 251