URL Analyzer

New

Parse and analyze URLs, extract components like protocol, host, path, query parameters, and more.

networkFree • No signup

About URL Structure

A URL (Uniform Resource Locator) consists of several components that identify resources on the web.

protocol://user:pass@subdomain.domain.tld:port/path?query#fragment
  • Protocol: http, https, ftp, mailto, etc.
  • Auth: Optional username:password
  • Host: Domain name or IP address
  • Port: Optional (default: 80/443)
  • Path: Resource location on server
  • Query: Key-value parameters
  • Fragment: Section within the page
  • Origin: Protocol + host + port