Parse URLs into components and query params.
Breaks a URL into its parts (protocol, host, path, query parameters). Helpful when debugging redirects, OAuth callbacks, and query strings.
Input: https://example.com/a/b?x=1&x=2#top Output: protocol/host/path/query/hash
1. Paste a URL (with or without https://).
2. Parsed output updates as you type.