Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I did a similar development to this: https://github.com/kolsrud/qlik_rest_sdk
But I can't authenticate using IIS settings. "windows authetication on"
I can only connect using networkCredentials, where I have to enter from the screen.
I need to perform by windows authentication.
var restClient = new RestClient(senseServerUrl);restClient.AsNtlmUserViaProxy();var json = restClient.Get("/qrs/App");
Can someone help me ?