We are trying to use a for loop & call a local proxy in java script of another proxy. We have followed few blogs & coded as below:
localGet = httpClient.get("https://<host>:<port>/services/data/v42.0/get/query");
localGet.waitForComplete();
print(localGet.getResponse().content.asJSON);
But this isn't working, the call is not happening at all.
Requesting experts to kindly guide us on this issue.
Thanks & Regards,