What is URL Encoding?
URL Encoding (officially "Percent-encoding") is a mechanism for encoding information in a Uniform Resource Identifier (URI).
URLs can only be sent over the Internet using the US-ASCII character set. Since URLs often contain characters outside the ASCII set (like spaces, emojis, or foreign languages), the URL must be converted into a valid ASCII format.
How It Works
Unsafe characters are replaced with a \