Can't see SignalR traffic in browser development tools

血红的双手。 提交于 2020-01-24 11:15:48

问题


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/29771676/cant-see-signalr-traffic-in-browser-development-tools

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!