Hi,
I encountred a problem when I validate a recorded script. In fact, in the record phase, I have this request parameter :
{%22type%22%20:%20%22...%22tsp%22:1537192577036}]}
and when I validate the script, I got a 404 error and this parameter was encoded and changed by this one :
%7B%2522type%2522%20%3A%20%2522...%2522tsp%2522%3A1537192577036%7D%5D%7D
Please note that when I execute the URL manually with the first parameter, I get the true result and not with the second one.
Note also that in the request parameter, the option "Encoder" is not selected.
Do you have an idea please ?
Regards,
Sofiane