Hi everyone !
Today i create this topic because i meet a problem. I found this error code in the development windows of Chrome: “Uncaught (in promise) Error: WebXR can only be served over HTTPS”
I use the 127.0.0.1 http ip. I know i can use the localhost dns for load my babylon project, but i have to make the loading fast (lot of texture, object, and dependencies). And the windows dns resolution is very very slow… I must use for production use the 127.0.0.1 ip, but i don’t know how i can do an exception of the security of webxr for my project:
I use a Pico 4 and i have to send my project on the helmet. How can i do ? I have to connect USB and launch my project with 127.0.0.1 ? Or I have to make exception on my php local server and write into the Pico http://[ip adress of my computer] on a Lan ?
So my question is: How can i load my project with overpass the webxr security for the url and use the http://127.0.0.1 or the ip adress of my computer ? (I can give more informations if you want
Thanks in advance and very good day for you !
Bastien.
