|
|
| |
1. Defensive programing |
|
Reply |
|
|
 Gerry Danen | 2007-04-25 19:42:38 |
I use Browscap [http://garetjax.info/projects/browscap/] to determine whether my forms pages are accessed by robots (using the 'crawler' entry) and display a message instead of a form. I also log those attempts to see if I mistakenly block human users.
|
| |
2. Re: Defensive programing |
|
Reply |
|
|
 Manuel Lemos | 2007-04-26 06:17:28 - In reply to message 1 from Gerry Danen |
I am not sure if relying on browscap to determine whether an user is actually a robot, because robots usually spoof the user agent information.
Anyway, logging is also an helpful practice that can be used to detect anomalous activity. |
|