Tag Archives: HTTPModules

HttpModule basics

The a HTTP module is used when you need to intercept and examine the incoming HTTP requests before or after the page life cycle. The HTTPModule provides events where you can plug into to examine or alter the request or  response within the asp.net cycle. HTTPModule are the perfect place the apply security checks.