jsforce / jsforce/jsforce-ajax-proxy
Default `url` typo
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 50
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
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
};
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open lib/proxy.js at line 58 and inspect the default Salesforce OAuth token URL. Confirm the default uses a single slash before services; the issue is done when the corrected URL is in place and the proxy behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100