Network
URL parser
Inspect URL components and query parameters
How to use / Notes
How to use
- Paste the URL to parse.
- Its scheme, host, path and query are broken out.
- Review the query parameters in a list.
Notes
- Parsing runs in the browser; the URL is never sent anywhere.
- Encoded parameters are shown decoded—do not confuse them with the raw value.