Basic knowledge of fiddler tool

Some knowledge and basic use of fiddler tool

name

meaning

#

The order of fetching HTTP Requests, starting from 1 and increasing

Result

HTTP status code

Protocol

The protocol used by the request, such as HTTP/HTTPS/FTP, etc.

Host

Hostname of the requested address

URL

The location of the requested resource

Body

The size of the request

Caching

The requested cache expiration time or cache control value

Content-Type

Request response type

Process

Process that sent this request: Process ID

Comments

Allow users to add notes to this reply

Custom

Allow users to set custom values

icon

meaning

The request has been sent to the server

The response result has been downloaded from the server

Request to pause from a breakpoint

Responding to pause at the breakpoint

clip_image005[4]

The request uses the HTTP HEAD method, that is, the response has no content (Body)

clip_image006[4]

The request uses the HTTP POST method

clip_image007[4]

Request to use HTTP CONNECT method, use HTTPS protocol to establish a connection tunnel

clip_image008[4]

Response is in HTML format

clip_image009[4]

Response is a picture

clip_image010[4]

Response is in script format

clip_image011[4]

Response is in CSS format

clip_image012[4]

Response is in XML format

clip_image013[4]

The response is in JSON format

clip_image014[4]

Response is an audio file

clip_image015[4]

The response is a video file

clip_image016 [4]

The response is a SilverLight

clip_image017[4]

The response is a FLASH

clip_image018[4]

Response is a font

clip_image019[4]

Normal response is successful

clip_image020[4]

The response is HTTP/300, 301, 302, 303, or 307 redirect

clip_image021[4]

The response is HTTP/304 (no change): use cache file

clip_image022[4]

Response requires client certificate verification

clip_image023[4]

Server error

clip_image0244

The session was terminated by the client, Fiddler, or server

Guess you like

Origin blog.csdn.net/Lemonhlj/article/details/108007008