URL बिल्डर
प्रोटोकॉल, होस्ट, पाथ और क्वेरी पैरामीटर जोड़कर URL बनाएं।
URL Builder के बारे में
URL Builder individual components से syntactically correct, properly encoded URLs assemble करता है: scheme (http/https), username और password, hostname, port, path segments, key-value pairs के रूप में query parameters, और hash fragment। manually strings concatenate करने और यह guess करने के बजाय कि कौन से characters को percent-encode करना है, यह टूल RFC 3986-compliant encoding को प्रत्येक component पर उसके syntactic role के अनुसार automatically लागू करता है। Web developers, QA engineers और marketers URL Builder का उपयोग API endpoints, campaign tracking URLs, OAuth authorization URLs और mobile applications के लिए deep links बनाने के लिए करते हैं।
उपयोग कैसे करें
labeled input fields का उपयोग करके URL components fill करें: scheme, hostname, optional port और path दर्ज करें। parameters table में key-value pairs दर्ज करके query parameters add करें — अधिक rows add करने के लिए plus button पर click करें। fragment field में optional hash fragment दर्ज करें। assembled URL प्रत्येक component टाइप करते समय output bar में real time में update होता है। सभी values automatically percent-encoded होती हैं। output field से final URL copy करें।
सामान्य उपयोग के मामले
- special characters के correct percent-encoding सुनिश्चित करते हुए multiple query parameters के साथ REST API request URLs construct करना
- utm_source, utm_medium, utm_campaign, utm_content और utm_term parameters के साथ UTM-tagged marketing campaign URLs बनाना
- client_id, redirect_uri, scope, state और response_type parameters के साथ OAuth 2.0 authorization request URLs assemble करना
- scheme-specific paths और structured query parameters के साथ iOS और Android mobile applications के लिए deep links बनाना
- internationalized web applications के लिए path segments या query values में non-ASCII characters containing properly encoded URLs generate करना