Forum Discussion
khirthanacv
10 years agoOccasional Contributor
Hi Alex,
Thanks Alex, i tried the steps mentoned.
But when i try to verify the scenario and check the the request URL, it is capturing the new dynamic value but, instead of:
MzYyMDQ0MDQ4MDI3OTA1MjpTb2NrMQAqADA=
I'm getting -->
MzYyMDQ0MDQ4MDI3OTA1MjpTb2NrMQAqADA%3D
Is there any syntax to be used to the equals sigh (=) . Please let me know.
RyanHeidorn
Staff
10 years agoHi khirthanacv,
%3D is the URL-encoded value for =. As = is a reserved character per RFC 3986, LoadComplete automatically encodes the values because you are inserting it into a URL (reference).
Can you show me the URL that you've inserted the variable into, and maybe a screenshot of the simulated request header that is failing?