Forum Discussion

ADS_PSI's avatar
ADS_PSI
Mentor
8 years ago

base64 encoding using Freemarker in custom component/endpoint

Hi all,   I need to encode the value of a query parameter in my http client request in Freemarker. I need base64 encryption for the same. Is there any possible way for this?   Any help would be ...
  • ChristineC's avatar
    8 years ago

    Have you tried this base 64 util method? Please note that base 64 is a utility used for encoding and not encryption.