Render Image in Portal from IS rsponse

In our current process, we need to load a image based on the user ID when the user login to the CAF Portal. For that we are using the Img tag and using the attribute “data-src” we are passing the direct URL (https://XX.XX.XX.XX/images/Customer/photos/customer1.jpg) to render the image in CAF screen.

For some of the recent changes we are planning to bring this logic back in to IS as webservice. So that IS will make the HTTP call to the URL (https://XX.XX.XX.XX/images/Customer/photos/customer1.jpg) and send the response as base64 encoded string to CAF and then that string has to decode and display as image in CAF screen.

I tried multiple ways but I am unable to achieve the results. Can someone pls help me on this

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.