jsforce-ajax-proxy icon indicating copy to clipboard operation
jsforce-ajax-proxy copied to clipboard

Default `url` typo

Open levithomason opened this issue 9 years ago • 0 comments
trafficstars

I believe there is a typo in the default url in proxy.js @ ln 58. Should .com//services actually be com/services?

var params = {
-  url: sfEndpoint || "https://login.salesforce.com//services/oauth2/token",
+  url: sfEndpoint || "https://login.salesforce.com/services/oauth2/token",
  method: req.method,
  headers: headers
};

levithomason avatar Nov 16 '16 22:11 levithomason