URL-Builder
Erstellt URLs durch Zusammensetzen von Protokoll, Host, Pfad und Query-Parametern.
Über URL Builder
Der URL-Builder assembles syntactically correct, properly encoded URLs from individual components: scheme (http/https), username and password, hostname, port, path segments, query parameters as key-value pairs, and hash fragment. Instead of manually concatenating strings and guessing which characters need percent-encoding, this tool applies RFC 3986-compliant encoding automatically to each component according to its syntactic role. Web developers, QA engineers, and marketers use URL Builder to construct API endpoints, campaign tracking URLs with UTM parameters, OAuth authorization URLs, and deep links for mobile applications without encoding errors.
So verwenden Sie es
Füllen Sie the URL components using the labeled input fields: enter the scheme, hostname, optional port, and path. Add query parameters by entering key-value pairs in the parameters table — click the plus button to add more rows. Enter an optional hash fragment in the fragment field. The assembled URL updates in Echtzeit in the output bar as you type each component. All values are percent-encoded automatisch as required. Copy the final URL from the output field for use in documentation, code, or sharing.
Häufige Anwendungsfälle
- Konstruktion von REST-API-Anfrage-URLs mit mehreren Query-Parametern unter Sicherstellung korrekter Prozentkodierung von Sonderzeichen
- Erstellung UTM-getaggter Marketing-Kampagnen-URLs mit utm_source, utm_medium, utm_campaign, utm_content und utm_term Parametern
- Zusammenstellung von OAuth 2.0-Autorisierungs-Request-URLs mit client_id, redirect_uri, scope, state und response_type Parametern
- Erstellung von Deep Links für iOS- und Android-Mobilanwendungen mit schemaspezifischen Pfaden und strukturierten Query-Parametern
- Generierung korrekt kodierter URLs mit Nicht-ASCII-Zeichen in Pfadsegmenten oder Query-Werten für internationalisierte Webanwendungen