I am trying to load a texture in my scene from azure storage with public access. You can view this playground to view the cors error.
Playground
If I paste the link in browser address bar or use the same link as an img src in html it is working correctly. The only time it give me the error is when I am loading it in babylon as a texture.
On line 18 you will see I am trying to load an image as a texture from azure storage but it gives me this error.