Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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:
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