Công cụ Developer

Phân tích URL

Phân tích URL thành các thành phần — giao thức, subdomain, domain, cổng, đường dẫn, tham số query và 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.

Chưa thấy công cụ bạn cần?

Chúng tôi xây công cụ miễn phí dựa trên phản hồi cộng đồng. Hãy đề xuất tiện ích giúp workflow của bạn!

Phân tích URL — Công Cụ Miễn Phí Online | FreeTool24 | FreeTool24