Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the meaning of this fiddler icon?

Tags:

icons

fiddler

I got a line in fiddler2 looking like this:

ICON # status protocol  host               url
XXX  3 200    HTTP      www.myserver.com  /images/save.png

The icon shown is a forbidden icon like this: enter image description here

Actually i am analizing a loading problem in one of our customers intranets.

Can anyone please tell me what this icon stands for?

like image 734
Thariama Avatar asked Oct 06 '10 15:10

Thariama


3 Answers

That icon means that the session was aborted by the client, Fiddler, or the Server (see the documentation).

In the modern versions of Fiddler, right-click the session and choose Properties. In the list of flags, there will be an X-Aborted-When flag which shows the state of the session at the time that the abort occurred.

like image 89
riwalk Avatar answered Nov 08 '22 00:11

riwalk


The meaning of all fiddler's icons of each session

enter image description here

like image 20
Rodrigo Avatar answered Nov 07 '22 23:11

Rodrigo


Fiddler changed their documentation link.

Here is the new link for all the icons:

http://docs.telerik.com/fiddler/knowledgebase/uiguide

like image 5
glowworms Avatar answered Nov 08 '22 00:11

glowworms