Unable to use API using POSTMAN - no XML response
Posted: Thu Oct 10, 2024 3:04 am
Hi I am using Postman to test the authentication API. Not sure if I am doing the right thing. I do get 200 OK but don't get XML response back from the server. I have attached the details below with the screenshot.
I converted this - into a prescript code [in the screenshot]
$codice_sha1 = strtolower(sha1(implode(',', $params) . ',' . $secret));
$codice = base64_encode($key . ':' . $codice_sha1);
But I don't get any XML response back. Please help
I converted this - into a prescript code [in the screenshot]
$codice_sha1 = strtolower(sha1(implode(',', $params) . ',' . $secret));
$codice = base64_encode($key . ':' . $codice_sha1);
But I don't get any XML response back. Please help