Integration, Extension & APIs

Discussion board where members can learn more about Integration, Extensions and API’s for Qlik Sense.

Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG

Who Me Too'd this topic

E_Langlet
Partner - Contributor II
Partner - Contributor II

Override Auth header in OData Connector

Hi! 

Is it possible to override the Qlik Sense Cloud OData connector  so that you e.g. can use a variable as input to the Auth header field? 

Something similar to when working with the REST connector. I have tried to add the following code without success:

"WITH CONNECTION(
URL "$(vURL)",
HTTPHEADER "auth_type" "$(vheaderAuthType)",
HTTPHEADER "auth_token" "$(vTOKEN)"
)" ;

Labels (4)
Who Me Too'd this topic