ProxymanApp / ProxymanApp/Proxyman
WebSocket messages not being checked by searches
Open
@NghiaTranUIT is already working on this.
Since Jul 5, 2024.
✅ Done
bug
- Dominant language
- No language data
- Stars
- 7k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
Description
Search, with "All" fields selected, doesn't check websocket messages and, as a result, doesn't show matching websocket requests in the results. This can lead to quite a bit of confusion if someone is looking for a specific websocket connection among many requests by sending (and expecting to find) unique payloads sent as messages.
Steps to Reproduce
- Open a secure WebSocket connection (WSS)
- Send a message, preferably an uncommon / unique string
- Search for that string in proxyman
- See no results
- Look at the messages in the websocket request; you'll see that it's there, but not searched.
Current Behavior
No search results appear when searching for the string.
Expected Behavior
The websocket request should appear in the search results.
Environment
- App version: Proxyman Version 5.6.0 (50600) Pro
- macOS version: 14.5 (23F79)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.