문제

I am trying to see the keepalive events sent from a Signalr server with a Server-Sent event transportation. I am using Fiddler to see it and I have the "Stream" Fiddler feature button enabled...So far I do not see any of them... I am using a Javascript client for that which connects properly with that transport.

Why I don't any HTTP messages on Fiddler sent?

Taking always on consideration that Fiddler is watching HTTP requests/responses where the SignalR server is located...

Thx

도움이 되었습니까?

해결책

The end of the following blog post shows how to use Fiddler's COMETPeek feature to inspect ongoing server-sent events responses: http://stevenhollidge.blogspot.com/2013/07/c-client-for-server-side-event.html

COMETPeek

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top