Skip to content
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

Add support for proxies #49

Closed
wants to merge 1 commit into from

Conversation

mochipon
Copy link

@mochipon mochipon commented Mar 5, 2024

This pull request makes it possible to use the webex_bot in a proxy environment. As support for proxies in websockets has been stucked for over five years (ref. python-websockets/websockets#364), I've decided to introduce the websockets_proxy library as a drop-in replacement.

The additional library is not necessary for those who do not require a proxy, so it might be better to offer this feature as an optional. To support proxies, you will need to explicitly include the [proxy] option when installing.

fixes #35 #39

setup.py Outdated Show resolved Hide resolved
@mochipon mochipon force-pushed the feat/proxy_support branch from 75be641 to 16f1b77 Compare March 12, 2024 12:33
@mochipon mochipon force-pushed the feat/proxy_support branch 2 times, most recently from 96a2ada to 6a00b13 Compare March 18, 2024 06:58
@mochipon
Copy link
Author

@fbradyirl Sorry for bothering you due to git mis-operation. This PR is ready for merge, thank you.

@fbradyirl
Copy link
Owner

Superseded by #56

@fbradyirl fbradyirl closed this Apr 25, 2024
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.

Websocket connection through Proxy Server
3 participants