I'd like to know if there is any technology to control communications between the client and the server in a web application (ASP.NET)
Example:
WorkFlow
You could intercept the request in the following method, in the Global.asax file:
protected void Application_BeginRequest(object sender, EventArgs e)
{
var request = ((System.Web.HttpApplication)(sender)).Context.Request;
//here you can evaluate and take decisions about the request
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With