<?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: REST connector not sending cookie header in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connector-not-sending-cookie-header/m-p/1743462#M8342</link>
    <description>&lt;P&gt;confirmed as a bug by Qlik Support. Solved in QS Sep2020&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/123892"&gt;@JMohlmann&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Sep 2020 08:13:26 GMT</pubDate>
    <dc:creator>blaise</dc:creator>
    <dc:date>2020-09-14T08:13:26Z</dc:date>
    <item>
      <title>REST connector not sending cookie header</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connector-not-sending-cookie-header/m-p/1734522#M8335</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;One of the application that I have build for my company makes use of a REST connector to an internal server to get data. Validation of the user on that server is done by logging in using a username and password. The server creates for that session a cookie which can be used for all next GET request authentication.&lt;/P&gt;&lt;P&gt;Since the company updated to the June 2020 patch 2 still connector is not getting any data anymore. The validation with the session cookie fails. I can see that the part of collecting the cookie works. I can use that cookie in postman to reach the exact same endpoints and still get data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next was to try and see what headers are posted to the endpoint. Using webhooks I posted one request from Qlik and 1 from Postman. The Qlik REST connector fails to post the 'Cookie' header. I have absolutely no idea why this fails. A ticket is already submitted to our own qlik support team but they also have no idea why the connector fails to post the cookie header since the update.&lt;/P&gt;&lt;P&gt;So, anyone an idea on why the cookie header is not posted? Other headers are posted.&lt;/P&gt;&lt;P&gt;Code example:&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;BR /&gt;"Name"&lt;BR /&gt;FROM JSON (wrap on) "root"&lt;BR /&gt;WITH CONNECTION (&lt;BR /&gt;Url "&lt;A href="https://webhook.site/testwebhook" target="_blank"&gt;https://webhook.site/testwebhook&lt;/A&gt;",&lt;BR /&gt;&amp;nbsp;HTTPHEADER "cookie" "$(sessionid)",&amp;nbsp; &lt;FONT color="#999999"&gt;// Does NOT work&lt;/FONT&gt;&lt;BR /&gt;HTTPHEADER "Cookie2" "tst", &lt;FONT color="#999999"&gt;// Does work&lt;/FONT&gt;&lt;BR /&gt;HTTPHEADER "DNT" "1" &lt;FONT color="#999999"&gt;// Does work&lt;/FONT&gt;&lt;BR /&gt;);&lt;/P&gt;</description>
      <pubDate>Thu, 23 Dec 2021 12:52:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connector-not-sending-cookie-header/m-p/1734522#M8335</guid>
      <dc:creator>JMohlmann</dc:creator>
      <dc:date>2021-12-23T12:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: REST connector not sending cookie header</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connector-not-sending-cookie-header/m-p/1738161#M8336</link>
      <description>&lt;P&gt;Apparently this might have something to do with&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;QB-1890, which only seems to focus on connecting to NPrinting but does affect everything that uses cookie headers in POSTS&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2020 13:33:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connector-not-sending-cookie-header/m-p/1738161#M8336</guid>
      <dc:creator>JMohlmann</dc:creator>
      <dc:date>2020-08-24T13:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: REST connector not sending cookie header</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connector-not-sending-cookie-header/m-p/1741640#M8337</link>
      <description>&lt;P&gt;any new on this&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/123892"&gt;@JMohlmann&lt;/a&gt;&amp;nbsp;? Have you been in contact with Qlik Support?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2020 11:39:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connector-not-sending-cookie-header/m-p/1741640#M8337</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2020-09-07T11:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: REST connector not sending cookie header</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connector-not-sending-cookie-header/m-p/1741645#M8338</link>
      <description>&lt;P&gt;i just created my own api listener using node and express and can verity that Qlik Rest Connector June2020 (QS Desktop june2020 path3) does NOT send a request header if its called "cookie".&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2020 11:49:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connector-not-sending-cookie-header/m-p/1741645#M8338</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2020-09-07T11:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: REST connector not sending cookie header</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connector-not-sending-cookie-header/m-p/1741681#M8339</link>
      <description>&lt;P&gt;There has been some contact with Qlik by the helpdesk of my company, but without any solution.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I still need to explain the exact issue each time to new people (NOT sending request header with the name 'cookie'). So still no progress since the issue arose within my project 6 weeks ago.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2020 13:06:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connector-not-sending-cookie-header/m-p/1741681#M8339</guid>
      <dc:creator>JMohlmann</dc:creator>
      <dc:date>2020-09-07T13:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: REST connector not sending cookie header</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connector-not-sending-cookie-header/m-p/1741852#M8340</link>
      <description>&lt;P&gt;I have filed a ticket to Qlik Support. Will update you on the progress&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/123892"&gt;@JMohlmann&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 07:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connector-not-sending-cookie-header/m-p/1741852#M8340</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2020-09-08T07:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: REST connector not sending cookie header</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connector-not-sending-cookie-header/m-p/1741903#M8341</link>
      <description>&lt;P&gt;Thank you, I will also update you if there is any progress on my side.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 10:12:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connector-not-sending-cookie-header/m-p/1741903#M8341</guid>
      <dc:creator>JMohlmann</dc:creator>
      <dc:date>2020-09-08T10:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: REST connector not sending cookie header</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connector-not-sending-cookie-header/m-p/1743462#M8342</link>
      <description>&lt;P&gt;confirmed as a bug by Qlik Support. Solved in QS Sep2020&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/123892"&gt;@JMohlmann&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 08:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connector-not-sending-cookie-header/m-p/1743462#M8342</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2020-09-14T08:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: REST connector not sending cookie header</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connector-not-sending-cookie-header/m-p/1745495#M8343</link>
      <description>&lt;P&gt;Thank you very much Blaise, you are my hero. My company is working with Qlik on this for two month and we did not get any further than weekly being asked to explain the issue and show the logs. For the 6th time now..&lt;/P&gt;&lt;P&gt;Again thank you for understanding and examing the issues with only 1 post describing the issue.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 08:18:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connector-not-sending-cookie-header/m-p/1745495#M8343</guid>
      <dc:creator>JMohlmann</dc:creator>
      <dc:date>2020-09-21T08:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: REST connector not sending cookie header</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connector-not-sending-cookie-header/m-p/1749112#M8344</link>
      <description>&lt;P&gt;Blaise, do you have a support/ticket ID? This will help in aligning our internal efforts with this issue.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 09:53:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connector-not-sending-cookie-header/m-p/1749112#M8344</guid>
      <dc:creator>JMohlmann</dc:creator>
      <dc:date>2020-10-02T09:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: REST connector not sending cookie header</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connector-not-sending-cookie-header/m-p/1749152#M8345</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we use Qlik Sense September 2020 Patch 1 and have the same problem. When I write:&lt;/P&gt;&lt;P&gt;WITH CONNECTION(HTTPHEADER "Content-Type" "application/json",&lt;BR /&gt;HTTPHEADER "cookie" "user-token=$(authToken1)",&lt;BR /&gt;HTTPHEADER "x-xsrf-token" "$(authToken2)"&lt;/P&gt;&lt;P&gt;I receive the following error:&lt;/P&gt;&lt;P&gt;HTTP protocol error 401 (Unauthorized): Requested resource requires authentication.&lt;/P&gt;&lt;P&gt;When I use Postman everything works fine.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 11:52:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connector-not-sending-cookie-header/m-p/1749152#M8345</guid>
      <dc:creator>weinerch</dc:creator>
      <dc:date>2020-10-02T11:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: REST connector not sending cookie header</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connector-not-sending-cookie-header/m-p/1749210#M8346</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/123892"&gt;@JMohlmann&lt;/a&gt;&amp;nbsp;&lt;SPAN&gt;02056221&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 14:18:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connector-not-sending-cookie-header/m-p/1749210#M8346</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2020-10-02T14:18:30Z</dc:date>
    </item>
  </channel>
</rss>

