Bug 89419

Summary: TestFailures is broken by Access-Control-Allow-Origin: * on build.webkit.org
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: abarth, ap, dpranke, lforschler, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Simon Fraser (smfr) 2012-06-18 21:53:50 PDT
Now that b.w.o returns Access-Control-Allow-Origin: * on all requests, build.webkit.org/TestFailures is broken because of:

XMLHttpRequest cannot load http://build.webkit.org/results/Apple%20Lion%20Debug%20WK1%20(Tests)/. Request header field Accept-Encoding is not allowed by Access-Control-Allow-Headers.

So I guess we need to have the server return
Access-Control-Allow-Headers: *
as well?
Comment 1 Simon Fraser (smfr) 2012-06-19 11:36:20 PDT
This only seems to be an issue on my home machine. Need to investigate further.