Can't see SignalR traffic in browser development tools
问题 I built server and client code that uses SignalR. The website is working perfectly, but I can't see the web traffic in any browser (chrome, IE, Firefox). I know the web traffic is there because the website is working. Is there a way to view SignalR Traffic in a browser? If not what is the best external tool for viewing SignalR traffic? 回答1: you can use Fiddler, see this article : https://github.com/SignalR/SignalR/wiki/Using-fiddler-with-signalr 来源: https://stackoverflow.com/questions