المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : ISAPI Filters: Designing SiteSentry, an Anti-Scraping Filter for IIS



C++ Programming
03-29-2009, 02:42 AM
The Microsoft Internet API for IIS, ISAPI, sits between the client and the Web server. Therefore, you can access the HTTP data stream before IIS gets to see it. The project in this article takes advantage of the ISAPI architecture to create a filter that monitors access to a Web site to determine if visits are from typical users or from automated processes designed to pilfer information from your site. The author tracks the regularity of visits to the site to determine the likely source. Once the determination is made, the app either redirects the user or continues to track information about those hits.

Rodney Bennett

<a href="http://msdn.microsoft.com/magazine/3522e807-e7de-4f6e-8326-5b2234db7797">MSDN Magazine October 2001