Quickstart Guide

Escape Characters

Escape Characters

URL Escape Characters

Any of the following characters passed into the service as part of a REST request will need to be escaped. The following table lists the characters and the codes used to replace them.

Character Encoding
[Space] %20 or +
* %2A
# %23
& %26
% %25
$ %28
` %60
: %3A
< %3C
> %3E
[ %5B
] %5D
{ %7B
} %7D
%22
+ %2B
( %28
) %29
. %2E
! %21
@ %40
/ %2F
; %3B
= %3D
? %3F
\ %5C
^ %5E
| %7C
~ %7E
%27
, %2C
- %2D
_ %5F