Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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...