WesleyG
9 years agoOccasional Contributor
Percent sign in variables
When I use a percent sign in a variable, the output seems to add the number 25 after it.
For example:
Variable name: test
Variable type: constant
Variable value: %abc
If I add that variable to a request, it actually inputs %25abc instead of %abc. Is there a way around this?
Thanks for the info! I was able to solve the problem by using a data selector that does a URL decode. If it wasn't for this info I wouldn't have been able to solve it, so thanks again!