Pass-Through Special Characters in Query String

TIBCO API Exchange Gateway decodes the special characters specified in the parameter values of the query string of the HTTP URL for a facade request. To pass through the special characters in the parameter values of the query string, follow these steps:

Procedure

  1. Navigate to the ASG_CONFIG_HOME/bin directory.
  2. Edit the asg.properties file.
  3. Set the following properties:
    com.tibco.asg.runtime.http_client.default_uri_format=false
    tibco.clientVar.ASG/Operation/RequiresQueryDecoding=false
    Note: Refer to Runtime Properties of Core Engine for the description of properties.
  4. Save changes to the file.