URL Parser

Parse and analyze URL components and parameters

URL Input

URL Structure Reference

URL Anatomy
protocol://hostname:port/path/to/resource?param1=value1&param2=value2#fragment

Common Protocols

  • http:// - HyperText Transfer Protocol
  • https:// - HTTP Secure
  • ftp:// - File Transfer Protocol
  • mailto: - Email address
  • file:// - Local file system

Default Ports

  • HTTP: 80
  • HTTPS: 443
  • FTP: 21
  • SSH: 22
  • Telnet: 23