Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I keep having this below error when attempting a POST method through Qliksense REST API connection:
My Request Body is exactly this: {"format": "json","compress": "false"}
I have tried other types of request body submissions with [ ] around the text and etc.. But I keep getting the same error.. I have tried this method through Postman webapp and it works successfully with exact request body above. But with Qliksense REST API - I can't seem to get past this error! Can someone please help! Thank you!
I resolved the error with Query Header "Content-Type" = 'application/json'
Hey @dpiperUSNavy , could you please share with us which API endpoint are you calling and paste the entire request (headers and body)? And also if you can share the main requirements and why you need to connect to QRS API from a QlikSense app.
I resolved the error with Query Header "Content-Type" = 'application/json'