URL encoding
From Just Solve the File Format Problem
(Difference between revisions)
(Updated broken link) |
|||
Line 11: | Line 11: | ||
* RFC 1738: Uniform Resource Locators | * RFC 1738: Uniform Resource Locators | ||
* RFC 3986: Uniform Resource Identifier: Generic Syntax | * RFC 3986: Uniform Resource Identifier: Generic Syntax | ||
− | * [ | + | * [https://blogs.msdn.microsoft.com/oldnewthing/20100331-00/?p=14443 The great thing about URL encodings is that there are so many to choose from] |
[[Category:Transfer Encodings]] | [[Category:Transfer Encodings]] |
Latest revision as of 20:55, 13 January 2016
URL encoding is a somewhat ambiguous term that refers to a family of techniques for constructing URLs. Data is escaped in various ways to make it compatible with the restrictions of the URL format. URL encoding always involves Percent-encoding, and the term is sometimes used as a synonym for Percent-encoding.
See also Form URL encoding.
[edit] Links
- Wikipedia:Percent-encoding
- RFC 1738: Uniform Resource Locators
- RFC 3986: Uniform Resource Identifier: Generic Syntax
- The great thing about URL encodings is that there are so many to choose from