URL Encode issue when running zest script
I have a parameter in the access url like %3D (when recorded the script, it gets the value %3D) and when run the zest script, it shows as %2525 (url has been encoded) whereas it should take only %3D.
Please suggest how to make it off to not to encode again in ZAP.