Validate request before Application_BeginRequest?
问题 I trying to perform aditional validation before application start reading the input of the request, to end suspicious request, based on headers and form data or something like that. Is there it possible? [Update] I'm focusing in prevent a zero day vunerability that occurs before BeginRequest and ins't catch by ASP .net validation. If I could control the creation of the HttpWebRequest object I could detect this attack. [Solution] It can be solved using a native module. Information about a