AutoResponder 它可以把本来服务器响应的内容,使用本地内容来响应.这个对网站开发人员来说很有用. 1.AutoResponder界面 2.界面功能解析,根据上图标注位置 1.Enable rules(激活规则):勾选此选项,自动响应才会激活 2.Unmatched requests passthrough(跳过非匹配请求):如果不勾选此选项,那么抓包的时候,会返回 [Fiddler] The Fiddler AutoResponder is enabled, but this req
客户端可以先向服务器端发送一个请求,如果服务器端返回的是状态码100,那么客户端就可以继续把请求体的数据发送给服务器端.这样在某些情况下可以减少网络开销. 再看看HttpClient里面对100-Continue的说明: The purpose of the Expect: 100-Continue handshake is to allow the client that is sending a request message with a request body to determine