일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- 이보드
- Lenovo D330-10igm
- 셀프인테리어
- ubuntu
- ASP.NET
- 웹
- 피들러
- 인증 및 세션관리
- 진단항목
- 인테리어
- retropie
- Web Programming
- WEB
- 한컴오피스
- 단열
- D330
- 자바스크립트
- 보안
- 문자열
- 네트워크
- 윈도우 8
- D330-10igm
- 안드로이드
- fiddler
- 고전게임
- network
- 고전게임기 만들기
- c#
- HTML5
- 우분투
- Today
- Total
Kinesis´s Open Document
피들러(Fiddler) : 요청(Request) 분석창 살펴보기 본문
게시물 묶음 바로가기 : https://lab.kinesis.kr/project/htu_fiddler/
피들러(Fiddler)를 이용해 패킷(Packet)을 수집하는 것은 요청(Request)와 응답(Response)에 대해 분석에 목적이 있는 만큼 요청(Request)와 응답(Response)가 어디에 어떻게 나타나는지 알아야 할 필요가 있다. 그 중에 가장 먼저 우선시 되는 요청(Request)에 대해 어느 영역에 어떠한 형태로 출력되는지 살펴보도록한다.
(여기까지의 내용은 Slide 에는 본래 서술하지 않았던 내용으로 사전 설명없이 보시게 되는 분들을 위해 추가하였습니다.)
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 형태의 요청을 보여준다.
'소프트웨어 사용법 > Fiddler' 카테고리의 다른 글
피들러(Fiddler) : 저장된 패킷 세션 보기 (0) | 2016.06.19 |
---|---|
피들러(Fiddler) : 수집한 패킷 세션 저장(보관)하기 (0) | 2016.06.11 |
피들러(Fiddler) : 코멘트(Comment) 작성 및 마킹(Marking) 하기 (0) | 2016.06.10 |
피들러(Fiddler) : 응답(Response) 분석창 살펴보기 (0) | 2016.06.08 |
피들러(Fiddler) : 구문보기(SyntaxView) 애드온(Addons) 설치하기 (0) | 2016.05.31 |
피들러(Fiddler) : 네트워크 패킷 캡쳐(Capture Traffic) 켜고/끄기 (0) | 2016.05.30 |
피들러(Fiddler) : 모든 인코딩 제거 옵션 설정하기 (1) | 2016.05.26 |
피들러(Fiddler) : 원격 연결 허용 설정하기 (0) | 2016.05.26 |