One more ? is added after hub.js when accessing Qlik Sense Hub
In the hub.html, by default, there is a ? in front of 1488463019165. Whenever accessing Qlik Sense hub, this html will invoke hub.js and other few js files. Somehow if we turn on the developer tool from the web browser, we can see there is one more ? added for these js files in the httpheader.
Is this one more ? added for the special purpose. Please see the attached file.
One customer integrate their authentication server with our Qlik Sense. The authentication server could not recognize this ?? after hub.js in the http header. They found the workaround to delete this ? from hub.html as below. Then it works.