Skip to main content
Version: 3.14.x.x LTS

ParameterFilter

The ParameterFilter allows extracting values from any kind of request/response body. This filter is accessible throughout the proxy, for example for conditional parameters.

Classname
ch::nevis::isiweb4::filter::delegation::ParameterFilter
Library
libParameterFilter.so.1

Configuration

RequestBody.Params

Type: Newline-separated list of rules
Usage Constraints: optional, conditional
Supported pragmas: break, continue (default)
Syntax: name1:theKey=\'(.*)\':$1

Describes a newline-separated list of values that can be extracted from the RequestBody via a Regex.

ResponseBody.Params

Type: Newline-separated list of rules
Usage Constraints: optional, conditional
Supported pragmas: break, continue (default)
Syntax: name1:theKey=\'(.*)\':$1

Describes a newline-separated list of values that can be extracted from the ResponseBody via a Regex.

ResponseBody.MaxBufferSize

Type: Integer
Usage Constraints: optional, min: 128, max: unlimited
Default: 8192

The maximum buffer-size if the response body needs buffering.