Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

reload data of published application from .net code using POST /qrs/task/start/synchronous?name={name}

Hello,

I tried to reload data of published applications by creating a task of reload in QMC, and start this task from .net program using POST http://myserver/qrs/task/start/synchronous?name={name} , but until now i have an error message 403 forbidden. I join my C# program ,and the message error in attachement.

Thank's

Best regards

1 Reply
Not applicable
Author

Please refer to the link below.  Your cs file shows you are trying to perform a GET operation instead of a POST.  Link to task start synchronous below -

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

~Irshad.