Hello,
I wasn't quite sure where to ask this, so I am asking here.
I am helping develop an email application that is polling exchange inboxes.
One of the emails received had inline images in the following format:
<img alt="image0.jpeg" src="blob:applewebdata://a7fee521-96ce-40f8-82db-98c0b1f198b7/e96e72c0-7664-4dc0-9ca7-c73c2a70ed76" defang_data-unique-identifier="">
I am working on getting the raw data from the email server but, in the meantime, what I'm wondering is:
- Why are images being replaced with this applewebdata protocol?
- Does this only occur with certain versions of the exchange app on iOS? If not, how can it be replicated?