Can I Force OutputCache to cache my custom headers?

timothy61981

New Member
I've got an ASP.NET webform that uses output caching, and I set some custom response headers when the page is rendered (e.g. \[code\]X-MyCustomHeader\[/code\]).On a cold cache hit, my custom headers are set on the response, but subsequent cached responses don't include them.Is there any way to cache my custom headers along with the response body?
 
Back
Top