Masking Query String Parameters Data

You can define the parameters in a query string for masking using the <MaskQueryString> tag. This table explains the field names for masking the query string parameters in a request.

Parameters For Masking Headers
Parameter Description
ParamName Specifies the parameter of query string to be masked.

Example of Query String for Masking

 
<MaskQueryString>
  <Parameters>
     <ParamName>storenumber1</ParamName>
     <ParamName>rmsskuid</ParamName>
  </Parameters>
 </MaskQueryString> 
		

Example of Query String Policy

You can define the following policy to mask the value of a author field in the query string of the request. When this policy is applied for a facade operation, TIBCO API Exchange Gateway masks the value of author parameter specified in the query string in the request.

<MaskQueryString>
			<Parameters>
					<ParamName>author</ParamName>
			</Parameters>
 </MaskQueryString>