Retour

Outils Développeur

URL Analyseur

Décomposez une URL en hôte, chemin, requête, hash et origine.

Catégorie

Outils Développeur

Tags

urlAnalyseurwebhostname
Plus dans Outils Développeur
Entrée

URL Analyseur

urlAnalyseurwebhostname
Sortie

Parsed URL

{
  "href": "https://www.toolsmith.dev/tools/json-formatter?utm_source=google&plan=starter#examples",
  "protocol": "https:",
  "origin": "https://www.toolsmith.dev",
  "hostname": "www.toolsmith.dev",
  "port": "",
  "pathname": "/tools/json-formatter",
  "search": "?utm_source=google&plan=starter",
  "hash": "#examples",
  "username": "",
  "password": "",
  "params": {
    "utm_source": [
      "google"
    ],
    "plan": [
      "starter"
    ]
  }
}