You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: