Utility

Phân tích URL

Tách URL thành protocol, host, path, tham số truy vấn và hash fragment.

URL

Parts

Origin
https://example.com
Protocol
https:
Hostname
example.com
Port
default
Path
/path/page
Query
?utm_source=test&id=123
Hash
#section
Full URL
https://example.com/path/page?utm_source=test&id=123#section

Query params

utm_source
test
id
123