Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
i've done the following example:
goldbergjeffrey/QRSAPI_Manage · GitHub
Now I want to realise somethnig similar with the Qlik Engine API, But I get an Error Message with number 500 internal server error.
I' m using following uri: https://server/proxy/app/?xrfkey=ABCDEFG123456789 with a POST method, Header authentication and the body is similar to the opendoc method from the protocol tester. Has anyone an idea?
Thank you
René
For the Engine API you have to use a web socket.
Erik
Please mark the appropriate replies as correct or helpful so our team and other members know that your question has been answered to your satisfaction.
For the Engine API you have to use a web socket.
Erik
Please mark the appropriate replies as correct or helpful so our team and other members know that your question has been answered to your satisfaction.
Thank you.
Do you know, whether there are existing examples? Using websockets in c# to use the engine api?
Yes I know the .Net SDK should be used, but in our case we don't want to use it.
Thank you