URL Parser
Break URLs into components and check values before and after encoding, duplicate queries, and security notes in the browser.
URL to analyze
The URL is relative to the absolute URL. Please specify the reference URL in the relative URL.
URL analysis results
URLs and components of the browser's normalization.
Path delimiter
Dissolve the path into separate slashes.
| # | Encoding value | Decode Value | Actions |
|---|
No pass-separated.
Query parameters
Displays the order, duplicate keys, and empty values. "+" decodes as blanks in form format.
| # | Encoded | Decoded | Decoded | Actions |
|---|
No query parameters.
Safety Notes
This is a common point of caution that can be checked from URL string. It does not guarantee or judge safety.
No clear notes found.
About this tool
This is a URL Parser that can be used to check the URL before sharing, to check the redirect destination and query parameters.
Features
- URLs such as HTTP · HTTPS · mailto · tel · file · data
- Relative URL, localhost, 4, 6, international domain
- Comparison of duplicate keys, empty values and encoded queries
- Display warnings for credentials, non-HTTPS, and queries that appear to contain sensitive values
How to use
- Enter the URL you want to confirm.
- Specify the reference URL only for relative URL.
- Check the analysis results, paths, queries, and safety notes.
- Copy the required item or JSON.
Limitations
- Does not check URL reachability, HTTP status, DNS, SSL certificates, or redirect tracking.
- Warning is an auxiliary information based on URL string only. It is not possible to determine whether or not a malicious site.
Privacy: The input URL and analysis results are processed only in the browser and are not sent or saved to the developer tool server.