I have a web service and microsoft CDN on top of it. I am using bearer token to gain access to the service. When I call service directly I get a header back:
Cache-Control: public,max-age=6000
but when I call it via CDN I get:
X-Cache: CONFIG_NOCACHE
I suspect it is because authorized content is not being cached by default and I am wondering if I can setup some rules to bypass it and make it cache no matter if I pass Authorization header or not.