I am trying to call a Unity WebGL build from within a Java Web application. I am opening the index.html file using window.open() and continually getting an error that states:
An error occured running the Unity content on this page. See your browser's JavaScript console for more info. The error was:
uncaught exception: incorrect header check
The Web application is running on Glassfish 3.0. Do you know what might be causing this issue?
↧