Qlik REST API GET /v1/data-sets/{data-set-id} endpoint returns 401 to OPTIONS request
Hey there,
I am using Qlik Cloud and trying to fetch dataset information using JS fetch API.The following code is sending an OPTIONS request and Qlik Cloud server responds with 401 to this request.
I tried the method suggested in this post and was able to send this request without any issues.When I disabled web security in my Chrome browser, there were no preflight requests.