OLD | NEW |
1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec
ause of its detrimental effects to the end user's experience. For more help, che
ck http://xhr.spec.whatwg.org/. | 1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec
ause of its detrimental effects to the end user's experience. For more help, che
ck http://xhr.spec.whatwg.org/. |
2 CONSOLE ERROR: XMLHttpRequest cannot load http://127.0.0.1:8000/xmlhttprequest/r
esources/get.txt. No 'Access-Control-Allow-Origin' header is present on the requ
ested resource. Origin 'http://localhost:8000' is therefore not allowed access. | 2 CONSOLE ERROR: XMLHttpRequest cannot load http://127.0.0.1:8000/xmlhttprequest/r
esources/get.txt. No 'Access-Control-Allow-Origin' header is present on the requ
ested resource. Origin 'http://localhost:8000' is therefore not allowed access.
Alternatively, if you want an opaque response, switch to The Fetch API in 'no-co
rs' mode. |
3 CONSOLE ERROR: XMLHttpRequest cannot load http://127.0.0.1:8000/xmlhttprequest/r
esources/get.txt. No 'Access-Control-Allow-Origin' header is present on the requ
ested resource. Origin 'http://localhost:8000' is therefore not allowed access. | 3 CONSOLE ERROR: XMLHttpRequest cannot load http://127.0.0.1:8000/xmlhttprequest/r
esources/get.txt. No 'Access-Control-Allow-Origin' header is present on the requ
ested resource. Origin 'http://localhost:8000' is therefore not allowed access.
Alternatively, if you want an opaque response, switch to The Fetch API in 'no-co
rs' mode. |
4 Specifying that an IP address should match subdomains doesn't make sense. This t
est verifies that it doesn't do anything. | 4 Specifying that an IP address should match subdomains doesn't make sense. This t
est verifies that it doesn't do anything. |
5 | 5 |
6 Testing: http://127.0.0.1:8000/xmlhttprequest/resources/get.txt (sync) | 6 Testing: http://127.0.0.1:8000/xmlhttprequest/resources/get.txt (sync) |
7 FAIL: NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load
'http://127.0.0.1:8000/xmlhttprequest/resources/get.txt'. | 7 FAIL: NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load
'http://127.0.0.1:8000/xmlhttprequest/resources/get.txt'. |
8 Testing: http://127.0.0.1:8000/xmlhttprequest/resources/get.txt (async) | 8 Testing: http://127.0.0.1:8000/xmlhttprequest/resources/get.txt (async) |
9 FAIL: 0 | 9 FAIL: 0 |
10 | 10 |
OLD | NEW |