The Basic authentication information that I currently set in the Http Request Module of Anypoint Studio is as shown in the attached image. (The username and password information is described as it is in the property file.)
What I want to achieve is an image in which the value of the Authorization header is base64-encoded with username: password as the basic authentication setting value. I would like to realize the following image with the HTTP Request module. Is it possible? If it is possible, please teach me the detailed implementation method.
Authoraization: Basic [base64 encoded username:password]