URL एन्कोडिंग/Encoding चिन्हे काय आहेत आणि ते समजून घेणं का आवश्यकता का आहे?
Have you ever noticed that some URLs have strange symbols like %20 or %3F in them? Have your though for understanding URL encoding symbols ?These symbols are called URL Encoding Symbols, and they are used to represent characters that are not allowed in a URL or that have special meaning. In this blog post, we will learn about URL encoding and why it is necessary for transmitting special characters in a URL.
Additionally, we will discuss how to use URL encoding to ensure that your website is accessible and properly displayed in browsers.
To begin with, URL encoding is a way to encode special characters and spaces in a URL so that they can be safely transmitted over the internet. However, it is important to use URL encoding when creating links or embedding images in a webpage. Similarly, it helps to ensure that the URL is properly interpreted by the web browser and the server. On the other hand, failing to use URL encoding can result in broken links or images, which can be frustrating for users. Therefore, it is important to use URL encoding when working with URLs to ensure that your website is accessible and properly displayed in browsers
काही URL मध्ये %20 किंवा %3F सारखी विचित्र चिन्हे असतात हे तुमच्या लक्षात आले आहे का? या चिन्हांना URL एन्कोडिंग/ encoding चिन्हे म्हणतात, आणि ते URL मध्ये परवानगी नसलेल्या किंवा विशेष अर्थ असलेल्या वर्णांचे प्रतिनिधित्व करण्यासाठी वापरले जातात.
URL एन्कोडिंग/ encoding हा URL मध्ये विशेष वर्ण आणि स्पेस एन्कोड encode करण्याचा एक मार्ग आहे जेणेकरून ते सुरक्षितपणे इंटरनेटवर प्रसारित केले जाऊ शकतात. वेबपेजमध्ये लिंक्स तयार करताना किंवा इमेज एम्बेड/ embedding करताना URL एन्कोडिंग वापरणे महत्त्वाचे आहे, कारण ते वेब ब्राउझर आणि सर्व्हरद्वारे URL चा योग्य अर्थ लावला जात असल्याची खात्री करण्यात मदत करते.
Here is a list of some common URL encoding symbols:
- %20: Space
- %21: Exclamation point (!)
- %22: Double quotation mark (“)
- %23: Hash symbol (#)
- %24: Dollar sign ($)
- %25: Percent sign (%)
- %26: Ampersand (&)
- %27: Single quotation mark (‘)
- %28: Left parenthesis (()
- %29: Right parenthesis ())
- %2A: Asterisk (*)
- %2B: Plus sign (+)
- %2C: Comma (,)
- %2D: Hyphen (-)
- %2E: Period (.)
- %2F: Forward slash (/)
- %3A: Colon (:)
- %3B: Semicolon (;)
- %3C: Less than sign (<)
- %3D: Equal sign (=)
- %3E: Greater than sign (>)
- %3F: Question mark (?)
- %40: At symbol (@)
- %5B: Left square bracket ([)
- %5C: Backslash ()
- %5D: Right square bracket (])
- %5E: Caret (^)
- %5F: Underscore (_)
- %60: Grave accent (`)
- %7B: Left curly brace ({)
- %7C: Vertical bar (|)
- %7D: Right curly brace (})
- %7E: Tilde (~)
I hope this helps you Understand the URL Encoding Symbols are and why they are used. Happy coding!
Do subscribe on YouTube for the tutorials on programming basic and from more code go to my GitHub profile. Comment down any query, I will try to solve them as soon as possible.