Skip to tool
Web engineering

HAR & HTTP Session Inspector

Inspect request waterfalls and redact sensitive HTTP archive fields locally.

Web Worker Local onlyTools
Input0 characters
Result0 characters
Ready

Read the trace before blaming the network

HAR File Analyzer — Inspect Waterfalls, Timing and Sensitive Data

Use the waterfall to find where time accumulated, then inspect the exact entry, connection, request, response, and initiator evidence.

One bar, six different kinds of waiting

waterfall anatomy
QueueBrowser scheduling and connection limits
DNSHostname lookup
Connect + TLSTransport and certificate setup
RequestUpload time
WaitTime to first byte
DownloadResponse transfer

Reduce the session to the requests that can answer your question

Status4xx · 5xx

Failures and server errors

Typefetch · xhr

Application API traffic

Duration> 1,000 ms

Slow entries, not necessarily slow servers

Domainapi.example.test

First-party or third-party boundary

Before sharing

Bodies are only one place secrets hide.

  • Authorization and Proxy-Authorization
  • Cookie and Set-Cookie
  • Query tokens and signed URLs
  • Request and response bodies
  • Client IPs, email addresses, and account IDs

Redaction creates a new export. It does not alter the source pasted into this browser tab.

Turn one entry into a reviewable cURL request

A generated command can reproduce method, URL, headers, and body for a selected entry. Review credentials and environment-specific headers before running it.

curl 'https://api.example.test/orders' \
  -H 'accept: application/json' \
  --data-raw '{"limit":20}'

What the waterfall can and cannot prove

Can show

It can show observed browser timings, redirects, cache state, payload sizes, status codes, and request dependencies.

Cannot prove

It cannot prove the server-side root cause, replay application state safely, or guarantee a redacted file contains no sensitive business data.

HAR analysis questions

What is a HAR file?
HTTP Archive is JSON that records browser requests, responses, timing phases, and page metadata for a captured session.
Why can HAR timing differ from DevTools?
HAR fields are exported observations and can omit browser-internal detail. Cache, connection reuse, extensions, and capture timing also change the trace.
Is a HAR safe after cookies are removed?
Not automatically. URLs, headers, payloads, and response bodies can still contain tokens, identifiers, or private application data.

Direct answer

What is HAR & HTTP Session Inspector?

Use the waterfall to find where time accumulated, then inspect the exact entry, connection, request, response, and initiator evidence.

What can it do?

  • Inspect
  • Timeline
  • Sanitize
  • cURL
  • Browser fetch

How to use HAR & HTTP Session Inspector

  1. 01

    Choose a task

    Select Inspect, Timeline, Sanitize, cURL, and Browser fetch in the workspace.

  2. 02

    Provide the input

    Drop or paste a HAR file. The input stays in the browser processing path.

  3. 03

    Review the result

    Run the tool, inspect its result and diagnostics, then copy or download the output when the page offers that action.

Frequently asked questions

What is HAR & HTTP Session Inspector?
Use the waterfall to find where time accumulated, then inspect the exact entry, connection, request, response, and initiator evidence.
What can HAR & HTTP Session Inspector do?
HAR & HTTP Session Inspector supports Inspect, Timeline, Sanitize, cURL, and Browser fetch. Each mode is available directly in the page workspace.
Does HAR & HTTP Session Inspector upload my data?
HAR & HTTP Session Inspector processes your input locally in the browser. DevSexy does not add an upload, account, or server-processing step to this workflow.
DevSexy processes tool input locally. No paste tracking, accounts, or upload step.