• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

SPACE turns into %20.. what is this called?

Kenji4861

Banned

SOLVED - Thanks guys!


This happens in our URL bar.

SPACE turns into %20
< turns into %3c

what is this process called? I would like research on it online.
 
It's called URL encoding, and it simply translates the characters not valid in a URL into their hexadecimal equivalent preceded by a %.
 
Back
Top