<?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 Re: Use QlikSense API on a machine which is not QlikSense server in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Use-QlikSense-API-on-a-machine-which-is-not-QlikSense-server/m-p/1231032#M6492</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I whitelist the webserver host IP address, will I be able to access the web application from other machine. Because I got a Insecure response error in qlik.js when I tried opening the hosted web application in a different machine. In my local machine it worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Oct 2017 08:38:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-10-04T08:38:44Z</dc:date>
    <item>
      <title>Use QlikSense API on a machine which is not QlikSense server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Use-QlikSense-API-on-a-machine-which-is-not-QlikSense-server/m-p/1231028#M6488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm building a web application and I'm trying to use QlikSense API which installed on a different machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "require.js" file is on a remote server (QlikSense server)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My code is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: blue;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt; config = {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; host: &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: #a31515;"&gt;"[qlikSenseserverIP]"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; prefix: &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: #a31515;"&gt;"/"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; port: 443,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; isSecure: &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: blue;"&gt;true&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt;};&lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="list-style-type: lower-alpha;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt;require.config({&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; baseUrl: (config.isSecure ? &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: #a31515;"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt; : &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: #a31515;"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt;) + config.host + (config.port ? &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: #a31515;"&gt;":"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt; + config.port : &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: #a31515;"&gt;""&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt;) + config.prefix + &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: #a31515;"&gt;"resources"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt;});&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt;require([&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: #a31515;"&gt;"js/qlik"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt;], &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: blue;"&gt;function&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt; (qlik) {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; qlik.setOnError(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: blue;"&gt;function&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt; (error) {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt; $(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: #a31515;"&gt;'#popupText'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt;).append(error.message + &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: #a31515;"&gt;"&amp;lt;br&amp;gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt; $(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: #a31515;"&gt;'#popup'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt;).fadeIn(1000);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: #a31515;"&gt;"#closePopup"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt;).click(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: blue;"&gt;function&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt; () {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt; $(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: #a31515;"&gt;'#popup'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt;).hide();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: blue;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt; app = qlik.openApp(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: #a31515;"&gt;'[appID]'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt;, config);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt; });&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I get this error after&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt; qlik.openApp(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: #a31515;"&gt;'[appID]'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black;"&gt;, config):&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: red;"&gt;"WebSocket connection to 'ws://&lt;/SPAN&gt;&lt;STRONG style="color: red; font-size: 9.5pt; font-family: Consolas;"&gt;[qlikSenseserverIP]&lt;/STRONG&gt;&lt;SPAN style="color: red;"&gt;:443/app&lt;STRONG&gt;/&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: red;"&gt;[appID]&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt;?&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: red;"&gt;reloadUri=http%3A%2F%2F&lt;STRONG&gt;localhost&lt;/STRONG&gt;%3A2000%2F&lt;STRONG&gt;[myDefaultPage]&lt;/STRONG&gt;r%2FReports%2F%3FmenuType%3D1%26menuDes%3DBalance%2520Sheet' failed: Error during WebSocket handshake: net::ERR_CONNECTION_RESET".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What may be the cause?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 07:55:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Use-QlikSense-API-on-a-machine-which-is-not-QlikSense-server/m-p/1231028#M6488</guid>
      <dc:creator />
      <dc:date>2017-01-25T07:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Use QlikSense API on a machine which is not QlikSense server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Use-QlikSense-API-on-a-machine-which-is-not-QlikSense-server/m-p/1231029#M6489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you solve this issue?? I am facing the same issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2017 06:10:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Use-QlikSense-API-on-a-machine-which-is-not-QlikSense-server/m-p/1231029#M6489</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-27T06:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Use QlikSense API on a machine which is not QlikSense server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Use-QlikSense-API-on-a-machine-which-is-not-QlikSense-server/m-p/1231030#M6490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;I'm considering you replace the&amp;nbsp;&lt;STRONG style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;qlikSenseserverIP &lt;/STRONG&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;with the actual IP address. If so seems there is something in between your server and QlikSense which cut the the web socket protocol&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2017 18:12:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Use-QlikSense-API-on-a-machine-which-is-not-QlikSense-server/m-p/1231030#M6490</guid>
      <dc:creator>Vincenzo_Esposito</dc:creator>
      <dc:date>2017-09-28T18:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Use QlikSense API on a machine which is not QlikSense server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Use-QlikSense-API-on-a-machine-which-is-not-QlikSense-server/m-p/1231031#M6491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure that you have whitelisted web server host and the ip address in your virtual proxy to allow web socket connections. Looking at the error message it looks like you are testing on localhost, hence add "localhost" as well to your virtual proxy white list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Sep 2017 00:16:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Use-QlikSense-API-on-a-machine-which-is-not-QlikSense-server/m-p/1231031#M6491</guid>
      <dc:creator>s29124141</dc:creator>
      <dc:date>2017-09-30T00:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Use QlikSense API on a machine which is not QlikSense server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Use-QlikSense-API-on-a-machine-which-is-not-QlikSense-server/m-p/1231032#M6492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I whitelist the webserver host IP address, will I be able to access the web application from other machine. Because I got a Insecure response error in qlik.js when I tried opening the hosted web application in a different machine. In my local machine it worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 08:38:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Use-QlikSense-API-on-a-machine-which-is-not-QlikSense-server/m-p/1231032#M6492</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-04T08:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Use QlikSense API on a machine which is not QlikSense server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Use-QlikSense-API-on-a-machine-which-is-not-QlikSense-server/m-p/1231033#M6493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i was strugling with this error asswel (i think), make sure you clear your cache from time to time since the connection could still be saved &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 13:55:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Use-QlikSense-API-on-a-machine-which-is-not-QlikSense-server/m-p/1231033#M6493</guid>
      <dc:creator>jelle_vervloess1</dc:creator>
      <dc:date>2017-10-04T13:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Use QlikSense API on a machine which is not QlikSense server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Use-QlikSense-API-on-a-machine-which-is-not-QlikSense-server/m-p/1231034#M6494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If its a CORS issue, add access control allow origin to response headers. If not&amp;nbsp; post the error message and the screenshot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 16:22:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Use-QlikSense-API-on-a-machine-which-is-not-QlikSense-server/m-p/1231034#M6494</guid>
      <dc:creator>s29124141</dc:creator>
      <dc:date>2017-10-04T16:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Use QlikSense API on a machine which is not QlikSense server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Use-QlikSense-API-on-a-machine-which-is-not-QlikSense-server/m-p/1231035#M6495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No I get a error in console like "ERR_INSECURE_RESPONSE" while loading qlik.js&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 03:07:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Use-QlikSense-API-on-a-machine-which-is-not-QlikSense-server/m-p/1231035#M6495</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-09T03:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Use QlikSense API on a machine which is not QlikSense server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Use-QlikSense-API-on-a-machine-which-is-not-QlikSense-server/m-p/1231036#M6496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check what authentication you have in place. Try the same by allowing anonymous authentication. If that solves then you are missing qlik session cookie in your requests.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 01:28:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Use-QlikSense-API-on-a-machine-which-is-not-QlikSense-server/m-p/1231036#M6496</guid>
      <dc:creator>s29124141</dc:creator>
      <dc:date>2017-10-18T01:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Use QlikSense API on a machine which is not QlikSense server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Use-QlikSense-API-on-a-machine-which-is-not-QlikSense-server/m-p/1231037#M6497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you explain that a bit more?&lt;/P&gt;&lt;P&gt;What should I be looking for in my script / what is missing where?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 11:40:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Use-QlikSense-API-on-a-machine-which-is-not-QlikSense-server/m-p/1231037#M6497</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2018-04-04T11:40:39Z</dc:date>
    </item>
  </channel>
</rss>

