Hello,
is it possible to cache response headers which are set via custom ActionFilter's?
Our application has a ActionFilter which set's the Content-Range header by inspecting the view model. This header get's lost when donut caching is serving the site from cache.
Thank you!