🌐

URL Parser

Break down any URL into protocol, host, path, query parameters, and fragment

Frequently Asked Questions

What URL formats are supported?

Any valid URL including HTTP, HTTPS, FTP, and custom protocols. Query parameters, fragments, ports, and encoded characters are all parsed correctly using the browser's native URL API.

Are query parameters decoded?

Yes. Percent-encoded values (like %20 for spaces) are automatically decoded in the parameter table for readability.