Parse a URL
This tool parses online any url. It splits the main parts.
Details on the returned information
The returned value is an array. The potential fields in this array could be :Field | Description | Example |
---|---|---|
scheme | Defines the protocol | ftp , http or https |
host | Domain name | online-free-tools.com |
port | Port to access the resource | 8080 |
user | Username | |
pass | Password | |
path | Path to access the document from the root | /en/ |
query | Parameters given after ? | test=vrai |
fragment | Parameters after the hashmark # | top |