<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Qlik sense Integration in Web Page in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-Integration-in-Web-Page/m-p/996940#M3866</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't understand that problem. With the ticket you can authorize and can get a Session Coockie. If this Session Cockie is added to every request you don't need a new ticket.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;P&gt;Konrad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 13 Dec 2015 13:30:51 GMT</pubDate>
    <dc:creator>konrad_mattheis</dc:creator>
    <dc:date>2015-12-13T13:30:51Z</dc:date>
    <item>
      <title>Qlik sense Integration in Web Page</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-Integration-in-Web-Page/m-p/996939#M3865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I want to Integrate Qlik sense sheets and charts in my ASP web page. For that I am using &lt;SPAN style="color: #993300;"&gt;Single Integration API&lt;/SPAN&gt; and for that to work I should have a specific app id for which the sheets and charts have to be displayed. To get app id I am using &lt;SPAN style="color: #993300;"&gt;QRS API&lt;/SPAN&gt;. After getting app id I am able to use single API.&amp;nbsp; But the actual problem is that for all these APIs to work, a qlik ticket is required. I am able to get the ticket through &lt;SPAN style="color: #993300;"&gt;Ticket API&lt;/SPAN&gt; but it can be used once only. e.g. to get app id I can use that ticket but to get objects of that app I need another ticket and then if I have to get multiple charts of that app I need a ticket &lt;SPAN style="font-size: 13.3333px;"&gt;every time&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;Secondly, when I have displayed required charts on page, I also want to include reload functionality. Means user can manually reload an app to get latest data to be displayed. For that I am using &lt;SPAN style="color: #993300;"&gt;QRS API &lt;SPAN style="color: #333333;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="color: #333333;"&gt; for that again I need ticket. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;My question is:&amp;nbsp; Is there any solution to use ticket only one time and get all these things done at once using only one ticket or is there any other solution to get these tasks done??&lt;/P&gt;&lt;P&gt;I will be very thankful if any one could help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for your suggestions,&lt;/P&gt;&lt;P&gt;Abdul Rahman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 06:40:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-Integration-in-Web-Page/m-p/996939#M3865</guid>
      <dc:creator />
      <dc:date>2015-12-11T06:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik sense Integration in Web Page</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-Integration-in-Web-Page/m-p/996940#M3866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't understand that problem. With the ticket you can authorize and can get a Session Coockie. If this Session Cockie is added to every request you don't need a new ticket.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;P&gt;Konrad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Dec 2015 13:30:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-Integration-in-Web-Page/m-p/996940#M3866</guid>
      <dc:creator>konrad_mattheis</dc:creator>
      <dc:date>2015-12-13T13:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik sense Integration in Web Page</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-Integration-in-Web-Page/m-p/996941#M3867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Konard, &lt;/P&gt;&lt;P&gt;I have tried using session cookie and I am able to get session cookie but I can't use it to get my apps in server as you can see in source file where I have used this URL&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN&gt;string url = "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://abdullah-pc/qrs/app" rel="nofollow"&gt;https://abdullah-pc/qrs/app&lt;/A&gt;&lt;SPAN&gt;";&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;inside &lt;STRONG style="font-size: 8pt;"&gt;Go_Button_Click&lt;/STRONG&gt; function &lt;/SPAN&gt;&lt;/SPAN&gt;to retrieve apps . it does not give any apps Instead it gives the html code for server login page. Can you please help me out?? &lt;/P&gt;&lt;P&gt;I am attaching the source files. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Abdulrahman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 13:53:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-Integration-in-Web-Page/m-p/996941#M3867</guid>
      <dc:creator />
      <dc:date>2015-12-29T13:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik sense Integration in Web Page</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-Integration-in-Web-Page/m-p/996942#M3868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think your mistake is that you use the result of the webticket direkt as Session cockie.&lt;/P&gt;&lt;P&gt;You have first to call ULR&amp;amp; qlikTicket= and than you will get an response there you will find the session ID, that you can use with "X-Qlik-Session" as a Cookie.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;P&gt;Konrad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 12:30:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-Integration-in-Web-Page/m-p/996942#M3868</guid>
      <dc:creator>konrad_mattheis</dc:creator>
      <dc:date>2015-12-30T12:30:25Z</dc:date>
    </item>
  </channel>
</rss>

