Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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:
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?
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: