Using URL escape characters with the URL API

Use URL escape characters when creating URLs that contain spaces or other special characters.

Some common examples of URL escape characters include the following items:

Character Escape Character
Space %20
$ %24
% %25
& %26
= %3D