I am trying to connect from Qlik Sense to an app to extract data through an API. Basically I use 2 methods, the first to authenticate and the second to perform the query.
When I make the calls through the Postman program, all methods work fine
For the authentication process, the API documentation describes that the only thing we must specify is: Headers Content-Type:application/x-www-form-urlencoded
Body client_id:Interface4PMS_LDS grant_type:password username:xxxxxxx password:yyyyyy
And for the Query, we must use the retrieved token and the following parameters.
The problem im having is that im not able to create the connection for the authentiation from Qlik Sense REST connector
i guess im missing some header or body configuration as Postman retrive some configuration automatically.
Keep in mind that even when the authentication process does not work for me, the extraction does succeed if I use the token generated using postman
Please considere that the token expires and a new one needs to be generated after a few minutes.