Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Adding Qlik xrfkey and Auth Headers to qdt-components

Hi all,

My team and I are trying to display a graph from our internal Qlik server using the qdt-components library and React but we are running into issues authenticating the request to the Qlik server that occurs when the component is rendered, specifically that xrfkey and auth headers are missing from the HTTP request. As far as we can tell, the request is generated by a call to the function qlik.openApp, but can't find a way to actually input the extra headers we need into that openApp call. Is there another way to do add the headers to the request, or is there something we're missing? Thanks!

1 Reply
Anonymous
Not applicable
Author

How did you end up resolving this? I'm also trying to authenticate with qdt-components. Thanks!