Bot trap stream HttpModule. Adds Bot Guids to the cache.
Remarks
You *MUST* enable this HttpHandler in your web.config, like so:
<httpHandlers>
<add verb="GET" path="BotHandler.axd" type="Kettic.AspNet.Controls.SpamProtection.AutoBotDiscovery.Strategies.BotTrapLinkHandler, Kettic.Cms.Web.UI" />
</httpHandlers>
Inheritance Hierarchy
SystemObject
Kettic.AspNet.ControlsBotTrapLinkHandler
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic class BotTrapLinkHandler : IHttpHandler
Public Class BotTrapLinkHandler
Implements IHttpHandler
public ref class BotTrapLinkHandler : IHttpHandler
type BotTrapLinkHandler =
class
interface IHttpHandler
end
The BotTrapLinkHandler type exposes the following members.
Constructors
Methods
| Name | Description |
---|
 | ProcessRequest |
Enables processing of HTTP Web requests by a custom HttpHandler that implements the IHttpHandler interface.
|
Top
Properties
| Name | Description |
---|
 | IsReusable |
Gets a value indicating whether another request can use the IHttpHandler instance.
|
Top
See Also