개발자 도구

URL 파서 / 분석기

URL을 모든 구성 요소로 분해 — 프로토콜, 서브도메인, 도메인, 포트, 경로, 쿼리 파라미터, 해시를 색상으로 시각화

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