Skip to content

Tamper: URL Encode

Plugin ID: eca_tamper:url_encode

Available since: 1.0.0

Run values through the urlencode() function.

Fields

Data to be tampered — config key: eca_data


This field supports tokens.

Type: textfield · Required: yes · Default: empty string

Result token name — config key: eca_token_name

Provide a token name under which the tampered result will be made available for subsequent actions.
This field supports tokens.

Type: textfield · Required: yes · Default: empty string

Encode method — config key: method

Run values through the urlencode() function.

Type: radios · Required: no · Default: rawurlencode

Allowed values: rawurlencode, urlencode