Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I would like to include some qlik sense app inside web page, and I intend to use iframe... (and this is working for me)
The problem I have is, that I need to log in after page is presented. I would like to log in with some demo account before presenting the page, so users doesn't need to log in to see application...
Second, I would like to copy application before I open it... Is there a way (rest api, or something) with witch I can copy application?
Thank you in advance
Marko Zadravec
Hi,
You could use anonymous login or configure a virtual proxy to use header authentication for this.
And yes, you can copy an app through the rest API.
Erik Wetterberg
Hi,
You could use anonymous login or configure a virtual proxy to use header authentication for this.
And yes, you can copy an app through the rest API.
Erik Wetterberg
Hi,
Thank you for reply,
If I use anonymous login, could multiple client view the app at the same time?
Best regards,
Yes, they can.
Erik Wetterberg
Hi,
I try this and it is working,... the problem that I have is, that one anonymous user take one token, and it is equivalent to 10 starting hours for one month. For presentation this is a little bit low... Is there a way (only for demonstration use) to avoid this?
Best regards,
Hi,
I'm glad it works, but I'm afraid I don't know much about how tokens work. You could use header authentication instead but then you probably need to make sure people use different userid's to avoid them sharing selection state. And that could probably recreate the same problem...
Erik Wetterberg
Hi,
I'm not able to bypass the Qlik login in Iframe. But when I do it in a button click I'm able to bypass it. When I try to set URL from db to iframe I'm seeing the login page. Please help