URL encoding to encode arbitrary data within a URI using only US-ASCII characters.
- Special characters replaced with percent sign followed by two hex digits (
%20)
URL encoding to encode arbitrary data within a URI using only US-ASCII characters.
%20)