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: 
Not applicable

Qlik Sense Engine API Authorization

Hey.

I'm creating an application in .NET to automate the process of copying the application. I use the Repository Service API. When I send a request to the server using GET method, all the operations are returned correctly. When I send a request to the server using POST metod, getting an error 403: Access denied.

How can I configure my server to connect to the API from .NET and perform procedures using the URLs?


I communicate with API using URLs of this page:

https://help.qlik.com/en-US/sense-developer/1.0/Subsystems/Qlik_Sense_Repository_Service_API/Content...

1 Reply
Alexander_Thor
Employee
Employee

Hey,

Take a look at this project http://branch.qlik.com/#!/project/56728f52d1e497241ae69842

It communicates with the QPS API but the connection principles are the same.

It sounds like your requests are carrying the permissions of the user running the code. Instead you might want to consider authenticating using the service certificates to gain root privileges as the above project demonstrates