🔗
Dev
URL Analyzer
Decompose any URL into its components: protocol, host, pathname, query parameters and hash. Inspect query strings individually.
Protocol
—
Host
—
Pathname
—
Hash (#)
—
Port
—
Query String
—
Query Parameters
| Key | Value |
|---|
How to use?
Paste a URL in the field above and click Analyze. It gets split into protocol, host, pathname, port, query string and hash, and each query parameter is also listed one by one.
Related Tools
🌐
User-Agent Parser
Parse User-Agent strings and identify browser, version, operating system and device type. Perfect for debugging access logs.
🌐
IPv4 Subnet Calculator
Calculate IPv4 subnets with CIDR notation. Enter an IP address and prefix (e.g. 192.168.1.0/24) to get the network address, broadcast, host range, subnet mask and binary representation.
🔐
OAuth2 Authorization URL Builder
Monta URL de autorização OAuth 2.0 com response_type, client_id, redirect_uri, scope, state.