Page 1 of 1

XMLHttpRequest error

Posted: Tue Oct 18, 2016 1:29 pm
by bjorn.syse
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?

Re: XMLHttpRequest error

Posted: Tue Oct 18, 2016 6:03 pm
by Hopki
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

Re: XMLHttpRequest error

Posted: Wed Oct 19, 2016 9:50 am
by bjorn.syse
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

Re: XMLHttpRequest error

Posted: Fri Oct 21, 2016 9:52 pm
by Hopki
Hi Björn,
Your link works with Safari, Chrome and Firefox on my Mac book pro.
Try clearing your cache.
Regards,
Hopki

Re: XMLHttpRequest error

Posted: Mon Oct 24, 2016 1:59 pm
by bjorn.syse
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.