CONSOLE ERROR: Access to XMLHttpRequest at 'http://localhost:8000/xmlhttprequest/resources/cross-site-progress-events.cgi' from origin 'http://127.0.0.1:8000' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. CONSOLE ERROR: Access to XMLHttpRequest at 'http://localhost:8000/xmlhttprequest/resources/cross-site-progress-events.cgi' from origin 'http://127.0.0.1:8000' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Test that upload progress events are not dispatched for simple cross-origin requests (i.e. if the listener is set after calling send(), and there are no other reasons to make a preflight request). Test 1: The URL is allowed for cross-origin requests onprogress onload Response length: 8388608 Test 2: The URL is not allowed for cross-origin requests onerror (expected) Response length: 0 Test 3: The URL is not allowed for cross-origin requests and at least one upload event is listened for before doing the send. upload.onloadstart upload.onerror (expected) onerror (expected) Response length: 0