Hello,
Does anyone know how to stop Cloudflare from removing the Cache-Tag header on the response? According to this documentation, the Cache-Tag is always removed so that the end user does not see the header. In my case, the end user is a CDN that needs to see this header for further cache processing outside of Cloudflare.
https://support.cloudflare.com/hc/en-us/articles/206596608-How-to-Purge-Cache-Using-Cache-Tags-Enterprise-only-
I’ve tried to use Workers to add the Cache-Tag header back to the response, but it is still removed once the response is returned from the Worker. I’ve also looked into Page Rules but don’t see anything there to help either.
I understand that Cache-Tag is an Enterprise only feature, and I don’t want to use it on Cloudflare at the moment due to costs of that plan. But since I’m not using it at all it would be great for Cloudflare to somehow ignore it completely. Does anyone know if this is possible?
Thanks for your help.