Replies: 1 comment 2 replies
-
I don't think that's possible with Scene Viewer due to the security boundary of leaving the browser: #2187 (comment) Will WebXR work for your needs? That stays in the browser, which avoids this problem entirely. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need do use Scene Viewer and access a GLB file in a server with Basic Authentication. I try: file=https://user:password@www.server.com/files/000005.glb but the object don't load. I also try file=https://www.server.com/getfile.php and getfile.php redirect to https://user:password@www.server.com/files/000005.glb but the object don't load. Is there any way?
Beta Was this translation helpful? Give feedback.
All reactions