What is the meaning of this fiddler icon?

前端 未结 3 825
北海茫月
北海茫月 2020-12-15 15:51

I got a line in fiddler2 looking like this:

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


        
相关标签:
3条回答
  • 2020-12-15 16:16

    The meaning of all fiddler's icons of each session

    0 讨论(0)
  • 2020-12-15 16:19

    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.

    0 讨论(0)
  • 2020-12-15 16:21

    Fiddler changed their documentation link.

    Here is the new link for all the icons:

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

    0 讨论(0)
提交回复
热议问题