Find Answers
Qlik Community
Collaborate with over 60,000 Qlik technologists and members around the world to get answers to your questions, and maximize success.
Join Usvar url = "https://qlikserver1:4993/api/v1/tasks/35818c86-7f4e-4170-9684-6b1b7762f51b/executions"; var xhr = new XMLHttpRequest() xhr.open('POST', url, true) xhr.setRequestHeader('Authorization','Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6Ikp......EUtP2eu8YDxBsvOJCwC9D0ercMrrV-6zDiwJ6ySVgfOMoEtY5gCrhRSuKLg'); xhr.onload = function () { var tasks = JSON.parse(xhr.responseText); if (xhr.readyState == 4 && xhr.status == "200") { console.table(tasks); } else { console.error(tasks); } } xhr.send(null);
If the header does not get send, check that the web server hosting the code is set up correctly to allow the headers sent (CORS issue)
See: https://stackoverflow.com/questions/39390792/xmlhttprequest-doesnt-send-some-headers
Collaborate with over 60,000 Qlik technologists and members around the world to get answers to your questions, and maximize success.
Join UsSearch Qlik's Support Knowledge database or request assisted support for highly complex issues.
Submit a caseExperiencing a serious issue, please contact us by phone. For Data Integration related issues please refer to your onboarding documentation for current phone number.
Call Us