Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

500 - Internal Server Error, using Engine API

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é

1 Solution

Accepted Solutions
ErikWetterberg

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.

View solution in original post

2 Replies
ErikWetterberg

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.

Not applicable
Author

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