zoukankan      html  css  js  c++  java
  • The Web Sessions List

    The Web Sessions list contains the list of HTTP Requests that are sent by your computer. You can resize and reorder the columns in this list for your convenience. You can also sort this list by clicking on the column header.

    Certain key information is available in this list, including:

    • # - An ID# of the request generated by Fiddler for your convenience
    • Result - The Result code from the HTTP Response.
    • Protocol - The Protocol (HTTP/HTTPS/FTP) used by this session
    • Host - The hostname of the server to which the request was sent
    • URL - The path and file requested from the server
    • Body - The number of bytes in the Response body
    • Caching - Values from the Response's Expires or Cache-Control headers
    • Process - The local Windows Process from which the traffic originated
    • Content-Type - The Content-Type header from the Response
    • Custom - A text field you can set via scripting.
    • Comments - A text field you can set from scripting or the session's context menu

    In Fiddler v2.2.0.5 and later, you can add new columns of your choice.

    The default text coloring of the Session entries derives from the HTTP Status (red for errors, yellow for authentication demands), traffic type (CONNECT appears in grey), or response type (CSS in purple, HTML in blue; script in green, images in grey). You can override a session's text color using the ui-color flag in FiddlerScript.

    Each session is marked with an icon for quick reference:

    • Request Being Sent Request is being sent to the server
    • Response Being Read Response is being read from the server
    • Request Paused Request is paused at a breakpoint
    • Response Paused Response is paused at a breakpoint
    • Request Used HEAD Request used HTTP HEAD method; response should have no body
    • Request Used POST Request used HTTP POST method
    • Request Used CONNECT Request used HTTP CONNECT method; this establishes a tunnel used for HTTPS traffic
    • HTML Response was HTML
    • Image Response was an image
    • Script Response was a script
    • CSS Response was Cascading Style Sheet
    • XML Response was XML
    • JSON Response was JSON
    • Audio Response was an audio file
    • Video Response was a video file
    • Silverlight Response was a Silverlight applet
    • Flash Response was a Flash applet
    • Font Response was a font
    • Successful Generic successful response
    • Redirect Response was HTTP/300,301,302,303 or 307 redirect
    • Use Cached Response was HTTP/304: Use cached version
    • Request Client Credentials Response was a request for client credentials
    • Server Error Response was a server error
    • Session Aborted Session was aborted by the client, Fiddler, or the Server.
  • 相关阅读:
    Unity内生成深度贴图
    曲线细分
    Hermite插值
    查看静态库支持的CPU架构
    NLua引擎
    ImWindow
    Xenko Engine
    Fast Shadow Receiver
    2D色彩变换
    RVO
  • 原文地址:https://www.cnblogs.com/hushaojun/p/6945156.html
Copyright © 2011-2022 走看看