.HAR 파일 확장자

HTTP Archive FIle

개발사 World Wide Web Consortium
인기도
3.6  |  40 투표
 

HAR 파일이란 무엇인가요?

A HAR file is an archive saved in the HTTP Archive (HAR) format, which is a JSON-formatted format used to save collected HTTP performance data. It contains information about webpages a web browser has loaded, which includes the tracked webpages, response times, and web browser version. HAR files also store metadata, such as the HAR format version and the creator of the file.

추가 정보

Microsoft Visual Studio Code 1에서 열린 .har 파일의 스크린샷
Microsoft Visual Studio Code 1에서 열린 HAR 파일

The purpose of the HAR format is to log the performance of web browsers, which allows developers to analyze how well the browsers are loading webpages. HAR files may be exported by various HTTP-related tools, such as Electron HAR, HttpWatch, HTTP Toolkit, but are typically exported by web browsers. Most browsers support the format, including Google Chrome, Mozilla Firefox, Apple Safari, and Microsoft Edge and Internet Explorer.

You can open HAR files with various programs, including the online HAR Viewer tool and the open source, cross-platform HTTP Toolkit. Since HAR files are saved in JSON format, you can also open them using a JSON editor or a plain text editor, such as Microsoft Notepad or Apple TextEdit.

If you open a HAR file in a text editor, you will see the contents in the JSON format organized into the following object types:

  • log - Includes information about the HAR format version, log creator, browser version, and list of tracked webpages.
  • creator - Includes information about the creator of the log.
  • browser - Includes information about the browser.
  • pages - Includes information about the list of exported webpages.
  • pageTimings - Includes information about the events fired during the page load in milliseconds.
  • entries - Includes information about all the HTTP requests.
  • request - Includes information about performed requests, including the request method, cookie and header objects, and query parameter objects.
  • response - Includes information about the response status, status description, HTTP version, and cookie and header objects.
  • cookies - Includes information about all the cookies in the request and response objects.
  • headers - Includes information about all the headers in the request and response objects.
  • queryString - Includes information about the parameters and values parsed from a query string.
  • postData - Includes information about any posted data in the request object.
  • params - Includes information about any posted parameters in the postData object.
  • content - Includes information about response content in the response object.
  • cache - Includes information about a request from the browser cache.
  • timings - Includes information about the request and response timings in milliseconds.

참고: The HAR format is developed by the Web Performance Working Group of the World Wide Web Consortium (W3C).

File Viewer Plus(으)로 400개 이상의 파일 형식을 여세요.무료 다운로드

HAR 파일을 여는 프로그램

카테고리:
업데이트: 2019-08-19

검증자 FileInfo.com

FileInfo.com 팀 이 페이지에 나열된 HTTP Archive FIle 파일 형식과 Mac, Windows, and Linux 앱을 독자적으로 조사했습니다. 저희의 목표는 100% 정확성이며, 검증한 파일 유형에 대한 정보만 게시합니다.

이 페이지에 추가하거나 업데이트할 내용을 제안하고 싶으시면 알려 주세요.