A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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?