I'm trying to get my assets cached using Cloudflare
Cloudflare states here that "CloudFlare will not cache your site or static content if you have no-cache and private headers coming from your server"
As you can see from my file response, Cache-control: no-cache="set-cookie"
is coming through:
https://redbot.org/?uri=http%3A%2F%2Fdev.shareasimage.com%2Fstatic%2Fapp%2Fimages%2Fads%2Fts.ad.png
I've tried removing it using Header unset Cache-control
, but no luck
Has anyone run into this before?