We need to implement Azure front door caching for our umbraco project running on v7. Here are some official Microsoft docs that I have read to understand more about this.
After reading these articles, it seems we need to set specific response headers mentioned below so that front door knows what to do.
Cache-Control: s-maxage=(seconds)
Cache-Control: max-age=(seconds)
Expires: (http-date)
I believe we need to set the response headers in our umbraco solution. Any idea on how to go about implementing this for Umbraco 7 ?
This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/107772-how-to-set-http-response-headers-for-umbraco-7