-
-
Notifications
You must be signed in to change notification settings - Fork 393
Open
Labels
Description
Is your feature request related to a problem? Please describe.
It’s challenging to debug WebSocket traffic since NetFox only supports HTTP/HTTPS. This requires separate tools or manual logging, which disrupts the debugging workflow.
Describe the solution you’d like
Add support for WebSocket traffic logging, including capturing messages, connection states, and errors.
Describe alternatives you’ve considered
Allowing developers to add custom logs (such as socket events) to NetFox.
Additional context
WebSocket support would make NetFox a more complete network debugging tool, unifying HTTP and WebSocket traffic.
manoj036 and canaksoy