Network

Network and browser troubleshooting tools for User-Agent parsing, URL analysis, CIDR subnet calculation, and runtime browser capability checks.

8 tools

Network

About this category

Networking shows up in everyday debugging long before you ever open a packet inspector: a User-Agent string in a log file you need to decode, a URL whose query parameters got URL-encoded twice, a /24 you have to split into smaller subnets, or a browser API that the customer's device just doesn't support.

These tools are designed for that kind of work — pasted-input first, browser-side, with the option you actually need surfaced rather than buried. Parse, analyse, calculate, or compare in seconds, then copy the result back into the ticket, the doc, or the firewall rule.

What you can do here

  1. User-Agent parser

    Break down browser, engine, OS, and device class from a raw UA string for log triage, support tickets, and feature-flag analysis.

  2. URL analysis and manipulation

    Pretty-print components, decode and re-encode query parameters, and inspect path segments without escaping yourself into a corner.

  3. CIDR subnet calculator

    Compute network and broadcast addresses, host counts, and subdivisions for VPC design, firewall rules, and IPAM planning.

  4. Browser capability checks

    Detect runtime feature support — APIs, codecs, and limits — to reproduce a bug or document a baseline for a customer.