break a url into components and rebuild
Every URL is a structured string following RFC 3986, composed of a scheme (https), authority (host + optional port), path, query string, and fragment. This tool uses the browser's native URL API to parse any valid URL into its components and displays all query parameters in a key/value table. The parsed URL is always reconstructed and shown as the canonical form.