![Netscape NETSCAPE DIRECTORY SERVER 6.02 Administrator'S Manual Download Page 525](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-02/netscape-directory-server-6-02_administrators-manual_1674673525.webp)
Escaping Unsafe Characters
Appendix
C
LDAP URLs
525
Escaping Unsafe Characters
Any “unsafe” characters in the URL need to be represented by a special sequence
of characters. This is called escaping unsafe characters.
For example, a space is an unsafe character that must be represented as
%20
within
the URL. Thus, the distinguished name
"o=example.com corporation"
must be
encoded as
"o=example.com%20corporation"
.
The following table lists the characters that are considered unsafe within URLs and
provides the associated escape characters to use in place of the unsafe character:
Unsafe Character
Escape Characters
space
%20
<
%3c
>
%3e
"
%22
#
%23
%
%25
{
%7b
}
%7d
|
%7c
\
%5c
^
%5e
~
%7e
[
%5b
]
%5d
‘
%60
Summary of Contents for NETSCAPE DIRECTORY SERVER 6.02
Page 1: ...Administrator s Guide Netscape Directory Server Version6 02 May 2002 ...
Page 16: ...16 Netscape Directory Server Administrator s Guide May 2002 ...
Page 20: ...20 Netscape Directory Server Administrator s Guide May 2002 ...
Page 74: ...Maintaining Referential Integrity 74 Netscape Directory Server Administrator s Guide May 2002 ...
Page 138: ...Using Referrals 138 Netscape Directory Server Administrator s Guide May 2002 ...
Page 432: ...Miscellaneous Tuning Tips 432 Netscape Directory Server Administrator s Guide May 2002 ...
Page 434: ...434 Netscape Directory Server Administrator s Guide May 2002 ...
Page 468: ...PTA Plug In Syntax Examples 468 Netscape Directory Server Administrator s Guide May 2002 ...
Page 488: ...488 Netscape Directory Server Administrator s Guide May 2002 ...
Page 528: ...Examples of LDAP URLs 528 Netscape Directory Server Administrator s Guide May 2002 ...