Special characters
Certain reserved and special characters can cause problems when they appear in a URL.
When you need to use one in a URL, substitute its URL-encoded (that is, its percent-encoded) value. The URL encoded value is the Hex value of the character, prepended with a %. For example, the URL encoded value of + is %2B.
Specifically, substitute URL encoded values within each individual URL parameter that contains reserved characters. (That is, do not encode the whole URL, because doing so also would encode possible ? and & characters, thereby changing the semantics of the URL.)
Copyright © 2021. TIBCO Software Inc. All Rights Reserved.