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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 21 14:36:46 PDT 2011


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





--- Comment #4 from Adam Barth <abarth at webkit.org>  2011-06-21 14:36:46 PST ---
That response is broken.  It's saying that we should cache the result, but the response varies according to the Origin header in the request.  The server either needs to send a "Vary: Origin" header, not vary the response according to the Origin header, or tell us not to cache the response.

(Note: Even if the server correctly sends "Vary: Origin", we'll still need to fix Bug 61223 to get the right behavior.)

-- 
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