Created by Jerry Wang, last modified on Dec 04, 2015
Logo
logo
LOGO
In Chrome network tab we can observe for the image data request, the complete image url is returned by backend, NOT the binary data of the image.
However, the CRM backend is not responsible for url assembly task.
Instead, the url population is done in gateway side, in the code below.