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 is being sent to the server Request is being sent to the server
 Response is being read from the server Response is being read from the server
 Request is paused at a breakpoint Request is paused at a breakpoint
 Response is paused at a breakpoint Response is paused at a breakpoint
 Request used HTTP HEAD method; response should have no body Request used HTTP HEAD method; response should have no body
 Request used HTTP POST method Request used HTTP POST method
 Request used HTTP CONNECT method; this establishes a tunnel used for HTTPS traffic Request used HTTP CONNECT method; this establishes a tunnel used for HTTPS traffic
 Response was HTML Response was HTML
 Response was an image Response was an image
- Response was a script 
 Response was Cascading Style Sheet Response was Cascading Style Sheet
 Response was XML Response was XML
 Response was JSON Response was JSON
 Response was an audio file Response was an audio file
 Response was a video file Response was a video file
 Response was a Silverlight applet Response was a Silverlight applet
 Response was a Flash applet Response was a Flash applet
 Response was a font Response was a font
 Generic successful response Generic successful response
 Response was HTTP/300,301,302,303 or 307 redirect Response was HTTP/300,301,302,303 or 307 redirect
 Response was HTTP/304: Use cached version Response was HTTP/304: Use cached version
 Response was a request for client credentials Response was a request for client credentials
 Response was a server error Response was a server error
 Session was aborted by the client, Fiddler, or the Server. Session was aborted by the client, Fiddler, or the Server.
The Web Sessions List的更多相关文章
- Add Columns to the Web Sessions List
		To add custom columns to the Web Sessions List, add rules using FiddlerScript. The BindUIColumn Attr ... 
- Customize Web Sessions List
		To customize Fiddler's Web Sessions List, add rules using FiddlerScript to the OnBeforeRequest funct ... 
- Web Sessions Installation
		展示不使用Terracotta DSO如何集群Web Sessions. 1.要求 1)jdk1.6或者更高版本 2)Terracotta 3.7或者更高版本 3)所有被集群的对象需要实现序列化,如果 ... 
- Pause Web Sessions
		To pause specific sessions, add rules using FiddlerScript to the OnBeforeRequest function (except wh ... 
- WEB/HTTP 调试利器 Fiddler 的一些技巧分享
		1.原理简介: Fiddler 是目前最强大最好用的 Web 调试工具之一,它能记录所有客户端和服务器的http和https请求, 允许你监视,设置 CGI 请求的断点,甚至修改输入输出数据.同类的工 ... 
- Nginx+Tomcat+Terracotta的Web服务器集群实做
		1.准备工作两个Linux服务器,可以用VMware装一个,然后配置好再克隆一个,修改IP即可.Host1:192.168.0.79Host2:192.168.0.80先配置好jdk1.6.0和tom ... 
- Web调试利器fiddler使用
		fiddler官网:http://fiddler2.com/ http://wenku.baidu.com/view/053e79d776a20029bd642dc1 http://www.cnblo ... 
- [Windows Azure] Developing Multi-Tenant Web Applications with Windows Azure AD
		Developing Multi-Tenant Web Applications with Windows Azure AD 2 out of 3 rated this helpful - Rate ... 
- [转]Creating an OData v3 Endpoint with Web API 2
		本文转自:https://docs.microsoft.com/en-us/aspnet/web-api/overview/odata-support-in-aspnet-web-api/odata- ... 
随机推荐
- oracle备份恢复学习
			备份和恢复是常遇到的操作,逻辑备份和物理备份.物理备份又分为冷备份和热备份. 一.逻辑备份,恢复 是指使用exp命令,简单易行,不影响正常的数据库操作.exp 用户名/密码 file=/hom ... 
- 连接本地websocket服务延迟的问题
			今天用C#编写了一个Chrome Remote Debugger的客户端程序,发现使用rest和websocket程序时第一次连接的时候特别慢,大概每次都要消耗一秒左右,而用chrome直接连接却没有 ... 
- solaris 10系统配置工具
			bash-3.2# prtdiag 报告一般系统信息 System Configuration: VMware, Inc. VMware Virtual Platform BIOS Configura ... 
- iOS上使用自己定义ttf字体
			项目中想使用第三方的字体,在stackoverflow上查询解决的方法,也折腾一会,加入成功,示比例如以下: 1.将xx.ttf字体库增加project里面 2.在project的xx-Info.pl ... 
- Marshal.SizeOf和sizeof的区别
			sizeof在非Unsafe环境下只能用于预定义的一系列类型,如Int,Short等等.而在Unsafe环境下,sizeof可以被用于值类型,但是值类型中不可以有引用类型,否则C#编译器会报错: er ... 
- datagrid在MVC中的运用04-同时添加搜索和操作区域
			本文介绍在datagrid上同时添加搜索和操作区域. 仅仅是增加操作区域 □ 方法1 $('#dg').datagrid({ toolbar: '#tb' }); <div id="t ... 
- Js 日期加减天数
			<SCRIPT language="javascript"> function addDate(dd,dadd){ var a = new Date(dd) a = a ... 
- 将properties文件放在Jar包并读取
			有时候需要在一个library内部打包一个properties文件,包含一些配置信息,而不能部署在外部. 在maven工程里面,将properties文件放在src/main/resources目录下 ... 
- 《Windows核心编程》第七章——进程优先级实验
			其实就是做个实验,看看SetPriorityClass是否真的会生效. 设计思路:主线程一直在进行某种操作(这里是写文件操作),以保证有一定的CPU占用率:生成的子线程来接收你的命令,决定将进程改变为 ... 
- 论文神器Latex30分钟快速入门教程-只需9步向学神看齐
			小E说:工欲善其事,必先利其器.立志做个安静的美学霸的你,学会Latex,一定能使你的论文写作事半功倍. 1.LaTeX软件的安装和使用 方法A(自助):在MikTeX的官网下载免费的MikTeX编译 ... 
