Hi Robert,
The html that is being displayed is an HTML Email. So, for example, I have my Gmail account hooked up to SecuraEmail.com which is the SL app.
So when I open up an email, there are often links to external images. If I get an html email from RedBox, it is going to have images which need to be downloaded from the RedBox site. These download just fine if I am not running over https. But to encrypt the DevForce data that goes across the wire, I use https. But using the https then prevents the images from downloading.
If it is an embedded image in the email, it is a different story as I do convert the image to a ByteArray and then download it via DevForce and it displays just fine. But I have no control over linked html content that comes in via an email.
That is why I was wondering if there was a way to encrypt the DevForce data without having to use https.
Greg