mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 16:45:57 +03:00
[GH-ISSUE #1076] Feature Request: WebSocket protocol support #1071
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1071
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zhuyingda on GitHub (Nov 29, 2021).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1076
Proxyman version? (Ex. Proxyman 1.4.3)
Version 2.35.0 (23500)
macOS Version? (Ex. mac 10.14)
11.6 (20G165)
Steps to reproduce
Using any programming language SDK to start a websocket server (ws or wss) at 127.0.0.1:8003 or other ip/port, and then start a client to connect this websocket server.
Expected behavior
See ws traffic in Proxyman GUI, just like Charles.
Screenshots (optional)
@NghiaTranUIT commented on GitHub (Nov 29, 2021):
Hey @zhuyingda I'm not sure if you know that Proxyman and Charles Proxy could not capture WS/WSS from the iOS app anymore since WS/WSS traffic doesn't go through the HTTP Proxy Server.
If you use WS/WSS from web browser, Proxyman can capture it as usual 👍
You can read more at: https://github.com/ProxymanApp/Proxyman/issues/586#issuecomment-720197948
Solution: Use Atlantis framework and capture WS/WSS (https://github.com/ProxymanApp/Proxyman/issues/586#issuecomment-821054334)
@bubnov commented on GitHub (Mar 29, 2024):
@NghiaTranUIT I tried Chrome, Safari and the url https://echo.websocket.org. SSL is enabled. No wss:// in the list. Proxy overridden. How to troubleshoot this?
@NghiaTranUIT commented on GitHub (Mar 29, 2024):
@bubnov from what I see,
https://echo.websocket.org/is not a Websocket connection. You can see it in the Network Tab and Firefox. It's just a simple HTTPS Request.As a result, Proxyman just displays as a HTTPS request/response.
@bubnov commented on GitHub (Mar 29, 2024):
@NghiaTranUIT I just used this comment as a reference https://github.com/ProxymanApp/Proxyman/issues/586#issuecomment-675834504
@NghiaTranUIT commented on GitHub (Mar 29, 2024):
It's from 2020, and
https://echo.websocket.orgdoesn't send any WS/WSS traffic when accessing from Web Browser. If you use NodeJS to make a WS Connection to this server, it will work.To use WS on web browser, please use this https://socketsbay.com/test-websockets
@bubnov commented on GitHub (Mar 29, 2024):
@NghiaTranUIT Thanks for clarification. I managed to get it working with https://v3.piesocket.com/websocket-tester and in Chrome only. It is not working in Safari for some reason. Is it possible to capture websockets from Safari?
@NghiaTranUIT commented on GitHub (Mar 29, 2024):
from what I have experienced, Safari Websocket doesn't respect the system HTTP Proxy, it goes to the Internet without going to Proxyman.
@bubnov commented on GitHub (Mar 29, 2024):
@NghiaTranUIT I see. I have no questions so far. Thanks for your help! :-)