ADC CLI Commands

filter-htmlinjectionparameter

The following operations can be performed on “filter-htmlinjectionparameter”:

show set unset

show filter htmlinjectionparameter

Displays the HTML injection parameters. NOTE: This command is deprecated.Deprecated in favour of Client Side Measurements that can be enabled on an appflow action

Synopsis

Arguments

Output

rate For a rate of x, HTML injection is done for 1 out of x policy matches.

frequency For a frequency of x, HTML injection is done at least once per x milliseconds.

strict Searching for <html> tag. If this parameter is enabled, HTML injection does not insert the prebody or postbody content unless the <html> tag is found.

htmlsearchlen Number of characters, in the HTTP body, in which to search for the <html> tag if strict mode is set.

Example

rate:10

set filter htmlinjectionparameter

Sets the HTML injection parameters. NOTE: This command is deprecated.Deprecated in favour of Client Side Measurements that can be enabled on an appflow action

Synopsis

Arguments

rate For a rate of x, HTML injection is done for 1 out of x policy matches. Default value: 1 Minimum value: 1

frequency For a frequency of x, HTML injection is done at least once per x milliseconds. Default value: 1 Minimum value: 1

strict Searching for <html> tag. If this parameter is enabled, HTML injection does not insert the prebody or postbody content unless the <html> tag is found.

Possible values: ENABLED, DISABLED Default value: ENABLED

htmlsearchlen Number of characters, in the HTTP body, in which to search for the <html> tag if strict mode is set. Default value: 1024 Minimum value: 1

Example

set htmlinjection parameter -rate 10 -frequency 1

unset filter htmlinjectionparameter

Removes the HTML injection settings..Refer to the set filter htmlinjectionparameter command for meanings of the arguments.NOTE: This command is deprecated.Deprecated in favour of Client Side Measurements that can be enabled on an appflow action

Synopsis

Example

a) unset htmlinjectionparameter -rate b) unset htmlinjectionparameter -frequency c) unset htmlinjectionparameter -rate -frequency

filter-htmlinjectionparameter