Percent-encoding special characters

With the HSwift API, object names are specified in URLs. Some characters have special meaning in URLs and may be interpreted incorrectly when used for other purposes. To avoid ambiguity, percent-encode the special characters listed in the table below.

 
Character Description
Space %20
Tab %09
New line

%0A

Carriage return %0D
+ %2B
% %25
# %23
? %3F
& %26

Percent-encoded values are not case sensitive.

Trademarks and Legal Disclaimer

© 2017 Hitachi Data Systems Corporation. All rights reserved.