I am using viewer3D at my on premises environment.
So I had download all model files locally.
URL for viewer is
https://www.company.com/viewer3D.html
URL for models are
https://model.company.com/some-model-files...
Then, the viewer requests models by CORS XHR Request.
With this request, I want send COOKIE.
So I have to set withCredentials = true
Is there a way to set withCredentials = true
in the viewer?