Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
I would like to do some custom processing on all requests to type ImageFile. After my processing is done, I want to pass the processing along to the built-in EPiServer.Web.ContentMediaHttpHandler.
Is there a good way to achieve this?
I could implement an IHttpHandler with IRenderTemplate (like specificed here: https://world.episerver.com/documentation/Items/Developers-Guide/Episerver-CMS/9/Content/Assets-and-media/Media-types-and-templates/) but how can I then pass along the request to ContentMediaHttpHandler?