Jake's URL Tool

Disassemble, decode and defang any URL

About URL Structure

A URL (Uniform Resource Locator) is composed of several components that define how to access a resource on the web:

protocol://username:password@domain:port/path/to/resource?param1=value1&param2=value2#fragment

 

About This App

This tool is useful for analyzing URLs and understanding how URLs are structured. It's particularly useful for investigating malicious URLs.

This app runs entirely in your browser and does not send any data to the server. It uses JavaScript to parse and decode the URL you enter, then displays the components in an easy-to-read format.

Get in touch: jake at this domain without the tools part. Or @codejake on X

 

Short-Term TODO List