-
Type:
Incident report
-
Resolution: Won't fix
-
Priority:
Blocker
-
None
-
Affects Version/s: 2.4.7
-
Component/s: Server (S)
-
None
-
Environment:Zabbix appliance
I'm trying to create web scenario which uses various variables in steps. It seems like I cannot add anything after {VARIABLE} to the post, it seem to be cut right off.
Step 1:
Variables: {MAC}=regex:name="MAC" value="(.*)"
Step2:
POST: MAC={MAC}&login=Submit
Debug log on the server: process_httptest() use post "MAC=some values">
According to debug log - Zabbix cut off everything after the MAC-variable.