<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic One more ? is added after hub.js when accessing Qlik Sense Hub in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/One-more-is-added-after-hub-js-when-accessing-Qlik-Sense-Hub/m-p/1345229#M29762</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the hub.html, by default, there is a ? in front of &lt;SPAN style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px; background-color: #f4f6f9;"&gt;1488463019165.&amp;nbsp; Whenever accessing Qlik Sense hub, this html will invoke hub.js and other few js files.&amp;nbsp; 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. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px; background-color: #f4f6f9;"&gt;Is this one more ? added for the special purpose.&amp;nbsp; Please see the attached file. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px; background-color: #f4f6f9;"&gt;&amp;lt;!doctype html&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px; background-color: #f4f6f9;"&gt;&amp;lt;html lang="en"&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px; background-color: #f4f6f9;"&gt;… &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px; background-color: #f4f6f9;"&gt;&amp;lt;script src="../resources/hub/external/requirejs/require.js?1488463019165"&amp;gt;&amp;lt;/script&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px; background-color: #f4f6f9;"&gt;&amp;lt;script&amp;gt;require.config( {baseUrl: "../resources", urlArgs: "?1488463019165"} )( ["hub/hub"] );&amp;lt;/script&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px; background-color: #f4f6f9;"&gt;&amp;lt;/body&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px; background-color: #f4f6f9;"&gt;&amp;lt;/html&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One customer integrate their authentication server with our Qlik Sense.&amp;nbsp; The authentication server could not recognize this ?? after hub.js in the http header.&amp;nbsp; They found the workaround to delete this ? from hub.html as below.&amp;nbsp; Then it works.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px; background-color: #f4f6f9;"&gt;&amp;lt;!doctype html&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px; background-color: #f4f6f9;"&gt;&amp;lt;html lang="en"&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px; background-color: #f4f6f9;"&gt;… &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px; background-color: #f4f6f9;"&gt;&amp;lt;script src="../resources/hub/external/requirejs/require.js?1488463019165"&amp;gt;&amp;lt;/script&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px; background-color: #f4f6f9;"&gt;&amp;lt;script&amp;gt;require.config( {baseUrl: "../resources", urlArgs: "1488463019165"} )( ["hub/hub"] );&amp;lt;/script&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px; background-color: #f4f6f9;"&gt;&amp;lt;/body&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px; background-color: #f4f6f9;"&gt;&amp;lt;/html&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Kind Regards&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Lisa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Jul 2017 07:24:55 GMT</pubDate>
    <dc:creator>Lisa_Sun</dc:creator>
    <dc:date>2017-07-07T07:24:55Z</dc:date>
    <item>
      <title>One more ? is added after hub.js when accessing Qlik Sense Hub</title>
      <link>https://community.qlik.com/t5/App-Development/One-more-is-added-after-hub-js-when-accessing-Qlik-Sense-Hub/m-p/1345229#M29762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the hub.html, by default, there is a ? in front of &lt;SPAN style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px; background-color: #f4f6f9;"&gt;1488463019165.&amp;nbsp; Whenever accessing Qlik Sense hub, this html will invoke hub.js and other few js files.&amp;nbsp; 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. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px; background-color: #f4f6f9;"&gt;Is this one more ? added for the special purpose.&amp;nbsp; Please see the attached file. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px; background-color: #f4f6f9;"&gt;&amp;lt;!doctype html&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px; background-color: #f4f6f9;"&gt;&amp;lt;html lang="en"&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px; background-color: #f4f6f9;"&gt;… &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px; background-color: #f4f6f9;"&gt;&amp;lt;script src="../resources/hub/external/requirejs/require.js?1488463019165"&amp;gt;&amp;lt;/script&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px; background-color: #f4f6f9;"&gt;&amp;lt;script&amp;gt;require.config( {baseUrl: "../resources", urlArgs: "?1488463019165"} )( ["hub/hub"] );&amp;lt;/script&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px; background-color: #f4f6f9;"&gt;&amp;lt;/body&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px; background-color: #f4f6f9;"&gt;&amp;lt;/html&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One customer integrate their authentication server with our Qlik Sense.&amp;nbsp; The authentication server could not recognize this ?? after hub.js in the http header.&amp;nbsp; They found the workaround to delete this ? from hub.html as below.&amp;nbsp; Then it works.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px; background-color: #f4f6f9;"&gt;&amp;lt;!doctype html&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px; background-color: #f4f6f9;"&gt;&amp;lt;html lang="en"&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px; background-color: #f4f6f9;"&gt;… &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px; background-color: #f4f6f9;"&gt;&amp;lt;script src="../resources/hub/external/requirejs/require.js?1488463019165"&amp;gt;&amp;lt;/script&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px; background-color: #f4f6f9;"&gt;&amp;lt;script&amp;gt;require.config( {baseUrl: "../resources", urlArgs: "1488463019165"} )( ["hub/hub"] );&amp;lt;/script&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px; background-color: #f4f6f9;"&gt;&amp;lt;/body&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px; background-color: #f4f6f9;"&gt;&amp;lt;/html&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Kind Regards&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Lisa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 07:24:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/One-more-is-added-after-hub-js-when-accessing-Qlik-Sense-Hub/m-p/1345229#M29762</guid>
      <dc:creator>Lisa_Sun</dc:creator>
      <dc:date>2017-07-07T07:24:55Z</dc:date>
    </item>
  </channel>
</rss>

