I have an Azure Blob with the CORS configured and functional (my website is able to access the resources via XMLHttpRequest).
But when I access the resources through the Azure CDN, I have the "XMLHttpRequest cannot load X. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'X' is therefore not allowed access." error.
I have read that CDN should take the Blob CORS into account, but it's obviously not the case here.
Am I missing something?