mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-27 00:55:57 +03:00
[GH-ISSUE #1798] Add Breakpoint on WebSocket message #1791
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#1791
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 @rilham97 on GitHub (Oct 5, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1798
Description
I want to manipulate websocket incoming message
Why this feature/change is important?
To help me testing the behaviour app that rely on Webscoket incoming message
@NghiaTranUIT commented on GitHub (Oct 6, 2023):
@rilham97 can you clarify what you'd to achieve?
@rilham97 commented on GitHub (Oct 12, 2023):
@NghiaTranUIT
What i want to achieve is it able to modify the actual WebSocket message between server and client.
Here my acceptance criteria:
GIVEN there is incoming message from server
WHEN I've set the breakpoint to filter the message based on regex
THEN I can manipulate the received message
@mprice-banno commented on GitHub (Jul 16, 2024):
I would like this too, in addition to scripting on the websocket. Now that websocket traffic appears to be proxied again from iOS devices (assuming Apple fixed recently, I spotted it working again in iOS 17.5.1) this would be incredibly useful.