XMLHttpRequest error

Q&A about the latest versions
Post Reply
bjorn.syse
Posts: 17
Joined: Thu Sep 01, 2016 2:31 pm

Hi

I get this error when I inspect the page?

Code: Select all

Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
What does it mean?
User avatar
Hopki
Gnome
Posts: 13005
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi,
I guess you get this when you open the HTML page from the folder?
If so this is normal browser local security which is only a problem when viewing locally.
Upload to a host and all works as should.
This said you should be able to use Firefox as it does not have this restriction.
As said Im only guessing here, I need more information such as a step by step what you are doing before you see this error.
Regards,
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
bjorn.syse
Posts: 17
Joined: Thu Sep 01, 2016 2:31 pm

Hi,

Actually, I get this when hosted on Azure aswell. Perhaps you can confirm, if you have Chrome and look here:

http://turntable360.azurewebsites.net/9 ... ences.html

Then launch the inspector CTRL+SHIFT+I and have a look in the console..

Regards

- Björn
User avatar
Hopki
Gnome
Posts: 13005
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi Björn,
Your link works with Safari, Chrome and Firefox on my Mac book pro.
Try clearing your cache.
Regards,
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
bjorn.syse
Posts: 17
Joined: Thu Sep 01, 2016 2:31 pm

I see. Well in that case it's probably becease I'm at work behind the zscaler proxy system so most URLs are converted behind the scenes to be routed through somedomain.zscaler.net. That's probably what's causing the problem, but it might still be that there is something in the code that Object2VR generates that could prevent it.
Post Reply