What does this icon mean, please?

1 Answer 15 Views
Fiddler Everywhere Windows
Mark
Top achievements
Rank 1
Mark asked on 19 Apr 2024, 06:03 PM

I'm getting used to the new fiddler interface and am confused about the icon below. A red dot next to a plug would seem to indicate some type of connection error, but the status code of 101, which I admit I wasn't familiar with until now, doesn't seem to be a failure.

I'm trying to debug an API that uses RabbitMQ and SignalR for async communication. My C# code is throwing a connection error exception right around the time that the above shows up in my fiddler trace. Everything else in the debug session shows up like below:

 

But since 101 isn't a 400 or 500 error like I'd expect, I don't understand if the icon of a plug with a red dot next to it is trying to tell me something went wrong.

 

TIA for any help

1 Answer, 1 is accepted

Sort by
0
Accepted
Nick Iliev
Telerik team
answered on 22 Apr 2024, 07:05 AM

Hello Mark,

 

The session icon and the status code 101 indicate that you have captured WebSocket traffic. You can double-click on the WSS session to observe the ongoing WebSocket messages (between the client and the server) through the dedicated Messages inspectors (refer to the sample screenshot).


More information about capturing WebSocket traffic with FIddler Everywhere can be found in the following articles:

https://docs.telerik.com/fiddler-everywhere/inspect-traffic/inspector-insights#websocket-grpc-sse-and-socketio-inspectors 

https://www.telerik.com/blogs/how-to-use-fiddler-everywhere-real-time-apps 

https://www.telerik.com/blogs/new-release-fiddler-everywhere-3 

 

Regards,
Nick Iliev
Progress Telerik

A brand new ThemeBuilder course was just added to the Virtual Classroom. The training course was designed to help you get started with ThemeBuilder for styling Telerik and Kendo UI components for your applications. You can check it out at https://learn.telerik.com
Mark
Top achievements
Rank 1
commented on 22 Apr 2024, 01:22 PM

Thanks for the continued help with my questions Nick!
Tags
Fiddler Everywhere Windows
Asked by
Mark
Top achievements
Rank 1
Answers by
Nick Iliev
Telerik team
Share this question
or