Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Lianamelissa
Contributor II
Contributor II

qliksense - connection to remote server

Hi all,

I have a remote server with qliksense. I want to get connect to that server so I could receive json data from it. The connection should be done using javascript. connecting to qliksense desktop on port 4848 is successful.

How can I connect to a remote machine?

what is the right code to do it?

Local working connection:

var config = {
host: 'localhost',
port: '4848',
isSecure: window.location.protocol === "https:"

 

qsocks.Connect(config).then(global => {
return global.openDoc('Ori_Test.qvf')
})

Thank you.

Labels (1)
0 Replies