How to manipulate query string and URI in an incoming HTTP Request.
book
Article ID: KB0092442
calendar_today
Updated On:
Products
Versions
TIBCO API Exchange
-
Not Applicable
-
Description
Description: This article provides details on manipulating the HTTP query string / URI received by TIBCO API Exchange Gateway(APIX-G), in a Northbound request.
Issue/Introduction
How to manipulate query string and URI in an incoming HTTP Request.
Resolution
Using the <override-URI> and <override-query> tags in an XSL stylesheet, APIX-G can manipulate the HTTP URI and HTTP Query String respectively. The attached stylesheet (Filename: change_query.xsl) has sample usage for both tags. Note that <override-query> is effective APIX2.1.1 HF1 onwards. By setting a value {query_string} in Headers to Forward field in the Target Operations tab, APIX-G can forward the incoming HTTP Query String as is to the Target Service.
Attachments
How to manipulate query string and URI in an incoming HTTP Request.
get_app