immersive-web / webxr-samples

Samples to demonstrate use of the WebXR Device API
https://immersive-web.github.io/webxr-samples/
MIT License
979 stars 474 forks source link

issue of "browser does not support WebXR" on Meta Quest 3 when I establish a server on my latpot using `python3 -m http.server 8080` #186

Closed cyberfoxmeow closed 2 months ago

cyberfoxmeow commented 2 months ago

I clone the whole repo into my local desktop, and establish a http server using python3 -m http.server 8080. Then I connect to my desktop from Quest 3. However, the webpage on the browser on the headset shows "browser does not support WebXR".

I don't know why the webpage says "browser does not support WebXR" if I run the server locally.

Thanks.

AdaRoseCannon commented 2 months ago

WebXR requires https, unless it's from a "localhost" origin.

AdaRoseCannon commented 2 months ago

This isn't the best place to ask for support using WebXR, places like stack overflow are better venues.