09 Nov 2020 01:04 PM
Hello
I have a problem when capturing Post parameter from the Web form.
Form Data:
From Data view parsed
I need cupture parameter - issue[issuetype]:
I try capture it on Nginx (on the backend I cannot capture it because it works on Ruby)
My rule:
I tried different ways to specify the parameter name but capture is not performed.
Is it maybe a problem in square brackets []?
Could you please tell me how to capture correctly?
10 Nov 2020 04:37 PM
Have you tried to put in the whole Parameter of: name="issue[issuetype]" and then use the clean up rule to strip out any unwanted data?
10 Nov 2020 05:43 PM
Hello
thank you for answer
I tried to use you advice but it did not help