URL Parser: Inspect Link Structure and Parameters

Break down the protocol, host, path and query parameters in real time, plus built-in URL encode/decode tools for redirect and signature debugging.

Enter a URL to analyze

URL encode & decode

URL Encode

URL Decode

URL debugging tips

Use the parameter view and encode helpers to validate callback URLs, OAuth redirects or suspicious links in logs.

  • If the input lacks a scheme, https:// is added automatically—check the “Scheme” field to confirm the true protocol.
  • Use the copy buttons beside each parameter to move values into Postman, cURL or signature tools quickly.
  • When a value appears double-encoded, run it through the URL Decode helper repeatedly to inspect each layer.

Mask tokens or signed parameters when sharing screenshots to avoid leaking sensitive information.

Execution ModeRuns entirely in the browserThe URL is parsed within the browser so private links stay private.