Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
i'm trying to run qlik app by server, with curl.. it's a Qlik Enterprise
i need to pass certificate and key, some API reply correctly but i'm not able to run app
something like this reply with a Error400: badly formed, but i'm not sure it could be correct API
curl -v --cert /airflow/cert/client.pem --key /airflow/cert/client_key.pem -X "POST" --insecure "https://server.abc.it:4242/qrs/app/f56b491b-7b92-4094-b2df-0e02e2d08cca/reload?xrfkey=xrfkeyspecific" -H 'x-Qlik-Xrfkey: xrfkeyspecific' -H 'X-Qlik-User: UserDirectory=Internal; UserId=sa_repository' --header "Content-Length: 500"