remove http query param

Remove Query Parameter

Version: 17.07

Supported Since: 17.01

What is a Remove Query Parameter Processor?

Remove Query Parameter Processor is a processing element which can be used to remove a query parameter from an integration flow

In order to use this processing element, you must first select the HTTP NIO Connector dependency from the connector list when you are creating an empty Ultra project. If you have already created a project, you can add the HTTP NIO Connector dependency via Component Registry. From Tools menu, select Ultra Studio → Component Registry and from the Connectors list, select the HTTP NIO Connector dependency.

remove query param outports

Out Ports

Next

The message will be sent to this outport if removing query param is successful

On Exception

The message will be sent to this outport if the processing element failed in removing query param operation

Parameters

Query parameter name *

Basic

The name of the Query Parameter to be removed

Sample Use Case

In the following diagram there is an integration flow which takes the message in from a http ingress connector and sends out using an http egress connector. During the integration I want to remove an query parameter which was in the original HTTP request before sends out to the external endpoint using the http egress connector.

remove_query_param_sample
Figure 1: remove_query_param_sample

Configuration for the Remove Query Parameter element is as follows. To remove a query parameter, we refer it using it’s name

remove_query_config
Figure 2: remove_query_config
In this topic
In this topic
Contact Us