nick ~ $ cat tools/url.html

URL Builder / Decoder

Paste a URL to decode it into editable parts, or build a URL from scratch.

This tool breaks down URLs into their component parts and allows you to edit each piece individually:

  • scheme: the protocol (http, https, ftp, etc.)
  • username/password: optional authentication credentials
  • domain: the hostname or IP address
  • port: optional port number
  • path: the resource path
  • query params: key-value pairs for parameters
  • anchor: the fragment identifier (hash)

Built URL:

(enter URL components above)