<?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: QRS API call in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/QRS-API-call/m-p/1280883#M7041</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juan, it looks like it should work, is that a valid login for the QMC in normal circumstances? Have you also exported the certificate (you should get a warning in postman if the cert is invalid).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In postman, I have the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GET Request&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;URL:&lt;/STRONG&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;server URL&amp;gt;:4242/qrs/app/full?xrfkey=0123456789abcdef&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;two headers&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;X-Qlik-xrfkey&lt;/P&gt;&lt;P&gt;0123456789abcdef&lt;/P&gt;&lt;P&gt;X-Qlik-User&lt;/P&gt;&lt;P&gt;UserDirectory=&amp;lt;my domain&amp;gt;;UserId=&amp;lt;my username&amp;gt; (my user is a rootadmin in QMC, but I don't think it should matter as long as the user can login and do the same task in QMC)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Feb 2017 22:32:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-02-28T22:32:52Z</dc:date>
    <item>
      <title>QRS API call</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QRS-API-call/m-p/1280882#M7040</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'm trying to make a QRS API call using postman. Acording to the documentation i do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET -&amp;gt; &lt;A href="https://cloud1qlik.absapp.net/qrs/app/75c099e3-b4e8-43f6-beb9-97c87b83effc/reload?Xrfkey=abcdefghijklmnoq" title="https://cloud1qlik.absapp.net/qrs/app/75c099e3-b4e8-43f6-beb9-97c87b83effc/reload?Xrfkey=abcdefghijklmnoq"&gt;https://{server}/qrs/app/full?Xrfkey=abcdefghijklmnoq&lt;/A&gt;‌‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and adding headers as suggested:&lt;/P&gt;&lt;P&gt;X-Qlik-Xrfkey = &lt;A href="https://cloud1qlik.absapp.net/qrs/app/75c099e3-b4e8-43f6-beb9-97c87b83effc/reload?Xrfkey=abcdefghijklmnoq" style="font-size: 13.3333px;" title="https://cloud1qlik.absapp.net/qrs/app/75c099e3-b4e8-43f6-beb9-97c87b83effc/reload?Xrfkey=abcdefghijklmnoq"&gt;abcdefghijklmnoq&lt;/A&gt;&lt;/P&gt;&lt;P&gt;X-Qlik-User = UserDirectory=INTERNAL; UserId=sa_repository&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm getting a 401 error (Unauthorized)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I add a User-Agent Header i can get a 200 - OK return code but i'm receiving an html login screen asking for user an password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using Qlik Sense 3.1 and the link i'm following is:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/sense-developer/3.2/Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-Example-Connect-Postman.htm" title="http://help.qlik.com/en-US/sense-developer/3.2/Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-Example-Connect-Postman.htm"&gt;Connecting with Postman ‒ Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anybody be successful with this and can explain where is the error?. I try with windows authentication. Actually what i want is to start a task but would like to know what I'm doing wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 14:10:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QRS-API-call/m-p/1280882#M7040</guid>
      <dc:creator>uridiumabs</dc:creator>
      <dc:date>2017-02-15T14:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: QRS API call</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QRS-API-call/m-p/1280883#M7041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juan, it looks like it should work, is that a valid login for the QMC in normal circumstances? Have you also exported the certificate (you should get a warning in postman if the cert is invalid).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In postman, I have the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GET Request&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;URL:&lt;/STRONG&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;server URL&amp;gt;:4242/qrs/app/full?xrfkey=0123456789abcdef&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;two headers&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;X-Qlik-xrfkey&lt;/P&gt;&lt;P&gt;0123456789abcdef&lt;/P&gt;&lt;P&gt;X-Qlik-User&lt;/P&gt;&lt;P&gt;UserDirectory=&amp;lt;my domain&amp;gt;;UserId=&amp;lt;my username&amp;gt; (my user is a rootadmin in QMC, but I don't think it should matter as long as the user can login and do the same task in QMC)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2017 22:32:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QRS-API-call/m-p/1280883#M7041</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-28T22:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: QRS API call</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QRS-API-call/m-p/1280884#M7042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't mention that you have client-certificates setup properly and working. Without that, you cannot access the QRS API. Everything else seems fine, unless you're not using port 4242.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2017 22:50:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QRS-API-call/m-p/1280884#M7042</guid>
      <dc:creator>grangerats</dc:creator>
      <dc:date>2017-02-28T22:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: QRS API call</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QRS-API-call/m-p/1280885#M7043</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;You both are right. I didn't use the certificates not port 4242.&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 15:53:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QRS-API-call/m-p/1280885#M7043</guid>
      <dc:creator>uridiumabs</dc:creator>
      <dc:date>2017-03-03T15:53:43Z</dc:date>
    </item>
  </channel>
</rss>

