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

A proxy server to access Salesforce API from JavaScript apps outside of Salesforce domain.

Results 7 jsforce-ajax-proxy issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello, I have jsforce-ajax-proxy running in the background, but when I create a connection in my JSForce app as such: ``` var conn = new jsforce.Connection({ loginUrl : 'https://test.salesforce.com', proxyUrl...

…n header. This change requires changes on the client side as well. A PR for jsforce coming soon.

I believe there is a typo in the default `url` in [proxy.js @ ln 58](https://github.com/jsforce/jsforce-ajax-proxy/blob/master/lib/proxy.js#L58). Should `.com//services` actually be `com/services`? ```diff var params = { - url: sfEndpoint || "https://login.salesforce.com//services/oauth2/token",...

Is authentication supported with this proxy. If so, what would be the authentication endpoint? thanks.

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies