I am trying to call my FDM Service from Rules as below -
guidelib.dataIntegrationUtils.executeOperation(operationInfo, inputs, outputs, success, failure); | |
However, I get the below error on console after this line's execution -
http://localhost:4502/content/forms/af/my-project/form/jcr:content/guideContainer.af.dermis
The service in FDM is giving valid JSON response and even when hitting directly with Postman.
When debugging csrf.js, the console error is coming at below lines -
if (globalToken) {
this.setRequestHeader(HEADER_NAME, globalToken);
send.apply(this, arguments);
return;
}
