เครื่องมือนักพัฒนา

แยกวิเคราะห์ URL

แยก URL เป็นส่วนประกอบ — protocol, subdomain, domain, port, path, query params และ 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 Parser / Analyzer — Free Tool Online | FreeTool24 | FreeTool24