Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
QlikAddySense
Contributor
Contributor

Qlik Sense Root API - Connection via WebSocket

Hello Experts,

      Here is the scenario I am trying to achieve.
      We have Qlik Sense Enterprise on Windows and trying to utilize the Qlik capability and the charts which are already built inside a web application (this would be hosted in a separate server).

     We have a proxy setup to connect to Qlik Sense (Proxy: hdr) as well and would like to use the Root API.

      Working Scenario :
                 >>  Setup: Qlik sense Desktop is running and localhost:4848/hub opens the hub and there is an app
                 >> The baseUrl is set for http://localhost:4848/resources
                 >> Able to open an app using [ROOT API - Web Socket]
                                      var app = qlik.openApp('myApplication.qvf'config);
                  >> once successful, able to load and fully utilize the capability

     Unknown Scenario:
                 >> Setup: Deployed the qvf file to a server (say - qliksensedev.mycompany.com)
                 >> Also setup a proxy (say hdr) which allows header authentication
                 >> The base URL to ROOT API now becomes https://qliksensedev.mycompany.com/hdr/resources

                 >> How to go about the next set of steps?
                 >> How to use Root API which makes Web socket connection internally to use this proxy / get the information which is required?
                >> Any pointers or references to how this should be done / examples/ samples would be of great help.

Thank you...

 

Labels (2)
0 Replies