<?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 Postman returns Error 400 with Qlik API . in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Postman-returns-Error-400-with-Qlik-API/m-p/2026386#M11894</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I am trying to use postman to use Qlik Rest API but it always returns this error. I also added the certificates for POSTMAN but it is still not working.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Any help would be appreciated..&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="0HcED.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/98146i7117CDD708C235A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0HcED.png" alt="0HcED.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Jan 2023 05:21:18 GMT</pubDate>
    <dc:creator>hesh</dc:creator>
    <dc:date>2023-01-17T05:21:18Z</dc:date>
    <item>
      <title>Postman returns Error 400 with Qlik API .</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Postman-returns-Error-400-with-Qlik-API/m-p/2026386#M11894</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am trying to use postman to use Qlik Rest API but it always returns this error. I also added the certificates for POSTMAN but it is still not working.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Any help would be appreciated..&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="0HcED.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/98146i7117CDD708C235A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0HcED.png" alt="0HcED.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 05:21:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Postman-returns-Error-400-with-Qlik-API/m-p/2026386#M11894</guid>
      <dc:creator>hesh</dc:creator>
      <dc:date>2023-01-17T05:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Postman returns Error 400 with Qlik API .</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Postman-returns-Error-400-with-Qlik-API/m-p/2026719#M11899</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/132313"&gt;@hesh&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Does this work in PowerShell as a test?&amp;nbsp; Replace qlikserver1 with your instance:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;$hdrs = @{}
$hdrs.Add("X-Qlik-xrfkey","12345678qwertyui")
$url = "https://qlikserver1.domain.local/qrs/about?xrfkey=12345678qwertyui"
Invoke-RestMethod -UseDefaultCredentials -Uri $url -Method Get -Headers $hdrs -SessionVariable websession
$cookies = $websession.Cookies.GetCookies($url)&lt;/LI-CODE&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Try that, and see if it returns a response outside of Postman, from the Qlik server and from the client machine.&amp;nbsp; My experience is that sometime Postman requires some additional steps.&lt;BR /&gt;&lt;BR /&gt;If outside the Qlik server, you may need to export the certificates as shown here:&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-use-Postman-to-make-API-calls-and-use-verify-JSON-output/ta-p/1713581" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/How-to-use-Postman-to-make-API-calls-and-use-verify-JSON-output/ta-p/1713581&lt;/A&gt;&lt;BR /&gt;and here:&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-configure-Postman-desktop-app-to-connect-to-Qlik-Sense/ta-p/1711499" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/How-to-configure-Postman-desktop-app-to-connect-to-Qlik-Sense/ta-p/1711499&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This should help get you going.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Jay&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 15:21:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Postman-returns-Error-400-with-Qlik-API/m-p/2026719#M11899</guid>
      <dc:creator>Jay_Brown</dc:creator>
      <dc:date>2023-01-17T15:21:32Z</dc:date>
    </item>
  </channel>
</rss>

