Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Watching SignalR request and response in browser

I am using SignalR for inform users in realtime.But there is problem.I want to find why there is problem.But in browser when i clik f12 and chose network tab there is no request and response altough SignalR works well here is my chrome console.When jquery I see request but for signalR there is no reuest or response.And also in network tab there is no WS(web socket)..

Here is my chrome console

like image 209
user1688401 Avatar asked Apr 28 '16 20:04

user1688401


1 Answers

When you click F12 on Browser,There is one functionality like WS(Web Socket) in Network tab.From that you can check the details of SignalR

Please see below image

enter image description here

like image 132
Chetan Sanghani Avatar answered Sep 19 '22 16:09

Chetan Sanghani