<?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>article How to Authenticate / Connect with the Qlik NPrinting API in Postman with NTLM Authentication in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-Authenticate-Connect-with-the-Qlik-NPrinting-API-in/ta-p/1716540</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Environments:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Qlik NPrinting June2017 and higher&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Explanation:&lt;/STRONG&gt;&lt;BR /&gt;In the following example, POSTMAN &lt;I&gt;Desktop &lt;/I&gt;(Chrome App was deprecated) is used as a test tool, in order to demonstrate how the 'caller' can authenticate using NTLM authentication.&lt;BR /&gt;&lt;BR /&gt;Nprinting authenticates via the cookie provided from the NTLM request.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;This must be a domain user in Nprinting&lt;/LI&gt;
&lt;LI&gt;This cookie needs to be included in all requests.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;If making a POST request, you need to also include the X-XSRF-TOKEN header with the value of the cookie, otherwise you will receive the error&amp;nbsp;&lt;I&gt;REVEL_CSRF: tokens mismatch.&lt;/I&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;BR /&gt;In the Postman Chrome app, it was possible to use the Interceptor extension in-tandem to get the cookie from the Nprinting Console session open in the browser. However, in Desktop it is necessary to get this cookie by making the GET request to the &lt;I&gt;/api/v1/login/ntlm &lt;/I&gt;endpoint.&lt;/P&gt;
&lt;H4&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Follow these steps:&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Install and launch Postman Desktop&lt;BR /&gt;2. Under Settings, disable &lt;STRONG&gt;SSL certificate verification &lt;/STRONG&gt;(otherwise Postman will say it "Could not get any response" because Nprinting uses self-signed certs)&lt;BR /&gt;3. Under the Authorization tab, select NTLM as the authentication&amp;nbsp;&lt;STRONG&gt;Type&lt;/STRONG&gt;, and then enter your credentials. Note that domain needs to be in the &lt;STRONG&gt;Domain &lt;/STRONG&gt;field (do not enter an username such as domain\username; put domain in the&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Domain &lt;/STRONG&gt;field, and only put the username in the &lt;STRONG&gt;Username &lt;/STRONG&gt;field)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 949px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57002i6133EC52409EF8E5/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;4. Make a GET request to the NTLM endpoint:&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE border="1" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD colspan="1" rowspan="1" style="width: 60px;"&gt;&lt;STRONG&gt;COMMAND&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1" style="width: 564px;"&gt;&lt;STRONG&gt;URL&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="1" rowspan="1" style="width: 60px;"&gt;GET&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1" style="width: 564px;"&gt;&lt;A href="https://yourdomain.com:4993/api/v1/login/ntlm" target="test_blank"&gt;https://yourdomain.com:4993/api/v1/login/ntlm&lt;/A&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;This API call produces the following media types according to the &lt;SPAN class="header"&gt;Accept&lt;/SPAN&gt; request header; the media type will be conveyed by the &lt;SPAN class="heaader"&gt;Content-Type&lt;/SPAN&gt; response header.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;CODE&gt;application/json (Responses are usually 200 (&lt;/CODE&gt;User is authenticated&lt;CODE&gt;)or 403 (&lt;/CODE&gt;User is not authenticated. User may not be in the system, not bound to a windows domain or not authorized to use the APIs. &lt;CODE&gt;))&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;In case of a 200 response you’ll get a response like the one in the following image:&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV style="margin-left: 40px;"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.png" style="width: 663px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57003i91BDB74227498B3E/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;You can verify the cookie was set properly (and get the XSRF value) in Postman by clicking on &lt;STRONG&gt;Cookies&lt;/STRONG&gt;&amp;nbsp;to view the&amp;nbsp;&lt;I&gt;NPWEBCONSOLE_XSRF-TOKEN&lt;/I&gt; cookie. Postman sends this cookie with subsequent requests.&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV style="margin-left: 40px;"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3.png" style="width: 950px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57004i7AABC5B9352C147B/image-size/large?v=v2&amp;amp;px=999" role="button" title="3.png" alt="3.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="4.png" style="width: 751px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57005iF2BBA5A971685436/image-size/large?v=v2&amp;amp;px=999" role="button" title="4.png" alt="4.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left: 40px;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;At this point, it is now possible to make GET requests via the Nprinting API. For example, viewing available reports:&amp;nbsp;&lt;/P&gt;
&lt;TABLE border="1" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD colspan="1" rowspan="1" style="width: 86px;"&gt;&lt;STRONG&gt;COMMAND&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1" style="width: 538px;"&gt;&lt;STRONG&gt;URL&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="1" rowspan="1" style="width: 86px;"&gt;GET&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1" style="width: 538px;"&gt;&lt;A href="https://yourdomain.com:4993/api/v1/reports" target="test_blank"&gt;https://yourdomain.com:4993/api/v1/reports&lt;/A&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;You'll get a response like this with the list of your reports:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="5.png" style="width: 380px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57006i6805BA61528BCD11/image-size/large?v=v2&amp;amp;px=999" role="button" title="5.png" alt="5.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;However, if one needs to make a &lt;STRONG&gt;POST &lt;/STRONG&gt;request then the &lt;I&gt;X-XSRF-TOKEN&lt;/I&gt; header and corresponding cookie value needs to be present in the request; otherwise, the error&amp;nbsp;&lt;I&gt;REVEL_CSRF: tokens mismatch.&lt;/I&gt;&amp;nbsp;will be thrown.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE border="1" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD colspan="1" rowspan="1" style="width: 86px;"&gt;&lt;STRONG&gt;COMMAND&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1" style="width: 538px;"&gt;&lt;STRONG&gt;URL&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="1" rowspan="1" style="width: 86px;"&gt;POST&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1" style="width: 538px;"&gt;&lt;A href="https://yourdomain.com:4993/api/v1/tasks/{taskID}/executions" target="test_blank"&gt;https://yourdomain.com:4993/api/v1/tasks/{taskID}/executions&lt;/A&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="6.png" style="width: 751px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57007i2F6E5F91666EA27E/image-size/large?v=v2&amp;amp;px=999" role="button" title="6.png" alt="6.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="7.png" style="width: 954px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57008iA14CCE2E0E68708F/image-size/large?v=v2&amp;amp;px=999" role="button" title="7.png" alt="7.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Jun 2021 14:40:55 GMT</pubDate>
    <dc:creator>Sonja_Bauernfeind</dc:creator>
    <dc:date>2021-06-17T14:40:55Z</dc:date>
    <item>
      <title>How to Authenticate / Connect with the Qlik NPrinting API in Postman with NTLM Authentication</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-Authenticate-Connect-with-the-Qlik-NPrinting-API-in/ta-p/1716540</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Environments:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Qlik NPrinting June2017 and higher&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Explanation:&lt;/STRONG&gt;&lt;BR /&gt;In the following example, POSTMAN &lt;I&gt;Desktop &lt;/I&gt;(Chrome App was deprecated) is used as a test tool, in order to demonstrate how the 'caller' can authenticate using NTLM authentication.&lt;BR /&gt;&lt;BR /&gt;Nprinting authenticates via the cookie provided from the NTLM request.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;This must be a domain user in Nprinting&lt;/LI&gt;
