[Webkit-unassigned] [Bug 63090] img.crossOrigin not respected on cached images

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 21 13:55:20 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=63090





--- Comment #13 from Matthew Beale <matt.beale at madhatted.com>  2012-12-21 13:57:33 PST ---
Kenneth, your curl request is for HEAD and not GET. Try:

curl --head -X GET -H "Origin: http://fiddle.jshell.net" http://s3-us-west-1.amazonaws.com/jsfiddle/imgres-1.jpeg

You will receive:

HTTP/1.1 200 OK
x-amz-id-2: GmcjGP0tZOHdbuZPOxkk+NzYTR9/oRT1G2O2Y7GhV7uctzhLz5E3ppw+dg/mbdh0
x-amz-request-id: FC7C2B7427CA3014
Date: Fri, 21 Dec 2012 21:50:21 GMT
Access-Control-Allow-Origin: http://fiddle.jshell.net
Access-Control-Allow-Methods: PUT, GET
Access-Control-Max-Age: 300
Access-Control-Allow-Credentials: true
Last-Modified: Fri, 21 Dec 2012 15:28:53 GMT
ETag: "a1c3d2e8bb3fc2d09a7d2b299c82b8ad"
Accept-Ranges: bytes
Content-Type: image/jpeg
Content-Length: 6497
Server: AmazonS3

Which is a correct set of headers- furthermore the jsfiddle was corrected and showed the issue appropriately.

It would he helpful to re-open this so we can track it! Thanks.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list