Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Monitoring/debugging SignalR data

How can I monitor the data that is being transmitted to and from my javascript client? I've tried using Google Chrome Developer Tools, but under Network tab when I select the web socket I can't see exact data that is being transmitted.

like image 237
xx77aBs Avatar asked Sep 17 '26 14:09

xx77aBs


1 Answers

The data should be under the "frames" tab in Chrome devtools.

enter image description here

If you can't get that to work, you can try fiddler2: http://www.codeproject.com/Articles/718660/Debug-Inspect-WebSocket-traffic-with-Fiddler

like image 109
jlew Avatar answered Sep 19 '26 05:09

jlew



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!