URL Parser
Parse and analyze URL components and parameters
URL Input
URL Structure Reference
URL Anatomy
protocol://hostname:port/path/to/resource?param1=value1¶m2=value2#fragment
Common Protocols
http://
- HyperText Transfer Protocolhttps://
- HTTP Secureftp://
- File Transfer Protocolmailto:
- Email addressfile://
- Local file system
Default Ports
HTTP:
80HTTPS:
443FTP:
21SSH:
22Telnet:
23