canvas - how to proxy s3 images through ec2 -


because ie10 , predecessors not support image's crossorigin, client's canvas cannot show images s3/cloudfront.

to solve problem, assume need proxy data via main server, ec2 instance.

i wondering if better use s3put data ec2 instance, or better use http proxies it.

also -- better handle in django/php/etc or better handle apache (not sure how that, maybe you've idea share).

or maybe there better way altogether handle this? mount s3 bucket drive?

here inspired way workaround problem:

http://dira.ro/2011/10/17/heroku-s3-canvas-and-the-security-error-of-doom

(i have taken similar approach, base64 encode images before putting them onto s3.)

and here way work around problem, requires flash: http://easyxdm.net/wp/


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

javascript - Clean way to programmatically use CSS transitions from JS? -

android - send complex objects as post php java -