I get a [HTTP/1.1 200 OK 1573ms] on a service call invoked in javascript
restservice2.execute({
xhrFields: {
Code: Select all
withCredentials: true
}
});
, but the response body where the JSON should be is not showing. Is there something missing with my service call to get the JSON data to show?