Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
prabhuappu
Creator II
Creator II

Problem in Connecting Qlik Playground from CodePen

Hi,

I'm trying to connect qllik playground sample data set from code pen for testing purpose.

But while authenticating (during ticket generation i'm getting below error.

playground-js-api.js:973 Mixed Content: The page at 'https://codepen.io/ramprabhu/full/aqEXOg' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://playground.qlik.com/api/ticket?apikey=QLLJAeZKPKH6NWFlOrGmyKfrZjLTeapJ'. This request has been blocked; the content must be served over HTTPS.

Codepen is served over https and "http://playground.qlik.com/api/ticket" is available only in http. Can anyone suggest if there is an alternative way to connect from online coding tools like codepen, jsfiddle etc.


Below is the code pen URL

,

https://codepen.io/ramprabhu/pen/aqEXOg


Thanks,

Prabhu Appu

2 Replies
Brian_Munz
Employee
Employee

Hi Prabhu,

As of now, Qlik Playground only works locally, and public facing websites have not been whitelisted yet.  In the future it may be possible to connect to playground this way, but not quite yet.

Thanks.

prabhuappu
Creator II
Creator II
Author

Thanks Brian for the reply.