Closed
Bug 886235
Opened 12 years ago
Closed 11 years ago
XMLHttpRequest gets stuck on redirects for CORS requests in Web Workers
Categories
(Core :: DOM: Workers, defect)
Core
DOM: Workers
Tracking
()
RESOLVED
DUPLICATE
of bug 882458
People
(Reporter: costan, Unassigned)
References
()
Details
Attachments
(2 files)
|
1.11 KB,
text/plain
|
Details | |
|
27.93 KB,
patch
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.52 Safari/537.36
Steps to reproduce:
I am firing a CORS XMLHttpRequest in a Web Worker.
Actual results:
The server responds with a 302, which is not followed
Expected results:
Firing the same request outside the Web Worker results in the 302 being followed. I expect the same behavior to happen inside the Web Worker.
The attached test case illustrates the issue, and passes in Google Chrome.
| Reporter | ||
Comment 1•12 years ago
|
||
I also uploaded the test case to jsbin, for easy inspection.
http://jsbin.com/ekixoq/1
FWIW, I also tried this on the builds from the Beta and Aurora channels.
OS: Mac OS X → All
Hardware: x86 → All
Updated•12 years ago
|
Component: General → DOM: Workers
Comment 2•11 years ago
|
||
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Firefox/31.0
Build ID: 20140420030202
test case for comment 0 and comment 1 not works, but I could confirm this bug if I add xhr.onerror handler to catch error.
http://jsbin.com/ekixoq/4
Comment 3•11 years ago
|
||
Hmm, it seems that bug 882458 treats similar issue, and when apply the patch (attachment 761764 [details] [diff] [review]) to current mozilla-central [1] source tree and build, I can confirm that reported test case in comment 1 and comment 4 both show "Test result: PASSED".
[1] http://hg.mozilla.org/mozilla-central/rev/180254
Maybe the root cause of this bug is same to bug 882458, so we can resolve this bugs as DUPLICATE of bug 882458?
Flags: needinfo?(bent.mozilla)
Yeah, let's DUP.
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(bent.mozilla)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•