Return 408 Request Timeout For a Regex Timeout Using ASP.NET Core Middleware
Regular expression (regex) operations can be slow, especially if they cause catastrophic backtracking. This can consume significant web application resources. In cases where this isn’t desired, it ...