Parse URLs into components, edit query parameters, detect value types, and rebuild URLs in real-time.
No query parameters found.
Add one or paste a URL with params.
Specifies how the browser should communicate with the server. Common protocols include HTTP, HTTPS, FTP, and mailto.
https://The domain name or IP address of the server hosting the resource. Can include subdomains like www or api.
www.example.comOptional number specifying which port to connect to. Defaults to 80 for HTTP and 443 for HTTPS if not specified.
:8080The specific location of the resource on the server. Organized hierarchically with forward slashes.
/products/searchKey-value pairs passed to the server after the "?" character. Multiple parameters are separated by "&".
?category=books&sort=pricePoints to a specific section within the page. Only used client-side and not sent to the server.
#section-2Optional username and password for basic authentication. Format is username:password@.
user:pass@Regular text values
Numeric values like 123 or 45.67
Values: true or false
Multiple values with same key or [] syntax
JSON objects or arrays in value
No value provided
URL-encoded characters detected