Protocol tools
ClientUse this index for web protocol reference, network address checks, metadata previews, and small developer-formatting tasks. Open a card for the dedicated route, examples, limits, and copy-ready output.
Debugging an API response, crawler issue, subnet rule, or share preview? Read Protocol tools for web debugging.
How this hub is organized
HTTP references, CIDR math, MIME and port tables, User-Agent parsing, Open Graph previews, and semver checks each live on their own route—this index only routes you to the right workspace.
Browse protocol utilities
Cards follow the home catalog order for this category: HTTP and MIME references, IP and MAC helpers, metadata previews, versioning, URL slugs, SQL formatting, chmod/umask, and pseudo-CLI shortcuts.
Luhn checksum (mod 10)
ClientPaste a digit string (spaces ignored)—pass or fail Luhn for PANs, IMEI-style IDs, and test vectors; browser-only.
Payment card checker
ClientPaste PAN digits—Luhn pass/fail plus Visa/Mastercard/Amex/Discover-style BIN hint; no bank lookup; browser-only.
IMEI & IMEISV checker
Client15-digit GSM IMEI: TAC/SNR split and Luhn verification; 14-digit check hint or 16-digit IMEISV segmentation—no carrier lookup; browser-only.
MEID checker (CDMA)
Client14–15 hex or 18–19 decimal Mobile Equipment Identifier—Luhn mod‑10/16 check digit; RR/manufacturer/serial split—no TIA lookup; browser-only.
VIN check digit (17-char)
ClientNorth American–style vehicle ID: ninth-position mod 11 checksum, WMI and sequential split—no DMV or OEM decode API; browser-only.
ICCID checker (SIM)
Client18–22 digit ICCID: telecom MII hint (89), E.118 / ISO 7812 Luhn on full string—no carrier or SM-DP+ lookup; browser-only.
NPI check digit
ClientUS National Provider Identifier—10 digits, CMS Luhn on 80840 + NPI; entity type 1/2; no registry lookup; browser-only.
IBAN validate & format
ClientMOD-97-10 checksum, country length (embedded list), compact or grouped copy—no bank lookup; browser-only.
BIC / SWIFT validate
ClientISO 9362 layout (8 or 11 characters)—bank, country, location, branch segments; no directory lookup; browser-only.
ABA routing number checker
ClientPaste MICR routing (digits)—Fed-assignment checksum pass/fail, coarse Fed Reserve hint—ACH wires checks vary by institution.
ISBN validate & convert
ClientISBN-10 / ISBN-13 checksums and 978↔ISBN-10 conversion—book identifiers only, no title lookup; browser-only.
ISIN validate
ClientISO 6166 securities ID—12 characters, letter expansion + Luhn check digit; no issuer lookup; browser-only.
CUSIP checksum
ClientNorth American nine-character CUSIP—issuer/issue layout and mod-10 check digit; no registry lookup; browser-only.
SEDOL checksum
ClientLondon seven-character SEDOL—body layout and mod-10 check digit with LSE weights; no LSEG lookup; browser-only.
IMO number checker
ClientSeven-digit IMO ship ID—weighted mod-10 check digit; optional IMO prefix; no registry lookup; browser-only.
FIGI format checker
ClientTwelve-character FIGI—OpenFIGI layout and mod-10 check digit; no directory lookup; browser-only.
LEI checksum
ClientTwenty-character Legal Entity Identifier—ISO 17442 MOD-97-10 check digits; no GLEIF lookup; browser-only.
D-U-N-S Number checker
ClientNine-digit Dun & Bradstreet identifier—modulus‑10 check digit on eight data digits; no D&B lookup; browser-only.
MIC format checker
ClientFour-letter Market Identifier Code—ISO 10383 layout and segment hints; no MIC directory lookup; browser-only.
URL parser
ClientSplit URLs into protocol, host, path, query, and hash—browser URL API; optional https:// assumption; no fetch.
HTTP fetch test
ClientSend GET/POST and other methods from your browser—see status and body; CORS limits apply.
Extract URLs
ClientPull http and https links from pasted text—copy the list locally; no link checker.
UTM link builder
ClientAppend utm_source, utm_medium, utm_campaign, and optional tags to a base URL—copy locally.
Safelink decoder
ClientUnwrap Google, Outlook, and common redirect safe links to the real URL—parse only, no fetch.
Random port generator
ClientPick a random TCP port in a min–max range for dev configs and fixtures—local CSPRNG.
Docker run to Compose
ClientParse a docker run command into a starter Compose service block—ports, env, volumes locally.
Keyboard keycode info
ClientPress a key to inspect KeyboardEvent key, code, location, and modifier flags—browser-only.
MAC address generator
ClientGenerate random EUI-48 MAC addresses—colon, hyphen, dotted, or plain hex—CSPRNG locally.
IPv4 converter
ClientConvert IPv4 between dotted decimal, 32-bit integer, hex, and binary—client-side quick reference.
CIDR calculator (IPv4 & IPv6)
ClientIPv4 or IPv6 CIDR: network, range, mask or prefix size—computed locally in your browser.
IPv4 subnet table
ClientSplit a parent IPv4 CIDR into equal child prefixes: every subnet listed with network, broadcast, and host bounds—capped list, local only.
IPv6 expand & compress
ClientSingle IPv6 address: full 8-group expanded and RFC 5952 compressed text—::ffff:IPv4 mapped, not CIDR math—local only.
MAC / EUI formatter
ClientNormalize IEEE EUI-48 or EUI-64: colon, hyphen, dotted (Cisco-style), plain hex—and show multicast / local-admin bits—in your browser only.
SQL formatter
ClientPretty-print SQL with dialect presets—pair with SQL minify on the compress page.
URL slug generator
ClientHeadlines to SEO-friendly path segments: hyphens, diacritics, ASCII or Unicode, optional max length—local only.
User-Agent parser
ClientBrowser, OS, and device from a UA string—useful for logs and debugging.
HTTP status codes
ClientHTTP response status reference: search 1xx–5xx, short meanings, copy status lines—client-side.
Open Graph preview
ClientPaste HTML head or og: meta lines—see title, description, and image URL fields.
Meta tag generator
ClientBuild title, description, canonical, Open Graph, and Twitter meta tags—copy a head fragment locally.
GraphQL formatter
ClientFormat GraphQL queries and mutations with readable indentation—paste one line, copy structured text locally.
Robots.txt & sitemap preview
ClientPaste robots.txt or sitemap XML—see User-agent groups, rules, and URL list in your browser.
Robots.txt generator
ClientBuild robots.txt with presets, Allow/Disallow paths, crawl-delay, and Sitemap lines—copy or download locally.
Sitemap.xml generator
ClientBuild sitemap urlset XML from a URL list—optional lastmod, changefreq, priority—copy or download in the browser.
MIME types & file extensions
ClientLook up common MIME types from extensions (and vice versa)—filterable table, copy Content-Type—client-side.
SemVer compare & sort
ClientCompare two versions or sort a list—Semantic Versioning 2.0.0, prerelease order—client-side.
HTTP methods
ClientGET, POST, PUT, PATCH, DELETE—safe, idempotent, body usage—quick reference for APIs, client-side.
HTTP headers
ClientCommon request and response header fields—names, direction, and short summaries—filterable client-side.
TCP & UDP ports
ClientWell-known and common port numbers with IANA-style service names—filter by port, protocol, or keyword—client-side.
Pseudo-CLI
ClientTerminal-style commands in the browser—open catalog tools with optional -q prefill; same pages as the GUI.
chmod & umask
ClientOwner/group/other rwx to octal, ls-style rwxrwxrwx, copy chmod, and umask 022/002 quick reference for new files and dirs—local only.
Netmask to CIDR prefix
ClientConvert dotted netmask to prefix length /n.
CIDR to netmask
ClientExpand /n prefix to dotted decimal netmask.
Usable host count
ClientHosts in an IPv4 /n network (excluding network+broadcast).
Network address
ClientCompute network ID from IPv4 CIDR (ip/prefix).
Broadcast address
ClientLast address in an IPv4 subnet from CIDR.
Extract IPv6 addresses
ClientFind IPv6 literals in logs or configs—client-side pattern scan.
cURL command parser
ClientParse curl CLI snippets into method, URL, headers, and body—local best-effort helper for API debugging.
Wildcard pattern match
ClientTest * and ? glob patterns against a string—local fnmatch-style check.
IPv4 to integer
ClientConvert dotted IPv4 to 32-bit unsigned integer—network math helper.
Integer to IPv4
ClientConvert a 32-bit number to dotted IPv4 notation.
SemVer bump
ClientIncrement major, minor, or patch on a semver string—release tagging aid.
URL builder from parts
ClientAssemble a URL from scheme, host, path, and query lines.
URL normalize
ClientLowercase host, trim, and resolve . and .. path segments.
Semver coerce
ClientCoerce loose version strings to semver x.y.z when possible.
CIDR overlap check
ClientTest whether two IPv4 CIDR prefixes overlap.
Cookie header parse
ClientParse Set-Cookie or Cookie header pairs into a table.
HTTP header parse
ClientSplit raw HTTP headers into name/value lines—local request debugging.
User-Agent parse
ClientExtract browser, OS, and device hints from a User-Agent string.
Content-Type parse
ClientSplit MIME type and parameters from a Content-Type header value.
Set-Cookie parse
ClientParse Set-Cookie header into name, value, and attribute list.
WebSocket Sec-WebSocket-Key
ClientGenerate a random Sec-WebSocket-Key (16-byte Base64).
WebSocket accept hash
ClientCompute Sec-WebSocket-Accept from client key + RFC magic string.
Forwarded header parse
ClientParse RFC 7239 Forwarded header directives.
X-Forwarded-For parse
ClientList client IPs from X-Forwarded-For comma chain.
SPF record parse
ClientSummarize SPF TXT record mechanisms and modifiers.
DMARC record parse
ClientParse DMARC TXT tag=value pairs from _dmarc records.
DNS TXT parse
ClientParse TXT record strings from pasted dig/host output.
DNS A record parse
ClientExtract IPv4 addresses from A record lines.
MX record parse
ClientParse priority and host from MX lines.
HTTP status text
ClientLook up reason phrase for numeric HTTP status.
ETag parse
ClientParse weak/strong ETag and opaque value.
Cache-Control parse
ClientSplit Cache-Control directives into lines.
Accept-Language parse
ClientParse q-weighted language tags from Accept-Language.
Authorization Bearer parse
ClientExtract Bearer token from Authorization header.
Link header parse
ClientParse RFC 8288 Link header relations.
Retry-After parse
ClientInterpret Retry-After as seconds or HTTP-date.
Host header parse
ClientSplit Host header into hostname and port.
Origin header parse
ClientParse Origin URL into scheme, host, and port.
Vary header parse
ClientList cache Vary tokens from comma-separated header.
Pragma cache parse
ClientInterpret Pragma and Cache-Control no-cache hints.
Strict-Transport-Security parse
ClientParse HSTS max-age, includeSubDomains, and preload flags.
Permissions-Policy parse
ClientParse Permissions-Policy allow/deny feature directives.
Cross-Origin-Opener-Policy parse
ClientExplain COOP directive values.
Cross-Origin-Embedder-Policy parse
ClientExplain COEP credentialless/require-corp values.
WWW-Authenticate parse
ClientParse WWW-Authenticate challenge scheme and params.
Proxy-Authenticate parse
ClientParse Proxy-Authenticate challenge like WWW-Authenticate.
cURL to HTTPie
ClientRoughly convert a cURL command to HTTPie syntax.
HTTP headers parse
ClientParse raw HTTP headers block to JSON map.
HTTP method check
ClientValidate whether a token is a standard HTTP method.
IPv4 reverse DNS name
ClientBuild in-addr.arpa PTR name from IPv4 address.
WebSocket URL parse
ClientParse ws:// or wss:// URL components.
MAC OUI hint
ClientShow OUI prefix and explain vendor lookup limits.
TCP port check
ClientValidate port number and show well-known service name.
Redirect chain parse
ClientParse numbered redirect log lines into a chain list.
DNS lookup hint
ClientSuggest dig/host commands for a hostname (no live query).
URL status checklist
ClientChecklist for interpreting HTTP status codes on a URL.
Fetch timing parse
ClientParse simple duration log lines to milliseconds table.
SSL cert expiry hint
ClientParse notAfter date from pasted PEM metadata text.
Accept header parse
ClientSplit Accept header into type tokens with q weights.
Accept-Charset parse
ClientList charsets from Accept-Charset header.
Accept-Encoding parse
ClientList compression encodings from Accept-Encoding.
Authorization header parse
ClientSplit Authorization scheme and credential blob.
Cookie header parse
ClientSplit Cookie header into name=value pairs.
Set-Cookie parse
ClientSplit Set-Cookie attributes from response header.
Location header parse
ClientParse Location redirect URL components.
Retry-After parse
ClientInterpret Retry-After as seconds or HTTP-date.
Rate limit headers parse
ClientParse X-RateLimit-* or RateLimit-* style headers.
CSP-Report-Only parse
ClientSplit Content-Security-Policy-Report-Only directives.
SPF record parse
ClientSplit SPF TXT record into mechanisms.
DMARC record parse
ClientParse DMARC TXT tag=value pairs.
Accept-Language split
ClientList language tags from Accept-Language header.
Link header parse
ClientParse RFC 8288 Link header relations.
Cache-Control split
ClientSplit Cache-Control directives by comma.
Content-Disposition parse
ClientSplit Content-Disposition type and parameters.
Sec-Fetch-Site parse
ClientExplain Sec-Fetch-Site request context value.
Sec-Fetch-Mode parse
ClientExplain Sec-Fetch-Mode value.
Permissions-Policy split
ClientSplit Permissions-Policy allowlist directives.
Referrer-Policy parse
ClientDescribe Referrer-Policy token.
DNS SOA parse
ClientSplit SOA record fields from pasted text.
CORS header parse
ClientList Access-Control-* directives from pasted headers.
X-Forwarded-For parse
ClientSplit comma-separated client IP chain.
Age header parse
ClientInterpret Age response header seconds.
Via header parse
ClientSplit comma-separated Via proxy hops.
Transfer-Encoding parse
ClientSplit Transfer-Encoding codings.
TE header parse
ClientParse Accept-Transfer-Encoding / TE tokens.
Origin header split
ClientParse Origin URL into scheme, host, port.
Host header split
ClientSplit Host header into hostname and port.
ETag weak/strong parse
ClientClassify ETag as weak (W/) or strong.
Authorization Basic parse
ClientDecode Basic auth header to user:pass.
Server header parse
ClientSplit Server response header product tokens.
Date header to ISO
ClientParse HTTP Date header to ISO UTC.
Expires header parse
ClientParse Expires to ISO and age hint.
Last-Modified parse
ClientParse Last-Modified to ISO timestamp.
If-None-Match parse
ClientSplit If-None-Match ETag list.
Content-Length validate
ClientCompare Content-Length to body byte size.
Connection header parse
ClientSplit Connection hop-by-hop tokens.
Upgrade header parse
ClientList protocol upgrade tokens.
Cache-Control directives parse
ClientSplit Cache-Control directives.
ETag header parse
ClientParse ETag weak/strong and quoted value.
Accept-Language q-values
ClientParse Accept-Language with quality values.
Content-Type MIME split
ClientSplit Content-Type into type and params.
Link header rel parse
ClientParse RFC 8288 Link header relations.
Vary header parse
ClientSplit Vary response header field names.
Content-Disposition parse
ClientParse inline/attachment and filename.
Transfer-Encoding split
ClientList Transfer-Encoding codings.
X-Forwarded-For chain
ClientSplit proxy chain from X-Forwarded-For.
Referrer-Policy parse
ClientExplain Referrer-Policy directive.
HSTS max-age parse
ClientParse Strict-Transport-Security max-age.
HTTP status line parse
ClientSplit HTTP response status line into version, code, reason.
Host header parse (lite)
ClientSplit Host header into hostname and port.
Origin header parse (lite)
ClientParse Origin URL into scheme, host, and port.
Location header parse (lite)
ClientParse Location redirect URL components.
Set-Cookie parse (lite)
ClientParse Set-Cookie into name, value, and attributes.
Age header parse (lite)
ClientInterpret Age response header seconds.
Via header parse (lite)
ClientSplit comma-separated Via proxy hops.
Authorization Bearer parse (lite)
ClientExtract Bearer token from Authorization header.
Content-Length parse (lite)
ClientValidate Content-Length byte count.
Date header parse (lite)
ClientParse HTTP Date header to ISO UTC.
Allow header parse
ClientParse Allow response header methods.
Accept header parse
ClientSplit Accept header media ranges.
Content-Encoding parse
ClientList Content-Encoding codings in order.
Access-Control-Allow-Origin parse
ClientInterpret ACAO header value.
User-Agent bot hint
ClientHeuristic bot or crawler hint from UA string.
Trailer header parse
ClientParse Trailer header field names.
Warning header parse
ClientSplit Warning header warn-values.
Expect-CT parse
ClientParse Expect-CT header directives.
Feature-Policy parse
ClientParse legacy Feature-Policy directives.
Content-Range parse
ClientParse bytes Content-Range header.
Server-Timing parse
ClientParse Server-Timing header metrics.
Forwarded header parse
ClientParse RFC 7239 Forwarded header pairs.
Content-Security-Policy parse (lite)
ClientSplit CSP directives into lines.
Range request parse
ClientParse Range request header byte ranges.
If-Modified-Since parse
ClientParse conditional date header to ISO UTC.
Accept-Ranges parse
ClientInterpret Accept-Ranges response header.
Alt-Svc parse
ClientParse Alt-Svc alternative service entries.
Date header parse
ClientParse HTTP Date header to ISO UTC.
Location header parse
ClientResolve Location redirect URL parts.
Pragma header parse
ClientParse legacy Pragma cache directives.
Retry-After header parse
ClientParse Retry-After as seconds or HTTP-date.
Expires header parse (lite)
ClientParse Expires HTTP-date to ISO UTC.
Last-Modified header parse
ClientParse Last-Modified to ISO UTC.
ETag weak parse
ClientClassify ETag as weak or strong.
WWW-Authenticate parse
ClientSplit WWW-Authenticate challenges.
Vary header parse (lite)
ClientList Vary response header field names.
Transfer-Encoding parse (lite)
ClientParse Transfer-Encoding codings list.
Content-Length parse
ClientValidate Content-Length numeric value.
X-Request-ID parse (lite)
ClientNormalize X-Request-ID or Request-Id values.
Allow header parse (lite)
ClientList allowed HTTP methods from Allow.
X-Forwarded-For parse
ClientSplit client IP chain from header value.
X-Real-IP parse
ClientExtract IP from X-Real-IP header.
Content-Disposition parse
ClientParse filename from Content-Disposition.
Location header parse
ClientExtract URL from Location response header.
Set-Cookie parse
ClientSplit Set-Cookie name, value, and flags.
Vary header parse
ClientList cache Vary header tokens.
Accept-Language parse
ClientParse q-values from Accept-Language.
User-Agent crawler hint
ClientHeuristic bot/crawler detection from UA.
URL query parse
ClientDecode query string key/value pairs.
URL hash fragment builder
ClientBuild #fragment from key=value pairs.
User-Agent parse (DQ)
ClientSplit User-Agent into product tokens.
CSP header parse (DQ)
ClientSplit Content-Security-Policy directives.
CORS header parse (DQ)
ClientParse Access-Control-* response headers.
Referer header parse (DQ)
ClientExtract URL from Referer request header.
ETag header parse (DQ)
ClientNormalize ETag strong vs weak values.
Link header parse (DQ)
ClientSplit HTTP Link relation headers.
Allow header parse (DQ)
ClientList allowed methods from Allow header.
Warning header parse (DQ)
ClientParse HTTP Warning header codes.
URL query parse (DQ)
ClientList query parameters from a URL.
MIME type parse (DQ)
ClientSplit type, subtype, and parameters.
Cache-Control parse
ClientParse Cache-Control directive list.
Content-Disposition parse
ClientParse filename from Content-Disposition.
Set-Cookie parse
ClientParse Set-Cookie name, value, and flags.
User-Agent browser hint
ClientExtract browser name from User-Agent.
X-Forwarded-For parse
ClientList client IPs from X-Forwarded-For chain.
HSTS parse
ClientParse Strict-Transport-Security max-age.
Vary header parse
ClientSplit Vary response header values.
Location header parse
ClientParse absolute vs relative Location URL.
WWW-Authenticate parse
ClientParse auth scheme from WWW-Authenticate.
Content-Encoding parse
ClientList compression encodings from header.
Accept-Language parse
ClientParse Accept-Language q-values.
Referrer-Policy parse
ClientExplain Referrer-Policy directive.
Permissions-Policy parse
ClientSplit Permissions-Policy directives.
CORS header parse
ClientParse Access-Control-Allow-Origin and methods.
Server-Timing parse
ClientParse Server-Timing metric list.
Link header parse
ClientParse RFC 8288 Link relations.
Retry-After parse
ClientInterpret Retry-After seconds or HTTP-date.
ETag parse
ClientLabel weak vs strong ETag.
Date header parse
ClientParse HTTP Date to ISO and age hint.
MIME type parse
ClientSplit type/subtype and parameters.
Cache-Control parse
ClientSplit Cache-Control directives.
Content-Encoding parse
ClientList compression encodings from header.
Location header parse
ClientParse redirect Location URL components.
Content-Disposition parse
ClientParse filename from Content-Disposition.
Allow header parse
ClientList HTTP methods from Allow header.
Vary header parse
ClientSplit Vary cache key headers.
CSP header parse
ClientSplit Content-Security-Policy directives.
Transfer-Encoding parse
ClientParse chunked or identity transfer encoding.
X-Forwarded-For parse
ClientList client IPs from X-Forwarded-For chain.
Expires header parse
ClientParse Expires HTTP-date to ISO and age.
Accept header parse
ClientSplit Accept MIME types and q values.
Accept-Language parse
ClientSplit language tags and q weights.
Server header parse
ClientIdentify server product from Server header.
Date header parse
ClientParse HTTP Date to ISO and age.
Retry-After parse
ClientParse Retry-After seconds or HTTP-date.
WWW-Authenticate parse
ClientParse auth scheme and parameters.
Set-Cookie parse
ClientSplit cookie name, value, and attributes.
Link header parse
ClientParse RFC 8288 Link relations.
Origin header parse
ClientSplit Origin scheme, host, and port.
Referrer-Policy parse
ClientExplain Referrer-Policy directive.
Content-Type parse
ClientSplit MIME type and parameters.
Cache-Control parse
ClientSplit Cache-Control directives.
Content-Encoding parse
ClientList compression encodings in order.
Location header parse
ClientParse redirect Location URL parts.
ETag parse
ClientIdentify weak vs strong ETag.
Vary header parse
ClientSplit Vary request-header names.
User-Agent short
ClientExtract browser name from User-Agent.
CSP-Report-Only parse
ClientSplit Content-Security-Policy-Report-Only directives.
Permissions-Policy parse
ClientSplit Permissions-Policy allow lists.
Forwarded header parse
ClientParse RFC 7239 Forwarded parameters.
Accept header parse
ClientSplit Accept media types and q values.
Set-Cookie parse
ClientSplit a Set-Cookie name, value, and flags.
WWW-Authenticate parse
ClientSplit scheme and parameters from WWW-Authenticate.
Link header parse
ClientExtract URI and rel from a Link header.
Retry-After parse
ClientInterpret Retry-After as seconds or an HTTP date hint.
Authorization parse
ClientShow scheme and token length (does not verify JWT).
CORS ACAO parse
ClientClassify an Access-Control-Allow-Origin value.
Content-Disposition parse
ClientExtract type and filename from Content-Disposition.
Host header parse
ClientSplit Host into hostname and port.
X-Forwarded-For parse
ClientList client IPs from an X-Forwarded-For header.
Accept-Language parse
ClientSplit Accept-Language locales and q values.
Cookie header parse
ClientSplit a Cookie request header into name=value pairs.
Server-Timing parse
ClientSplit Server-Timing metrics and durations.
Age header parse
ClientInterpret Age header seconds and minutes.
Bearer token parse
ClientShow Bearer scheme and token length.
Origin header parse
ClientParse an Origin header into scheme, host, port.
Content-Length parse
ClientInterpret Content-Length bytes and size hints.
HSTS parse
ClientExtract max-age from Strict-Transport-Security.
HTTP-Date parse
ClientParse an HTTP-Date header to ISO hint.
X-Real-IP parse
ClientExtract client IP from X-Real-IP or first forwarded IP.
Cache-Control parse
ClientSplit Cache-Control directives from a header value.
Content-Type parse
ClientSplit MIME type and parameters from Content-Type.
ETag parse
ClientShow ETag weak flag and quoted value.
Link header parse
ClientSplit Link header relations and URLs.
Vary header parse
ClientSplit Vary header field names.
Forwarded header parse
ClientSplit RFC 7239 Forwarded parameters.
Referer parse
ClientParse a Referer header URL into parts.
Host header parse
ClientParse Host header into hostname and port.
CSP parse
ClientSplit Content-Security-Policy directives.
User-Agent snippet
ClientFirst token and length of a User-Agent string.
Accept header parse
ClientSplit Accept header MIME types and q values.
Accept-Encoding parse
ClientSplit Accept-Encoding codings and q values.
Accept-Language parse
ClientSplit Accept-Language tags and q values.
Location header parse
ClientParse a Location redirect URL into parts.
Server-Timing parse
ClientSplit Server-Timing metric entries.
HSTS parse
ClientParse Strict-Transport-Security max-age and flags.
X-Forwarded-For parse
ClientSplit X-Forwarded-For client IP chain.
Origin header parse
ClientParse Origin header scheme, host, and port.
Permissions-Policy parse
ClientSplit Permissions-Policy directives.
Sec-CH-UA parse
ClientSplit Client Hints Sec-CH-UA brand list.
Cache-Control parse
ClientSplit Cache-Control directives.
Content-Type parse
ClientSplit Content-Type MIME type and parameters.
Set-Cookie parse
ClientSplit Set-Cookie name, value, and attributes.
Referer parse
ClientParse a Referer header URL into parts.
ETag parse
ClientParse ETag weak/strong flag and value.
CSP parse
ClientSplit Content-Security-Policy directives.
Forwarded parse
ClientSplit RFC 7239 Forwarded header entries.
Vary parse
ClientSplit Vary header field names.
Cross-Origin parse
ClientParse Cross-Origin-Resource-Policy value.
User-Agent snippet
ClientExtract browser name hint from User-Agent.
Accept parse
ClientSplit Accept header MIME types and q values.
Authorization parse
ClientSplit Authorization scheme and credentials.
Location parse
ClientParse a Location redirect URL into parts.
Retry-After parse
ClientInterpret Retry-After as seconds or HTTP-date.
WWW-Authenticate parse
ClientSplit WWW-Authenticate challenge parts.
Permissions-Policy parse
ClientSplit Permissions-Policy directives.
X-Forwarded-For parse
ClientSplit X-Forwarded-For client IP chain.
Accept-Language parse
ClientSplit Accept-Language locales and q values.
Server-Timing parse
ClientSplit Server-Timing metric entries.
Sec-CH-UA parse
ClientSplit Client Hints Sec-CH-UA brands.
Accept parse
ClientSplit Accept header MIME types and q values.
Authorization parse
ClientSplit Authorization scheme and credentials.
Location parse
ClientParse a Location redirect URL into parts.
Retry-After parse
ClientInterpret Retry-After as seconds or HTTP-date.
WWW-Authenticate parse
ClientSplit WWW-Authenticate challenge parts.
Permissions-Policy parse
ClientSplit Permissions-Policy directives.
X-Forwarded-For parse
ClientSplit X-Forwarded-For client IP chain.
Accept-Language parse
ClientSplit Accept-Language locales and q values.
Server-Timing parse
ClientSplit Server-Timing metric entries.
Sec-CH-UA parse
ClientSplit Client Hints Sec-CH-UA brands.
Content-Type parse
ClientSplit Content-Type MIME type and parameters.
Cache-Control parse
ClientSplit Cache-Control directives.
CSP parse
ClientSplit Content-Security-Policy directives.
ETag parse
ClientInterpret ETag weak vs strong form.
Link parse
ClientSplit Link header relations.
Cookie parse
ClientSplit Cookie header name=value pairs.
Set-Cookie parse
ClientSplit Set-Cookie attributes.
Origin parse
ClientParse Origin header into scheme, host, port.
Vary parse
ClientSplit Vary header field names.
User-Agent snippet
ClientExtract browser engine hint from User-Agent.
Accept parse
ClientSplit Accept header media types and q-values.
Authorization parse
ClientSplit Authorization scheme and credentials.
HSTS parse
ClientSplit Strict-Transport-Security directives.
Location parse
ClientParse Location redirect URL components.
Retry-After parse
ClientInterpret Retry-After as seconds or HTTP-date.
Server parse
ClientExtract product name from Server header.
WWW-Authenticate parse
ClientSplit WWW-Authenticate challenge parameters.
Content-Length parse
ClientInterpret Content-Length bytes and size units.
Date header parse
ClientParse HTTP Date header to ISO and Unix.
Referrer-Policy parse
ClientList Referrer-Policy directive tokens.
Accept-Language parse
ClientSplit Accept-Language locales and q-values.
Content-Encoding parse
ClientSplit Content-Encoding compression tokens.
Permissions-Policy parse
ClientSplit Permissions-Policy directives.
Forwarded parse
ClientSplit RFC 7239 Forwarded header parameters.
Access-Control parse
ClientSplit Access-Control-Allow-Origin and related CORS hints.
Allow parse
ClientSplit Allow header HTTP methods.
If-None-Match parse
ClientSplit If-None-Match ETag values.
Last-Modified parse
ClientParse Last-Modified header to ISO and Unix.
X-Request-ID parse
ClientExtract and validate X-Request-ID trace token shape.
Transfer-Encoding parse
ClientSplit Transfer-Encoding chunked tokens.
User-Agent parse
ClientSplit User-Agent product tokens.
Cache-Control parse
ClientSplit Cache-Control directives.
Content-Type parse
ClientSplit Content-Type media type and parameters.
Set-Cookie parse
ClientSplit Set-Cookie name=value and attributes.
Authorization parse
ClientSplit Authorization scheme and credentials.
ETag parse
ClientParse ETag weak/strong flag and value.
Location parse
ClientParse Location redirect URL components.
Server-Timing parse
ClientSplit Server-Timing metric entries.
Vary parse
ClientSplit Vary header field names.
Date header parse
ClientParse HTTP Date header to ISO and Unix.
Accept parse
ClientSplit Accept header media types and q-values.
Strict-Transport-Security parse
ClientSplit HSTS directives.
Content-Security-Policy parse
ClientSplit CSP directives.
Cookie parse
ClientSplit Cookie header name=value pairs.
Bearer token parse
ClientExtract Bearer token length from Authorization.
Link parse
ClientSplit Link header relations.
Forwarded parse
ClientSplit Forwarded header parameters.
Retry-After parse
ClientParse Retry-After as seconds or HTTP-date.
Accept-Language parse
ClientSplit Accept-Language locales and q-values.
Last-Modified parse
ClientParse Last-Modified header to ISO and Unix.
Content-Type parse
ClientSplit Content-Type media type and parameters.
Cache-Control parse
ClientSplit Cache-Control directives.
Authorization parse
ClientExtract auth scheme from Authorization header.
Set-Cookie parse
ClientSplit Set-Cookie header attributes.
Basic auth parse
ClientExtract Basic auth credential length from Authorization.
ETag parse
ClientParse ETag weak/strong flag and value.
Server-Timing parse
ClientSplit Server-Timing metric entries.
Location parse
ClientParse Location redirect URL components.
User-Agent length
ClientShow User-Agent string length and token count.
Expires parse
ClientParse Expires header to ISO and Unix.
Accept parse
ClientSplit Accept header media types.
CSP parse
ClientSplit Content-Security-Policy directives.
HSTS parse
ClientSplit Strict-Transport-Security directives.
Cookie parse
ClientSplit Cookie header name=value pairs.
Bearer parse
ClientExtract Bearer token length from Authorization.
Link parse
ClientSplit Link header relations.
Vary parse
ClientSplit Vary header field names.
Date parse
ClientParse HTTP Date header to ISO and Unix.
Host parse
ClientSplit Host header into hostname and port.
Referer parse
ClientParse Referer URL components.
Content-Type parse
ClientSplit Content-Type media type and parameters.
Cache-Control parse
ClientSplit Cache-Control directives.
Basic auth parse
ClientExtract Basic scheme credential length from Authorization.
ETag parse
ClientParse ETag weak/strong flag and value.
Location parse
ClientParse Location redirect URL components.
Server parse
ClientSplit Server header product tokens.
WWW-Authenticate parse
ClientSplit WWW-Authenticate challenge parameters.
User-Agent sniff
ClientCoarse browser/engine hint from User-Agent.
X-Forwarded-For parse
ClientSplit X-Forwarded-For client IP chain.
Allow parse
ClientSplit Allow header HTTP methods.
Accept parse
ClientSplit Accept header media types and q-values.
Accept-Language parse
ClientSplit Accept-Language locales and q-values.
Set-Cookie parse
ClientSplit Set-Cookie name and attributes.
Cookie parse
ClientSplit Cookie header name=value pairs.
CSP parse
ClientSplit Content-Security-Policy directives.
HSTS parse
ClientParse Strict-Transport-Security max-age and flags.
Referrer-Policy parse
ClientParse Referrer-Policy directive tokens.
Link parse
ClientSplit Link header relation entries.
Vary parse
ClientSplit Vary header field names.
Retry-After parse
ClientParse Retry-After seconds or HTTP-date.
Nearby workflows on Toolcore
- CIDR calculator — for mask, network, and host bounds on one prefix.
- HTTP status codes — when responses need a quick reason-phrase lookup.
- MIME types — to map extensions and Content-Type before you upload files.
- SemVer compare — when release tags sit beside API compatibility checks.
Common use cases
- Use HTTP status and headers when documenting APIs or debugging responses without leaving the browser.
- Open CIDR for a single network’s math; use IPv4 subnet table when you need every equal child block under a parent prefix, IPv6 expand & compress for one IPv6 literal, or MAC / EUI to normalize hardware addresses from logs.
- Use MIME types or IANA ports when mapping extensions, Content-Type values, or service names.
- Try Open Graph or robots/sitemap preview when checking marketing HTML or crawler rules.
Common mistakes to avoid
Treating reference tables as runtime authority
Tables summarize common cases; your server, CDN, or framework may add nuances—verify in environment-specific docs.
FAQ
Does the pseudo-CLI upload commands?
It navigates to other Toolcore routes with optional prefills; it does not execute shell on a remote host.
Where is JSON formatting?
Use the JSON hub at /tools/json for pretty-print, validation, and conversions.