-
Notifications
You must be signed in to change notification settings - Fork 115
Add settings for proxy with authentication #106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Hi @jesperfj, Do you have any plans to merge this soon? I urgently need this feature. |
I always completely ignore PRs with no or insufficient description. |
@jesperfj how can I contact you? I saw 1 PR like mine and you reflected out because there haven't been any test. |
At least just a description would be nice
…On Wed, Feb 26, 2025 at 10:18 AM Beutlin ***@***.***> wrote:
@jesperfj <https://github.com/jesperfj> how can I contact you? I saw 1 PR
like mine and you reflected out because there haven't been any test.
But testing proxies is not easy, as I don't know which proxy you want to
use in your automated tests.
—
Reply to this email directly, view it on GitHub
<#106 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACFJLGY7EWCUHHMFXJFOED2RYAPXAVCNFSM6AAAAABUIKHM2CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOBVHA2DEMRRGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
[image: Beutlin]*Beutlin* left a comment (jesperfj/force-rest-api#106)
<#106 (comment)>
@jesperfj <https://github.com/jesperfj> how can I contact you? I saw 1 PR
like mine and you reflected out because there haven't been any test.
But testing proxies is not easy, as I don't know which proxy you want to
use in your automated tests.
—
Reply to this email directly, view it on GitHub
<#106 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACFJLGY7EWCUHHMFXJFOED2RYAPXAVCNFSM6AAAAABUIKHM2CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOBVHA2DEMRRGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I've updated the description and hope that makes the intention of this PR clearer. |
I tried to get my test setup working but it's simply become too hard and cumbersome to maintain even the most basic working tests. Mostly because I stopped using Salesforce a long time ago myself so I am not keeping up with changes. I am afraid this repo will no longer get even simple upgrades unless someone can help come up with a way of running the test suite against a reasonably stable test org setup. |
Thank you for your efforts for this great library. |
In enterprise companies, proxies might be neeed to talk to foreign websites.
This pull request adds proxy settings in the current library. Furthermore it allows user + password protected proxies.