1
vote
9answers
508 views
How to protect/monitor your site from crawling by malicious user
Situation:
Site with content protected by username/password (not all controlled since they can be trial/test users)
a normal search engine can't get at it because of username …
0
votes
How to protect/monitor your site from crawling by malicious user
@frankodwyer:
Only trusted user agents won't work, consider especially IE user-agent string which gets modified by addons or .net version. There would be too many possibilities and it …
0
votes
How to protect/monitor your site from crawling by malicious user
Added comments:
I know you can't completely protect something that a normal user should be able to see. I've been on both sides of the problem :)
From a developer side what …
