We are having issues with users using proxy servers and causing trouble on our website. Is there an updated SQL list of proxy servers, indexed by IP, available anywhere so that we can query it and prevent access to those using proxy servers?
feedback
|
migrated from stackoverflow.com Dec 16 '09 at 23:27
This question came from our site for professional and enthusiast programmers.
|
You could look for the | |||
|
feedback
|
|
Don't forget that many people, who work in big companies, are behind a proxy server (at work, I am, and I don't have a choice ^^ ) -- it doesn't make them/me evil ;-) If you really want to filter out people using proxy, and want a list of "known" proxies, there are some lists here (not all lists seem really up to date, but there are some lists ; maybe it can help) (But insist : filtering out people behind a proxy is probably not "the right solution") Actually, what kind of trouble are you talking about ? Maybe there is another solution to your problem ? | |||
feedback
|