[Webkit-unassigned] [Bug 53790] origin header not set when doing cross site worker.importScript.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 4 11:13:00 PST 2011


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





--- Comment #2 from Adam Barth <abarth at webkit.org>  2011-02-04 11:13:00 PST ---
Generally, requests get an origin header if their method isn't GET or HEAD or if they're using CORS.  My understanding is that importScript is a GET request and does not use CORS.  Therefore, it doesn't need an Origin header.

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