Related resources for AuthorizeRequest
  • Introduction to ASP.NET HTTP Module5/20/2012 3:12:27 AM. This article will help the users to examine the use of HTTP Modules and their use in extending the pipeline. The HTTP Pipeline is a series of extensible objects that are initiated by the ASP.NET runtime in order to process a request.
  • The Two Interceptors: HttpModule and HttpHandlers5/26/2009 1:19:09 AM. Many times we want to implement pre-processing logic before a request hits the IIS resources. For instance you would like to apply security mechanism, URL rewriting, filter something in the request, etc. ASP.NET has provided two types of interception HttpModule and HttpHandler.