X-Real-IP parse
Single-hop real IP from nginx-style headers.
ClientReal IP: ea
Nearby workflows on Toolcore
- X-Forwarded-For parse — Split client IP chain from header value. when headers, identifiers, or reference tables need a sibling check.
- HTTP fetch test — Send GET/POST and other methods from your browser—see status and body; CORS limits apply. when headers, identifiers, or reference tables need a sibling check.
- cURL command parser — Parse curl CLI snippets into method, URL, headers, and body—local best-effort helper for API debugging. when headers, identifiers, or reference tables need a sibling check.
- CIDR calculator (IPv4 & IPv6) — IPv4 or IPv6 CIDR: network, range, mask or prefix size—computed locally in your browser. when headers, identifiers, or reference tables need a sibling check.
Common use cases
- X-Real-IP parse for quick local checks without uploading data.
- Copy results into tickets, docs, or classroom notes.
Common mistakes to avoid
Unexpected input shape
See the intro and how-to notes for accepted formats.
FAQ
Is processing local?
Yes—this runs entirely in your browser.
Agent prefill?
Use q or qb for the main text field when supported.
More tools
Related utilities you can open in another tab—mostly client-side.
X-Forwarded-For parse
ClientSplit client IP chain from header value.
HTTP fetch test
ClientSend GET/POST and other methods from your browser—see status and body; CORS limits apply.
cURL command parser
ClientParse curl CLI snippets into method, URL, headers, and body—local best-effort helper for API debugging.
CIDR calculator (IPv4 & IPv6)
ClientIPv4 or IPv6 CIDR: network, range, mask or prefix size—computed locally in your browser.