Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
jansen28
Contributor III
Contributor III

RestAPI connection Qliksense

Hello All,

We have a requirement where I need to connect to a python web service(restapi) from qliksense and download the data which will be in json format.

This web service is expecting the username and password to be embedded in the below format.

curl -H "Content-Type: application/json" -X GET -d '{"username":"postgres","password":"postgres123"}' http://localhost:5000/Table1

where Table1 is the name of the table. Could you please let me know how qliksense is sending a POST/GET request to a web service when username and password are provided.

I would like to know how the username and password are embedded in the request so that I can make changes in the webservice and extract the username/password.

Thanks!

1 Reply
antrtiz001
Partner - Contributor III
Partner - Contributor III

You can try to use username and password as parameters in the additional request parameters: you can add the two parameters and set their values