Hi there, Since we changed the default domain for our SalesForce instance to our own domain the query has been failing with this error message i.e. Exception: DNS error: https://mydomain.salesforce.com/services/data/v41.0/query?. Even if I amend the code i.e. from var PRODUCTION_SOAP_URL = "https://login.salesforce.com/services/Soap/u/22.0" to var PRODUCTION_SOAP_URL = "https://mydomain.salesforce.com/services/Soap/u/22.0" still receive the same error and prior to this change and Winter 18' update to SalesForce any scripts that used worked fine. Could you please advise me on what could be wrong?
Thanks beforehand