Text utilities

URL Parser

Inspect the protocol, hostname, port, path, query and fragment of a web URL.

Text stays in your browserCopy your result

Input workspace

Runs on your device

OUTPUT WORKSPACE

Your result

Let’s calculate.

Use the Calculate button to see your result.

Your content is processed locally.

How to use this tool

  1. Enter web url.
  2. Select Update result to view the result.
  3. Check the method and assumptions below before using the result.

The method, explained

Use the browser URL parser to separate the address into components without requesting the destination.

A WORKED EXAMPLE

https://example.com:8443/guide/?topic=math#example has hostname example.com, port 8443 and path /guide/.

What to keep in mind

HTTP and HTTPS only. Default ports are normalized away. This does not check whether a site exists, is safe, redirects or is indexed.

Common questions

Will it open the URL I paste?

No. The address is parsed locally and displayed as text. No request is made to that destination.

Is my content uploaded?

No. This tool processes the text in your browser. Copy only the result you intend to share.

Methodology maintained by ClarityKit. How these tools are built and checked.