URL Parser

Break down a URL into its components: protocol, host, path, and parameters.

Input
Result
Options
URL Anatomy

This tool uses the standard URL API to reliably parse strings into components.

About this Tool

A Uniform Resource Locator (URL) is a reference to a web resource. This tool decomposes it into its constituent parts for debugging.

Frequently Asked Questions