is there a way to intercept or filter the request before serving the file? like if i request
localhost:5000/images/random.jpg?w=100&h=100
so i can get the random.jpg the w and the h, then return it as an image
i tried intercepting it using MapRoute and it doesn't work when i use app.UseStaticFiles();