ToolVaults

URL Parser & Analyzer

Break any URL into its protocol, host, port, path, query parameters, and hash. Uses the browser's native URL parser for spec accuracy.

Runs 100% in your browser — nothing is uploaded.

  • Protocolhttps:
  • Usernameuser
  • Passwordpass
  • Hosttoolvaults.net
  • Hostnametoolvaults.net
  • Pathname/text-tools/case-converter/
  • Search?in=hello+world&to=camel
  • Hash#result
  • Originhttps://toolvaults.net
Query parameters
KeyValue
inhello world
tocamel

Frequently asked

What parser does this use?

The browser's native URL constructor — WHATWG URL spec compliant. Same code path that fetch(), XHR, and navigation use.

Does it decode query values?

Yes — query params are shown decoded. The raw search string with encoding is also visible.

Related tools