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

QLIKSense. Rest API connector HTTP POST. How to avoid putting sensitive data

Hello team,

I hope somebody figured it out already.

I have a REST API with Bearer authentication which I would like to connect to QLIK Sense.

Basically there are two calls:
1.  POST {{baseurl}}/api/token + user credentials in the body
2. GET {{baseurl}}/whatever +   HTTPHEADER "Authorization" "Bearer $(Token)"

I figured out how to make it work. But the question is: how to "hide" the initial body of the POST call?
- If created as REST API POST connection - body is still readable for other users
- If put inside Data Load script - even worth. 
- ?  


Labels (3)
0 Replies