Tool overview
HAR ビューアとは?
HAR ビューアは、HTTP Archive ファイルをリクエスト検査とフィルタで分析ための開発者向けツールです。
なぜHAR ビューアを使うのか?
HTTP Archive ファイルをリクエスト検査とフィルタで分析際の可読性と作業速度を向上させ、データをサーバーに送信しません。
主な機能
即時の構文ハイライト、エラー検出、クライアントサイドのプライバシー、ワンクリックコピー。HTTP Archive ファイルをリクエスト検査とフィルタで分析
使い方
上のツールで正確な結果を得るための手順です。
- Drag and drop a .har file or choose one from disk.
- Filter requests by URL, method, or status family; sort by duration or status.
- Select a row to inspect Overview, Request, Response, Timing, or Raw tabs.
- Copy cURL commands for replay in terminal or API clients.
HAR Analysis Workflow
How to interpret captured network sessions productively.
Timing waterfall
Colored bars break down blocked, DNS, connect, SSL, send, wait, and receive phases per request.
Status filters
Isolate failed requests (4xx/5xx) or slow calls before sharing traces with your team.
cURL export
Rebuild requests with headers and POST bodies for quick reproduction outside the browser.
よくある質問
一般的なトラブルとデータプライバシーに関する回答です。
公式ドキュメントと参照
このユーティリティの公式仕様とプラットフォーム文書です。