Skip to content

Add support for connecting to websocket through proxy #96

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

TobiasMadsen
Copy link

This pull request exposes three new parameters to the websocket constructor:

  • proxy_url
  • proxy_username
  • proxy_password

An alternative approach would be to check and respect the settings given by thehttp_proxy, https_proxy environment variables. However, some proxies do not support websockets, so this might leave some users in a bad state, where they have to change these environment variables back and forth when connecting to the websocket.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@TobiasMadsen
Copy link
Author

Hi,
I have sent the contributor agreement by mail.
Best, Tobias

wsAddProxy(private$wsObj, proxyUrl)

if (!is.null(proxyUsername)) {
if (is.null(proxyPassword))
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing negation?

@Syntopia
Copy link

This would be great to have fixed (including Skjernaa's fix above). Any progress here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants