force-server
force-server copied to clipboard
Development server for Force.com
* added function to handle token refresh function, has to be sent as a "data", not "params".
When doing a POST or GET that returns a 503 error from the proxy, the proxy goes down for about an hour. When you go the heroku url, you get...
Add ability to use ssl Fixes #7 merging in changes done by @alexndreazevedo (Thanks btw)
It would be nice to merge this effort iwth ssl-force-server; as that would allow for SSL based calls: https://www.npmjs.com/package/ssl-forceserver. Or otherwise, add functionality to support SSL.
Fixes #5
@ccoenraets You're missing a license here. Could you please specify?
As documented [here](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_understanding_refresh_token_oauth.htm), In order to get a new access_token, I need to make a regular form-submission type POST request (Content-Type: application/x-www-form-urlencoded) However when using this proxy the POST body...
Fix broken link.
When running the example server (the list of contacts), I have to reauthorize the app on my Salesforce account each time the page reloads. Is this because I'm running the...