Use this URL parser to inspect origin, credentials, path, query string, URL parameters, and fragment parts in one parsed view.
Input URL
Paste a full URL to inspect every parsed segment, query string, and URL parameter.
Parsed Output
Normalized URL and parsed segments are ready.
URL parsed successfully
Normalized URL
https://demo:user123@example.com:8443/tools/url-parser?mode=inspect&source=toolbar&source=palette#details
Protocol
https:
Origin
https://example.com:8443
Host
example.com:8443
Hostname
example.com
Port
8443
Pathname
/tools/url-parser
Search
?mode=inspect&source=toolbar&source=palette
Hash
#details
Username
demo
Password
user123
Query Parameters
mode
inspect
source
toolbar
source
palette
How To Use
Paste a full URL including the protocol, then inspect the normalized URL, origin, credentials, path, query string, fragment, and parsed URL parameters.
This tool is for understanding structure, not encoding or decoding. Use URL Encode/Decode when you need to transform URL text.