function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
andrew1.3889672359072202E12andrew1.3889672359072202E12 

Can the ajax proxy GET text files AND images

We are using the ajax proxy to GET text files and images stored on Amazon S3 into Javascript in a VF page. We get the text files ok, but the image files (png, jpg) arrive slightly mangled. By inspecting connection.js, we see that the proxy handles only two mimeTypes: text/plain and text/xml. Does that mean we can't use it to retrieve images?
EW416EW416
I'm also interested in an answer to this question.  Thanks