URL Parser

Break down any link into components: protocol, domain, path, parameters and other URL elements

Example: https://example.com/path?param=value#section

What is a URL parser?

The URL analyzer tool allows breaking any web link into its components for detailed study:

  • Protocol (HTTP/HTTPS/FTP)
  • Domain name and subdomains
  • Connection port
  • Resource path
  • Query parameters and their values
  • Anchors (hash fragments)
  • Credentials (login/password)
  • Special characters

Examples of use:

https://user:pass@example.com:8080/path?search=test#results https://2ls.pw/catalog?category=books&sort=price_desc

Simply enter the URL in the field above and click "Analyze" to get full information about the link structure.