November Happy Hour will be moved to Thursday December 5th.
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?
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?