Proxyman icon indicating copy to clipboard operation
Proxyman copied to clipboard

WebSocket messages not being checked by searches

Open MrChrisRodriguez opened this issue 7 months ago • 2 comments

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

  1. Open a secure WebSocket connection (WSS)
  2. Send a message, preferably an uncommon / unique string
  3. Search for that string in proxyman
  4. See no results
  5. Look at the messages in the websocket request; you'll see that it's there, but not searched.

Zight 2024-07-04 at 9 35 50 PM Zight 2024-07-04 at 9 36 26 PM

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)

MrChrisRodriguez avatar Jul 05 '24 02:07 MrChrisRodriguez