Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Everyone,
I am trying to send http post(json) request from qlik sense(load editor) to some python script but getting error message. Please support to fix this error.
REST Connection: Successful
Note: URL is tested via postman and working perfectly
Please find below code snippet and snap for error message.
LIB CONNECT TO 'REST_httpswww.###########';
RestConnectorMasterTable:
SQL SELECT
"username",
"password"
FROM JSON
WITH CONNECTION (
HTTPHEADER "Content-Type" "application/json",
METHOD "POST",
URL "https://www.abc.com/test.php",
BODY '{"username":"value1","password":"value2"}'
);
Looks like this is a double post:
Re: Qlik Sense REST Call Using POST/JSON - Qlik Community - 2477663