We are building an application on Adobe's CQ5 platform on the cloud. In that application we want to use jQuery/Ajax to call an on premises SharePoint listdata.svc REST service to retrieve the contents of a list. Do we have to enable CORS in
order to call the listdata.svc? whats the best approach?
KF