Skip to content

Tamper: URL Decode

Plugin ID: eca_tamper:url_decode

Available since: 1.0.0

Run values through the urldecode() 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

Decode method — config key: method

Run values through the urldecode() function.

Type: radios · Required: no · Default: rawurldecode

Allowed values: rawurldecode, urldecode