Image src from URL MIME
How do I get around the issue:
Resource interpreted as Image but transferred with MIME type text/html: "http://appery.io/404.htm"
When setting the src field of an image asset to a url? The url is of type a href="https://" rel="nofollow"https:///a. Do I need to base64 encode that image before the src can be assigned, or can I do this another way?
Appery("myImage").attr('src', myURL);