Websocket client: Missing proxy support

Open
#224 3 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
python
Domain
networking

Research direction

Start by reviewing the websocket client implementation and its connection setup to determine where HTTP proxy handling would belong. Check how the client currently resolves and connects to websocket URLs, then compare the behavior with the proxy requirements described in the issue. Done means the client can connect through an HTTP proxy and has coverage or documented verification for that case.

Written by the indexing model from the issue text.

Description

The websocket client does not work behind a HTTP proxy. In a company network where all internet access needs to go through a HTTP proxy, the websocket client tries to resolve the IP address of the websocket URL and fails.

Is there any support for HTTP proxies in ws4py ?
Are there any solutions for this issue (other websocket libraries that support HTTP proxies) ?

Dominant language
Python
Stars
1.1k
Forks
285
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Lawouach/WebSocket-for-Python

All issues in Lawouach/WebSocket-for-Python

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.