Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
rolmontero
Partner - Creator
Partner - Creator

Reload Apps Externaly Qlik Client Managed

Hello everyone,

I am trying to reload an app with Postman by using the QRS API. I followed the instructions related to the certificates  and I have managed to fetch all the apps that I have:

rolmontero_0-1691009509274.png

After that, I tried another article that shows how to reload an app externally, but, in this section, I have found these problems in the request and I can make head or tails of it. What I am missing?

rolmontero_1-1691009630478.png

 

 

Labels (2)
1 Reply
Øystein_Kolsrud
Employee
Employee

What kind of authentication are you using? I see the response you get is "The initial authentication request must be a GET request in order to be redirected to the authentication module.", so I suspect you are connecting to a virtual proxy using Windows authentication. The flow in that case is to first do a GET which will redirect you to the login flow, and then you can proceed with POST requests once you have gotten the session cookie.

I think that flow is rather difficult to implement in Postman, so if possible you should use a different way of authentication like for instance header authentication, or use certificates. This article explains how to use Postman with certificates:

https://community.qlik.com/t5/Official-Support-Articles/How-to-use-Postman-to-make-API-calls-and-use...