web - How do I make sure my website can block automation scripts, bots? -


i'd make sure website blocks automation tools selenium , qtp. there way ? settings on website selenium bound fail ?

with due consideration comments on original question asking "why on earth this?", need follow same strategy site uses verify user human. methods such asking users authenticate or enter text images or work, have effect of blocking google crawlers , else.

doing based on user agent strings or useless. trivial fake.

rate-limiting connections or similar might have limited effectiveness, seems you're going inadvertently block web crawlers too.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -