开发者工具

URL 解析器 / 分析器

将任意 URL 拆解为各组成部分 — 协议、子域名、域名、端口、路径、查询参数和 hash,带彩色可视化

https://user:pass@sub.example.com:8080/path/to/page?foo=bar&baz=qux#section
Protocol
https
Username
user
Password
pass
Subdomain
sub
Domain
example.com
TLD
com
Hostname
sub.example.com
Port
8080
Path
/path/to/page
Hash
section
Full URL
https://user:pass@sub.example.com:8080/path/to/page?foo=bar&baz=qux#section
Query Parameters (2)
foo
bar
baz
qux
Path Segments (3)
/0path
/1to
/2page

URL Parser & Analyzer

Break any URL into its components — protocol, subdomain, domain, port, path, query parameters, and fragment — with color-coded visualization. Useful for debugging redirects, inspecting query strings, and understanding URL structure.

URL anatomy

Protocol

https:// or http:// — defines the communication protocol.

Subdomain

www or api — the prefix before the root domain.

Domain & TLD

example.com — the registered domain and top-level domain.

Path

/blog/post-1 — the resource location on the server.

Query string

?page=2&sort=asc — key-value pairs that pass parameters to the server.

Fragment

#section-3 — client-side anchor; never sent to the server.

没找到需要的?

我们根据社区反馈开发免费工具。欢迎提出能改善您工作流的工具建议!

URL 解析器 / 分析器 — 免费工具在线 | FreeTool24 | FreeTool24