Hi, I am using babylonjs on an asp.net application. Some textures are delivered by an asp.net mvc controller, and should be accessible only by authenticated users. In the babylonjs source, I have seen that image loading has "crossOrigin = 'anonymous';". Then I have read this post : http://stackoverflow.com/questions/23123237/drawing-images-to-canvas-with-img-crossorigin-anonymous-doesnt-work Can you add the ability to allow the 'use-credential' behavior ? Thanks.