Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
we have been using Qlik Rest API's and after upgrading i am getting http 400 header request error..
https://<qlik url>/<virtual proxy>/app?xrfkey=<key id>&filter=name eq 'dashboard0'
we get 200 success if we pass rest url without virtual proxy.. but the expected output for header are not comming
https://<qlik url>/app?xrfkey=<key id>&filter=name eq 'dashboard0'
is there anything changed in Rest API url s as compared to Qlik April 2019 version ? or any other possible reasons like authentication or rights that got changed ?
You might have solved this already, but for others:
I am guessing the problem is that the hostname you are using is not in the whitelist in QMC under each virtual proxy.
Qlik Sense has started checking the header "Host:" on all requests now. Not just when opening the websocket.
Which is the reason the the unfortunately named error message:
400 Bad Request - The http header is incorrect
Yes, this is solution for me. Thanks! The steps of adding host in white list is described in this tutorial.
Why there are no words about white list settings in Qlik Help example I can't understand!