• Sage CRM: Error occurs with Rest API (sdata) DELETE request when Table Script is present

    We use the Sage CRM Rest API (sdata) to view and administrate companies, persons, email addresses and phone numbers. GET's work fine, but when we issue one of the other methods, eg. DELETE, an error occurs on the server. Also responses get very slow.…
  • SageCRM Rest API - wrong path in tomcat Cookie

    Any request on the SageCRM Rest API gets redirected on the application server by IIS from "{server}/sdata/{installName}j/sagecrm2/-/{resource}" to "localhost:{port}/{installName}j/sagecrm2/-/{resource}". When returning from this request the respons contains…