In chrome 22 & safari 6.
Loading images from s3 for usage in a canvas (with extraction as a primary intent) using a CORS enabled S3 bucket, with the following code:<
What CORS settings are you applying? This post suggests that wildcards in AllowedOrigin
are parsed (rather then being sent verbatim, this appears to be undocumented behaviour); and the Access-Control-Allow-Origin
header value is then cached for subsequent requests, causing issues similar to what you're reporting.