Hello all, I have a few controller methods (and corres. web pages) that are authorized to be viewed only by registered users. But I don't want to authenticate search engine bots, Facebook scrapers, and other such services. Is there a recommended way of doing this? (like setting auth requirements based on user agents, etc.)
- [web2py] Disable authentication for bots Narendran

