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