Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
microwin88x
Creator III
Creator III

JSON with Authorization by Token

Hello,

I have a URL where I need to GET data in JSON with a Token:

Headers
KeyValue
AuthorizationToken
Content-TypeGET - application/json
X-Requested-WithXMLHttpRequest

I was told that the token is a Key that should be sent with the Header.

So then I have for example the following data:

URL: https://website.qlik.com

Sample: /api/customers.json

Authorization: aXHjHjLoRpGG==

Content-Type: application/json

  X-Requested-With: XMLHttpRequest


1 - How can I access the data from Chrome to try if it works? Should I use something like this? https://website.qlik.com/api/customers.json/aXHjHjLoRpGG==


2 - How can I load this data from QlikView? I have version 11.20

Thank you!!!

0 Replies