&lt;LI&gt;This cookie needs to be included in all requests.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;If making a POST request, you need to also include the X-XSRF-TOKEN header with the value of the cookie, otherwise you will receive the error&amp;nbsp;&lt;I&gt;REVEL_CSRF: tokens mismatch.&lt;/I&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;BR /&gt;In the Postman Chrome app, it was possible to use the Interceptor extension in-tandem to get the cookie from the Nprinting Console session open in the browser. However, in Desktop it is necessary to get this cookie by making the GET request to the &lt;I&gt;/api/v1/login/ntlm &lt;/I&gt;endpoint.&lt;/P&gt;
&lt;H4&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Follow these steps:&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Install and launch Postman Desktop&lt;BR /&gt;2. Under Settings, disable &lt;STRONG&gt;SSL certificate verification &lt;/STRONG&gt;(otherwise Postman will say it "Could not get any response" because Nprinting uses self-signed certs)&lt;BR /&gt;3. Under the Authorization tab, select NTLM as the authentication&amp;nbsp;&lt;STRONG&gt;Type&lt;/STRONG&gt;, and then enter your credentials. Note that domain needs to be in the &lt;STRONG&gt;Domain &lt;/STRONG&gt;field (do not enter an username such as domain\username; put domain in the&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Domain &lt;/STRONG&gt;field, and only put the username in the &lt;STRONG&gt;Username &lt;/STRONG&gt;field)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 949px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57002i6133EC52409EF8E5/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;4. Make a GET request to the NTLM endpoint:&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE border="1" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD colspan="1" rowspan="1" style="width: 60px;"&gt;&lt;STRONG&gt;COMMAND&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1" style="width: 564px;"&gt;&lt;STRONG&gt;URL&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="1" rowspan="1" style="width: 60px;"&gt;GET&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1" style="width: 564px;"&gt;&lt;A href="https://yourdomain.com:4993/api/v1/login/ntlm" target="test_blank"&gt;https://yourdomain.com:4993/api/v1/login/ntlm&lt;/A&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;This API call produces the following media types according to the &lt;SPAN class="header"&gt;Accept&lt;/SPAN&gt; request header; the media type will be conveyed by the &lt;SPAN class="heaader"&gt;Content-Type&lt;/SPAN&gt; response header.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;CODE&gt;application/json (Responses are usually 200 (&lt;/CODE&gt;User is authenticated&lt;CODE&gt;)or 403 (&lt;/CODE&gt;User is not authenticated. User may not be in the system, not bound to a windows domain or not authorized to use the APIs. &lt;CODE&gt;))&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;In case of a 200 response you’ll get a response like the one in the following image:&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV style="margin-left: 40px;"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.png" style="width: 663px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57003i91BDB74227498B3E/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;You can verify the cookie was set properly (and get the XSRF value) in Postman by clicking on &lt;STRONG&gt;Cookies&lt;/STRONG&gt;&amp;nbsp;to view the&amp;nbsp;&lt;I&gt;NPWEBCONSOLE_XSRF-TOKEN&lt;/I&gt; cookie. Postman sends this cookie with subsequent requests.&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV style="margin-left: 40px;"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3.png" style="width: 950px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57004i7AABC5B9352C147B/image-size/large?v=v2&amp;amp;px=999" role="button" title="3.png" alt="3.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="4.png" style="width: 751px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57005iF2BBA5A971685436/image-size/large?v=v2&amp;amp;px=999" role="button" title="4.png" alt="4.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left: 40px;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;At this point, it is now possible to make GET requests via the Nprinting API. For example, viewing available reports:&amp;nbsp;&lt;/P&gt;
&lt;TABLE border="1" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD colspan="1" rowspan="1" style="width: 86px;"&gt;&lt;STRONG&gt;COMMAND&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1" style="width: 538px;"&gt;&lt;STRONG&gt;URL&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="1" rowspan="1" style="width: 86px;"&gt;GET&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1" style="width: 538px;"&gt;&lt;A href="https://yourdomain.com:4993/api/v1/reports" target="test_blank"&gt;https://yourdomain.com:4993/api/v1/reports&lt;/A&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;You'll get a response like this with the list of your reports:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="5.png" style="width: 380px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57006i6805BA61528BCD11/image-size/large?v=v2&amp;amp;px=999" role="button" title="5.png" alt="5.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;However, if one needs to make a &lt;STRONG&gt;POST &lt;/STRONG&gt;request then the &lt;I&gt;X-XSRF-TOKEN&lt;/I&gt; header and corresponding cookie value needs to be present in the request; otherwise, the error&amp;nbsp;&lt;I&gt;REVEL_CSRF: tokens mismatch.&lt;/I&gt;&amp;nbsp;will be thrown.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE border="1" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD colspan="1" rowspan="1" style="width: 86px;"&gt;&lt;STRONG&gt;COMMAND&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1" style="width: 538px;"&gt;&lt;STRONG&gt;URL&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="1" rowspan="1" style="width: 86px;"&gt;POST&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1" style="width: 538px;"&gt;&lt;A href="https://yourdomain.com:4993/api/v1/tasks/{taskID}/executions" target="test_blank"&gt;https://yourdomain.com:4993/api/v1/tasks/{taskID}/executions&lt;/A&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="6.png" style="width: 751px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57007i2F6E5F91666EA27E/image-size/large?v=v2&amp;amp;px=999" role="button" title="6.png" alt="6.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="7.png" style="width: 954px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57008iA14CCE2E0E68708F/image-size/large?v=v2&amp;amp;px=999" role="button" title="7.png" alt="7.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 14:40:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-Authenticate-Connect-with-the-Qlik-NPrinting-API-in/ta-p/1716540</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2021-06-17T14:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to Authenticate / Connect with the Qlik NPrinting API in Postman with NTLM Authentication</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-Authenticate-Connect-with-the-Qlik-NPrinting-API-in/tac-p/1774095#M1424</link>
      <description>&lt;P&gt;Thanks for this description - this helped me for 100 percent &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 14:47:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-Authenticate-Connect-with-the-Qlik-NPrinting-API-in/tac-p/1774095#M1424</guid>
      <dc:creator>nicoleklos</dc:creator>
      <dc:date>2021-01-13T14:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to Authenticate / Connect with the Qlik NPrinting API in Postman with NTLM Authentication</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-Authenticate-Connect-with-the-Qlik-NPrinting-API-in/tac-p/1783246#M1732</link>
      <description>&lt;P&gt;very nice write up. great job.&lt;/P&gt;&lt;P&gt;is it possible to use custom users (created in NPrinting console) to make API calls.&lt;/P&gt;&lt;P&gt;or it has to be NT ID to make such calls. I'm trying to create a custom user in NPrinting and then use that user in POSTMAN to make API call using basic auth. it is not working.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 22:35:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-Authenticate-Connect-with-the-Qlik-NPrinting-API-in/tac-p/1783246#M1732</guid>
      <dc:creator>sudeepkm_analog</dc:creator>
      <dc:date>2021-02-16T22:35:49Z</dc:date>
    </item>
  </channel>
</rss>

