LR Tricks
 
URLEncode/URLDecode

Understanding the custom request data is not an easy job when data is encoded in web custom function. Here is tool for you which can decode those values and helps you in finding then for correlation.

• This tool helps you in decoding the URL or Custom request data. If there is some data in your request like ” test%401.com%24%25”, but don’t find this value in response of any request. Then you need to decode this value and then find that value in response of that request.
• After decoding that value it looks like “test@1.com$%” .
• Watch above video to use this tool.