phpforce / soap-client

A PHP client for the Salesforce SOAP API
MIT License
81 stars 75 forks source link

Updated server instance regex #7

Open cmenning opened 10 years ago

cmenning commented 10 years ago

When an organization is configured with a custom domain name, the URL matches customname.my.salesforce.com (note the "my" injected into the name). I've updated the regex so that it matches the standard xxx.salesforce.com and xxx.my.salesforce.com variants of the servername.

ddeboer commented 9 years ago

This currently conflicts with master. Could you please rebase this?