Shortening Links

Could you explain percent encoding and how it's applied to URLs in Divsly?

All in One Link Management Tool

Percent encoding is a method used to encode special characters in URLs to ensure they are transmitted correctly over the internet. It replaces characters with a "%" followed by two hexadecimal digits representing the character's ASCII code.

Application in Divsly

When you create links in Divsly, percent encoding is applied to ensure that the URLs function correctly. For example, a space in a URL is encoded as "%20". This normalization process helps maintain the integrity and accessibility of your links.