| CONSOLE MESSAGE: line 54: Origin http://127.0.0.1:8000 is not allowed by Access-Control-Allow-Origin. |
| CONSOLE MESSAGE: line 54: XMLHttpRequest cannot load http://localhost:8080/xmlhttprequest/resources/forbidden.txt due to access control checks. |
| CONSOLE MESSAGE: Origin http://127.0.0.1:8000 is not allowed by Access-Control-Allow-Origin. |
| CONSOLE MESSAGE: XMLHttpRequest cannot load http://localhost:8080/xmlhttprequest/resources/forbidden.txt due to access control checks. |
| This tests that unsafe redirects won't be allowed when making an XMLHttpRequest. |
| Sync XHR started. |
| readyState change 1 |
| readyState change 4 |
| Error event. |
| Exception: NetworkError: A network error occurred. |
| Async XHR started. |
| readyState change 1 |
| readyState change 4 |
| SUCCESS: Error handler was called with readyState 4 |