URL Parser
Paste any URL to break it into protocol, host, port, pathname, query parameters, and fragment. Useful for verifying redirect targets, decoding tracking parameters, and inspecting API endpoint structures. Also encodes and decodes URL components.
Protocol
Host
Port
Pathname
Origin
Query Parameters
| Parameter | Raw Value | Decoded Value |
|---|
Full URL (normalised)
Related Tools
🔐
Base64 Encoder / Decoder
Encode text to Base64 or decode a Base64 string back to plain text. Supports standard and URL-safe encoding. Nothing is sent to a server.
🔄cURL to Code
Paste a cURL command and get working code in Python, JavaScript, Java RestAssured, or Postman. Great for requests copied from DevTools.
🛡️HTTP Headers Analyzer
Paste raw HTTP response headers and see what each one does. Includes a security check that flags missing or misconfigured headers.