vimaec / vim-webgl-viewer

An easy to use online 3D model viewer based on Three.JS.
MIT License
74 stars 15 forks source link

🐍 Back-End: Add support for HEAD requests for entities. #223

Closed vim-sroberge closed 1 year ago

vim-sroberge commented 1 year ago

TODO

The webgl viewer is using HTTP HEAD to query the nature of the file to load.

vim-sroberge commented 1 year ago

After some tests and discussion with Martin it was decided that removing HEAD from the viewer was not the right approach.

FrozenKiwi commented 1 year ago

I can't seem to repro this issue. The WebGL viewer is never actually given a direct link to our API, in WebGLAuth.vue we fetch the saas token from the backend and pass this (a URL directly to our CDN) to the viewer instead.

It's possible that upgrading CDN's magically fixed this issue?