Topic cluster

Proxy tools

Free browser-side tools for proxy engineering: client IP resolution, no_proxy matching, nginx proxy_pass rewriting, PROXY protocol decoding, PAC testing.

6 tools · cluster reviewed 8 September 2026

Six tools for the parts of proxy configuration that are easy to get subtly wrong and hard to verify by reading. All of them run entirely in your browser: no request is made, nothing is uploaded, and nothing is stored.

They exist because each one answers a question that otherwise requires deploying a change to find out.

ToolAnswers
Client IP resolverWhich address in this X-Forwarded-For chain is really the client, given my trusted proxies?
no_proxy testerWill curl, Go, Python and Java all agree that this URL bypasses the proxy?
nginx proxy_pass simulatorWhat upstream URI does this location and proxy_pass pair actually produce?
PROXY protocol decoderWhat do these header bytes mean, and is the length field consistent?
PAC file testerWhat does FindProxyForURL return for this URL, and how many DNS lookups did it cost?
Timeout ladder checkerWhich hop in my chain gives up first, and is my ladder inverted?

Each tool page also explains the rule it implements, so the tool is checkable rather than something you have to take on faith.

Every tool in this cluster#