Hi there,
I'm using CRM 2013 OData services and I'm getting expected result but when I open javascript console on IE 10/11 under errors Script7002: XMLHttpRequest: Network Error 0x2eff, Could not complete the operation due to error 00002eff.
I'm not using jquery.
Its on On-Premise, using http, Active Directory, error occurs in all browsers.
I'm using CRM Rest Odata SDK
var options = "$select=Telephone1&$filter=AccountId eq guid'" + regardingObjectId + "'"; SDK.REST.retrieveMultipleRecords("Account", options, retrieveAccountsCallBack, errorCallBack, accountsRetrieveComplete);url : http://crmserver/myOrg/XRMServices/2011/OrganizationData.svc/AccountSet?$select=Telephone1&$filter=AccountId eq guid 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX'
Please suggest,
Thanks,
Kiran