ieHTTPHeaders
ieHTTPHeader은 Explorer에서 웹 서핑을 수행하기 위해서 전송하고 수신받는 HTTP 헤더 정보를 보여주는 프로그램이다. 이 프로그램은 웹 개발도중에 발생하는 문제(쿠키, 캐싱, 리다이렉션, 프록시서버)에 대해서 디버깅에 유용하게 이용할 수 있다.
인터넷 익스플로러와 잘 연동되어, 다른 어떤 프로그램을 추가하지 않고도 HTTP 통한 서버와의 송신, 수신 정보를 확인할 수 있다.
내장된 필터링 기능을 이용하면, 컨텐츠 타입이나 HTTP 상태 코드를 기반으로 디버깅하고자 하는 해당 부분에 집중적으로 디버깅을 수행할 수 있다.
포함된 기능 :
- SSL support
- Filtering based on content type
- Filtering based on HTTP status code
- Customizable coloring scheme for requests and responses
- Cherry pick from seing the request, the reponse, the request body (POST data), or all at the same time.
- Grouping of requests and responses for easier debugging
ieHttpHeaders를 이용하여 웹 개발의 디버깅 툴 혹은 트러블 슈팅 도구로 이용하거나 일반적인 탐색 목적으로 이용할 수 있다. 어떻게 웹 서버가 캐싱, 리다이렉션, e-tags와 같은 것들을 핸들링 하는지 확인해보자.
For screenshots, click here, and for the download page, click here.
You should also checkout my httpeyes application if you want those headers for other applications besides Microsoft Internet Explorer.
'WEB_Programming' 카테고리의 다른 글
JDBC를 이용한 사용자 정의 SQL Object를 저장하고, 탐색하는 방법 (0) | 2009.10.23 |
---|---|
Cache-Control HTTP Headers (0) | 2009.09.29 |
Excel file Download (0) | 2009.01.25 |
eclipse 실행시 메모리 에러 나는경우 eclipse.ini 수정하기 (0) | 2008.12.15 |
Log4J 설정 (0) | 2008.12.15 |