Logo
Core Tools

Proxy Viewer

Send one request through one proxy and inspect response body, headers, redirects, and attempts.

Proxy Viewer is for focused inspection. Use it when a single proxy behaves strangely, when you need to confirm a target response, or when you want to inspect headers and redirects before saving a candidate.

Proxy Viewer

Request Controls

ControlMeaning
ProxyThe proxy to test. If no scheme is provided, candidates are tried automatically.
URLTarget URL.
MethodGET, HEAD, POST, PUT, PATCH, DELETE, or OPTIONS.
BodyRequest body for methods that use one.
HeadersCustom request headers.
CookiesRequest cookies.
Follow redirectsManually follow redirects up to the viewer limit.
Max body sizePreview response body up to the configured cap.
Resolve countryEnrich the exit IP where possible.

What It Returns

  • protocol attempts
  • normalized proxy
  • final URL
  • redirect count
  • status code and status text
  • latency
  • exit IP
  • response headers
  • response cookies
  • request headers
  • pretty JSON
  • HTML title
  • image preview when available and not truncated
  • binary/truncated body notices

Body Preview Limits

LimitValue
Minimum64 KiB
Default512 KiB
Maximum2048 KiB

Details That Matter

FeatureDetail
Scheme attemptsIf the proxy lacks a scheme, Viewer tries candidate schemes until one succeeds or all fail.
Redirect logicFollows up to 8 redirects when enabled and converts 301/302/303 to GET except for GET/HEAD cases.
Attempt logRecords scheme, normalized proxy, requested URL, success flag, status, latency, final URL, redirect count, exit IP, and error.
Response detectionDetects HTML, JSON, image, and binary-ish responses.
RenderingPretty JSON, HTML title extraction, image data URL preview when safe, binary omission, and body truncation marker.
CookiesShows request cookies and response cookies separately from headers.
Exit detailsCan resolve the viewer exit IP through the checker resolver.

When To Use It

  • A proxy checks alive but fails a specific target.
  • Leak test origin does not look right.
  • You need to confirm response headers.
  • You want to inspect redirect behavior.
  • You want a quick manual test before adding a proxy to a pool.

Proxy Viewer is intentionally single-proxy and interactive. Use Checker or Benchmark for bulk decisions.

On this page