<?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 Connection with POST Method in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-Connection-with-POST-Method/m-p/1761476#M8587</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6748"&gt;@stevedark&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your answer, there are some parameters that I send in Postman as well as in Qlik Sense, like starting and finish date, format, username and password.&lt;/P&gt;&lt;P&gt;Here are some samples of the requests:&lt;/P&gt;&lt;P&gt;Postman:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andrefpc_0-1605260766919.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/44152i45E102B5332F16DB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="andrefpc_0-1605260766919.png" alt="andrefpc_0-1605260766919.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Qlik Sense REST Connector:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andrefpc_1-1605261004880.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/44155iA9E0DCCA79413F82/image-size/medium?v=v2&amp;amp;px=400" role="button" title="andrefpc_1-1605261004880.png" alt="andrefpc_1-1605261004880.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I've added a query header parameter as suggested in other post:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andrefpc_2-1605261073966.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/44156i3B2312709A5E8674/image-size/medium?v=v2&amp;amp;px=400" role="button" title="andrefpc_2-1605261073966.png" alt="andrefpc_2-1605261073966.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Nov 2020 09:51:22 GMT</pubDate>
    <dc:creator>andrefpc</dc:creator>
    <dc:date>2020-11-13T09:51:22Z</dc:date>
    <item>
      <title>Rest Connection with POST Method</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-Connection-with-POST-Method/m-p/1761136#M8585</link>
      <description>&lt;P&gt;Hello community!&lt;/P&gt;&lt;P&gt;I'm struggling with the REST connector, hope you can help.&lt;/P&gt;&lt;P&gt;I'm trying to get data from VCount software. I'm able to retrieve data using Postman but unnable in Qlik Sense.&lt;/P&gt;&lt;P&gt;I believe the problem is in the url:&lt;/P&gt;&lt;P&gt;In Postman I use this URL: &lt;A href="https://cloud.v-count.com/api/v4/vcountapi" target="_blank" rel="noopener"&gt;https://cloud.v-count.com/api/v4/vcountapi&lt;/A&gt; but I'm unable to use the same URL in Qlik Sense (bad request).&lt;/P&gt;&lt;P&gt;In Qlik Sense, a valid URL is &lt;A href="https://cloud.v-count.com/api/v4/vcountapi/" target="_blank" rel="noopener"&gt;https://cloud.v-count.com/api/v4/vcountapi/&lt;/A&gt; (mind the '/' ate the end) but the response is the css used, not the actual data.&lt;/P&gt;&lt;P&gt;In Postman this URL &lt;A href="https://cloud.v-count.com/api/v4/vcountapi" target="_blank" rel="noopener"&gt;https://cloud.v-count.com/api/v4/vcountapi&lt;/A&gt; works fine, if I use this one &lt;A href="https://cloud.v-count.com/api/v4/vcountapi/" target="_blank" rel="noopener"&gt;https://cloud.v-count.com/api/v4/vcountapi/&lt;/A&gt; in Postman I get the same result as in Qlik Sense (the css formatting).&lt;/P&gt;&lt;P&gt;So basically, in Qlik Sense I'm unable to use an URL that works ok in Postman.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Dec 2021 20:28:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-Connection-with-POST-Method/m-p/1761136#M8585</guid>
      <dc:creator>andrefpc</dc:creator>
      <dc:date>2021-12-28T20:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Rest Connection with POST Method</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-Connection-with-POST-Method/m-p/1761457#M8586</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/35913"&gt;@andrefpc&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm getting a 400 every which way I look at this URL. Is it that you are sending some kind of authentication in PostMan which is not being sent via Sense.&lt;/P&gt;&lt;P&gt;If it is a simple API you are using (i.e. one without OAuth or similar) it is worth checking the URL in a browser as well.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 09:17:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-Connection-with-POST-Method/m-p/1761457#M8586</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2020-11-13T09:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Rest Connection with POST Method</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-Connection-with-POST-Method/m-p/1761476#M8587</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6748"&gt;@stevedark&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your answer, there are some parameters that I send in Postman as well as in Qlik Sense, like starting and finish date, format, username and password.&lt;/P&gt;&lt;P&gt;Here are some samples of the requests:&lt;/P&gt;&lt;P&gt;Postman:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andrefpc_0-1605260766919.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/44152i45E102B5332F16DB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="andrefpc_0-1605260766919.png" alt="andrefpc_0-1605260766919.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Qlik Sense REST Connector:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andrefpc_1-1605261004880.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/44155iA9E0DCCA79413F82/image-size/medium?v=v2&amp;amp;px=400" role="button" title="andrefpc_1-1605261004880.png" alt="andrefpc_1-1605261004880.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I've added a query header parameter as suggested in other post:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andrefpc_2-1605261073966.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/44156i3B2312709A5E8674/image-size/medium?v=v2&amp;amp;px=400" role="button" title="andrefpc_2-1605261073966.png" alt="andrefpc_2-1605261073966.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 09:51:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-Connection-with-POST-Method/m-p/1761476#M8587</guid>
      <dc:creator>andrefpc</dc:creator>
      <dc:date>2020-11-13T09:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Rest Connection with POST Method</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-Connection-with-POST-Method/m-p/1761513#M8588</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/35913"&gt;@andrefpc&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would suggest passing the various parameters as separate query parameters, rather than as a single body block. I have not used the body text in Sense, so can't confirm whether it should work or not. I have had success passing things individually.&lt;/P&gt;&lt;P&gt;Suggest trying with the minimum number of parameters to get a result back, rather than going for all of them at once. I guess username and password are required, without other parameters you may still get a response?&lt;/P&gt;&lt;P&gt;I see in PostMan things are in the URL Encoded section, you may need to encode some of the values prior to plumbing into Sense.&lt;/P&gt;&lt;P&gt;Finding other REST examples on Qlik Community may help.&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 12:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-Connection-with-POST-Method/m-p/1761513#M8588</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2020-11-13T12:15:06Z</dc:date>
    </item>
  </channel>
</rss>

