<?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: Websocket error while using capability API for Web Integration in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Websocket-error-while-using-capability-API-for-Web-Integration/m-p/2016158#M17758</link>
    <description>&lt;P&gt;This looks like you may need to update your Qlik server's virtual proxy settings to allow the cross-site traffic from your web server.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Dec 2022 20:07:31 GMT</pubDate>
    <dc:creator>bmd</dc:creator>
    <dc:date>2022-12-13T20:07:31Z</dc:date>
    <item>
      <title>Websocket error while using capability API for Web Integration</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Websocket-error-while-using-capability-API-for-Web-Integration/m-p/2015894#M17753</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I have a react web application which is hosted on a web server. Qlik Sense is installed on another server. I am using Capability APIs to integrate sheets/charts on my web pages from Qlik Sense. I am getting web socket connection failed error when I browse my web application page where the Qlik stuff is embedded. My web server has been added in to the list of allowed hosts in Virtual Proxy &amp;gt; Advanced section.&lt;/P&gt;
&lt;P&gt;While on another web page that has IFrame object of Qlik Charts, that works fine. Can anyone please help me how to get the web socket thing sorted out for Capability APIs integration?&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;Here is the error in the browser&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WebSocket.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/96069i9C602256353C4072/image-size/large?v=v2&amp;amp;px=999" role="button" title="WebSocket.png" alt="WebSocket.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2022 05:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Websocket-error-while-using-capability-API-for-Web-Integration/m-p/2015894#M17753</guid>
      <dc:creator>vivek_batra</dc:creator>
      <dc:date>2022-12-14T05:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Websocket error while using capability API for Web Integration</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Websocket-error-while-using-capability-API-for-Web-Integration/m-p/2016158#M17758</link>
      <description>&lt;P&gt;This looks like you may need to update your Qlik server's virtual proxy settings to allow the cross-site traffic from your web server.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 20:07:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Websocket-error-while-using-capability-API-for-Web-Integration/m-p/2016158#M17758</guid>
      <dc:creator>bmd</dc:creator>
      <dc:date>2022-12-13T20:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Websocket error while using capability API for Web Integration</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Websocket-error-while-using-capability-API-for-Web-Integration/m-p/2016245#M17759</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/24459"&gt;@bmd&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What settings to change in Virtual proxy? The host name is already in the white list&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2022 08:39:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Websocket-error-while-using-capability-API-for-Web-Integration/m-p/2016245#M17759</guid>
      <dc:creator>vivek_batra</dc:creator>
      <dc:date>2022-12-14T08:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Websocket error while using capability API for Web Integration</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Websocket-error-while-using-capability-API-for-Web-Integration/m-p/2016591#M17763</link>
      <description>&lt;P&gt;There are a number of variations depending on your overall architecture. The key options are under the virtual proxy advanced tab where you found the white list. &lt;STRONG&gt;IMPORTANT NOTE:&lt;/STRONG&gt; The following types of settings usually should be placed in a separate virtual proxy and not applied to your default virtual proxy.&lt;/P&gt;&lt;P&gt;Session Cookie Domain and SameSite Attribute should be coordinated to your domain setup. If your two servers are on sub-domains of the same parent you can either set the Cookie Domain to the parent or you can set the SameSite Attribute to None. SameSite to None also works if your two servers are on different domains.&lt;/P&gt;&lt;P&gt;In any case you probably also will want to set the Access-Control-Allow-Origin header in the Additional Response Headers to your web server's domain.&lt;/P&gt;&lt;P&gt;Additional reading:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-admin/November2022/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Administer_QSEoW/Managing_QSEoW/create-virtual-proxy.htm" target="_blank" rel="noopener"&gt;Creating a virtual proxy ‒ Qlik Sense for administrators&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-admin/November2022/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Administer_QSEoW/Managing_QSEoW/SameSite-attribute.htm" target="_blank" rel="noopener"&gt;SameSite cookie attribute ‒ Qlik Sense for administrators&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 14:30:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Websocket-error-while-using-capability-API-for-Web-Integration/m-p/2016591#M17763</guid>
      <dc:creator>bmd</dc:creator>
      <dc:date>2022-12-15T14:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Websocket error while using capability API for Web Integration</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Websocket-error-while-using-capability-API-for-Web-Integration/m-p/2017256#M17781</link>
      <description>&lt;P&gt;The issue you are facing here is most likely due to mixed content.&lt;/P&gt;&lt;P&gt;Your Dev Site is using the "http" protocol not "httpS" so you are mixing insecure &amp;amp; secure content. (ws: websocket, wsS;websocketSecure)&lt;/P&gt;&lt;P&gt;if you update your dev site with a SSL Certificate (for dev a self-signed should be fine) and switch to https and it should resolve the connection issue.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Marc_0-1671153304504.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/96340i5FC3138EB0174E2B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Marc_0-1671153304504.png" alt="Marc_0-1671153304504.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 01:18:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Websocket-error-while-using-capability-API-for-Web-Integration/m-p/2017256#M17781</guid>
      <dc:creator>Marc</dc:creator>
      <dc:date>2022-12-16T01:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Websocket error while using capability API for Web Integration</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Websocket-error-while-using-capability-API-for-Web-Integration/m-p/2017284#M17784</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29458"&gt;@Marc&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your reply. I can give it a try in production, but in my development environment its moxed content and everything is working fine. I will update here if it helped in production.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 06:17:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Websocket-error-while-using-capability-API-for-Web-Integration/m-p/2017284#M17784</guid>
      <dc:creator>vivek_batra</dc:creator>
      <dc:date>2022-12-16T06:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Websocket error while using capability API for Web Integration</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Websocket-error-while-using-capability-API-for-Web-Integration/m-p/2019533#M17831</link>
      <description>&lt;P&gt;So I configured my web site to run on HTTPS, but it did not help, I am still getting the same web socket error.&lt;/P&gt;
&lt;P&gt;I am completely out of ideas where to look at. Is there any thing that needs to be done on the Qlik Server outside the Qlik?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="web sockets.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/96811i108C92F40D226397/image-size/large?v=v2&amp;amp;px=999" role="button" title="web sockets.png" alt="web sockets.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2022 04:46:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Websocket-error-while-using-capability-API-for-Web-Integration/m-p/2019533#M17831</guid>
      <dc:creator>vivek_batra</dc:creator>
      <dc:date>2022-12-23T04:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Websocket error while using capability API for Web Integration</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Websocket-error-while-using-capability-API-for-Web-Integration/m-p/2022699#M17867</link>
      <description>&lt;P&gt;Once settings in the Virtual Proxy and certificates are set as suggested in the posts above there should be no other Qlik configuration needed. The next place to look would be in the mashup code itself. Particularly, need to validate that the connection to the server is being authenticated successfully and that the app id is correct and exists on the server you are connecting with.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 15:07:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Websocket-error-while-using-capability-API-for-Web-Integration/m-p/2022699#M17867</guid>
      <dc:creator>bmd</dc:creator>
      <dc:date>2023-01-06T15:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Websocket error while using capability API for Web Integration</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Websocket-error-while-using-capability-API-for-Web-Integration/m-p/2524622#M22367</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/182622"&gt;@vivek_batra&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i got the same issue. Have u solve this issue and what is the solution?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jul 2025 02:45:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Websocket-error-while-using-capability-API-for-Web-Integration/m-p/2524622#M22367</guid>
      <dc:creator>fatinfazrizanor</dc:creator>
      <dc:date>2025-07-18T02:45:39Z</dc:date>
    </item>
  </channel>
</rss>

