본문 바로가기

자료

피들러(Fiddler) : 요청(Request) 분석창 살펴보기

728x90

 

블로그 인기글

● 메이플스토리 신규 룬패치/자동해제 프로그램 [링크 이동]

● 메이플스토리 거짓말탐지기 알림 프로그램 [링크 이동]

C#에서 TensorFlow 사용하는법 [링크 이동]


 

a. The requested information is located on the top right in the Inspectors tab.

요청(Request) 정보는 Inspectors 탭 안의 우측 상단에 위치한다.

 

b. Response information is located on the bottom right in the Inspectors tab.

응답(Response) 정보는 Inspectors 탭 안의 우측 하단에 위치한다.

 

 

Only the header information of the request shows.

요청(Request)의 헤더(Header) 정보만 보여준다.

 

Easy to analyze the information related to Cache, Client, Cookies, Entity, Referer, Connection.

Cache, Client, Cookies, Entity, Referer, Connection 등과 관련된 정보를 분석할 때 용이하다.

 

 

To display the body of the request, in text format.

헤더(Header)를 제외한 요청(Request)의 본문을 텍스트 형태로 보여준다.

 

 

To display the body of the request, in syntax format.

헤더(Header)를 제외한 요청(Request)의 본문을 구문보기(Syntax View)형태로 보여준다.

 

 

To display the body of the request, in WebForm format.

요청(Request)을 웹폼(WebForm) 형태로 보여준다.

 

 

Display the request to HEX.

요청(Request)을 HEX 값으로 보여준다.

 

 

Show information related to authentication.

인증(Authentication) 요청(Request)과 관련된 정보를 보여준다.

 

 

It displays the value of the Cookie request header.

요청 헤더(Request Header) 중 쿠키(Cookie) 값을 보여준다.

 

 

It displays the raw Request information.

가공되지 않은 요청(Request)을 보여준다.

 

 

The display requests in JSON format.

JSON  형태의 요청을 보여준다.

 

 

The display requests in XML format.

XML  형태의 요청을 보여준다.

 

728x90