| 1 | 1 | CONSOLE MESSAGE: line 9: sending a GET request to resources/xhr-exists.html
|
|---|
| 2 | 2 | CONSOLE MESSAGE: line 9: sending a GET request to resources/xhr-does-not-exist.html
|
|---|
| 3 | 3 | CONSOLE MESSAGE: line 9: sending a POST request to resources/post-target.cgi
|
|---|
| 4 | 4 | CONSOLE MESSAGE: line 9: sending a GET request to http://localhost:8000/devtools/resources/xhr-exists.html
|
|---|
| 5 | | CONSOLE ERROR: Fetch API cannot load http://localhost:8000/devtools/resources/xhr-exists.html. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
|
|---|
| 5 | CONSOLE ERROR: Failed to load http://localhost:8000/devtools/resources/xhr-exists.html: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
|
|---|
| 6 | 6 | CONSOLE MESSAGE: line 9: sending a GET request to resources/xhr-exists.html
|
|---|
| 7 | 7 | CONSOLE MESSAGE: line 9: sending a GET request to resources/xhr-does-not-exist.html
|
|---|
| 8 | 8 | CONSOLE MESSAGE: line 9: sending a POST request to resources/post-target.cgi
|
|---|
| 9 | 9 | CONSOLE MESSAGE: line 9: sending a GET request to http://localhost:8000/devtools/resources/xhr-exists.html
|
|---|
| 10 | | CONSOLE ERROR: Fetch API cannot load http://localhost:8000/devtools/resources/xhr-exists.html. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
|
|---|
| 10 | CONSOLE ERROR: Failed to load http://localhost:8000/devtools/resources/xhr-exists.html: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
|
|---|
| 11 | 11 | Tests that fetch logging works when XMLHttpRequest Logging is Enabled and doesn't show logs when it is Disabled.
|
|---|
| 12 | 12 |
|
|---|
| 13 | 13 | console-fetch-logging.html:4 sending a GET request to resources/xhr-exists.html
|
|---|
| 14 | | network-test.js:48 Fetch complete: GET "http://127.0.0.1:8000/devtools/resources/xhr-exists.html".makeFetch @ network-test.js:48requestHelper @ console-fetch-logging.html:11step1 @ console-fetch-logging.html:24makeRequests @ console-fetch-logging.html:18(anonymous) @ VM:1
|
|---|
| 15 | 14 | console-fetch-logging.html:4 sending a GET request to resources/xhr-does-not-exist.html
|
|---|
| 16 | | network-test.js:48 GET http://127.0.0.1:8000/devtools/resources/xhr-does-not-exist.html 404 (Not Found)makeFetch @ network-test.js:48requestHelper @ console-fetch-logging.html:11step2 @ console-fetch-logging.html:30
|
|---|
| 17 | | network-test.js:48 Fetch complete: GET "http://127.0.0.1:8000/devtools/resources/xhr-does-not-exist.html".makeFetch @ network-test.js:48requestHelper @ console-fetch-logging.html:11step2 @ console-fetch-logging.html:30
|
|---|
| 15 | VM:58 GET http://127.0.0.1:8000/devtools/resources/xhr-does-not-exist.html 404 (Not Found)
|
|---|
| 16 | makeFetch @ VM:58
|
|---|
| 17 | requestHelper @ console-fetch-logging.html:11
|
|---|
| 18 | step2 @ console-fetch-logging.html:30
|
|---|
| 19 | setTimeout (async)
|
|---|
| 20 | delayCallback @ console-fetch-logging.html:9
|
|---|
| 21 | Promise resolved (async)
|
|---|
| 22 | requestHelper @ console-fetch-logging.html:11
|
|---|
| 23 | step1 @ console-fetch-logging.html:24
|
|---|
| 24 | makeRequests @ console-fetch-logging.html:18
|
|---|
| 25 | (anonymous) @ VM:1
|
|---|
| 18 | 26 | console-fetch-logging.html:4 sending a POST request to resources/post-target.cgi
|
|---|
| 19 | | network-test.js:48 Fetch complete: POST "http://127.0.0.1:8000/devtools/resources/post-target.cgi".makeFetch @ network-test.js:48requestHelper @ console-fetch-logging.html:11step3 @ console-fetch-logging.html:36
|
|---|
| 20 | 27 | console-fetch-logging.html:4 sending a GET request to http://localhost:8000/devtools/resources/xhr-exists.html
|
|---|
| 21 | | console-fetch-logging.html:1 Fetch API cannot load http://localhost:8000/devtools/resources/xhr-exists.html. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
|
|---|
| 28 | console-fetch-logging.html:1 Failed to load http://localhost:8000/devtools/resources/xhr-exists.html: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
|
|---|
| 29 | 2Fetch finished loading: GET "<URL>".
|
|---|
| 30 | VM:58 Fetch failed loading: GET "http://127.0.0.1:8000/devtools/resources/xhr-does-not-exist.html".
|
|---|
| 31 | makeFetch @ VM:58
|
|---|
| 32 | requestHelper @ console-fetch-logging.html:11
|
|---|
| 33 | step2 @ console-fetch-logging.html:30
|
|---|
| 34 | setTimeout (async)
|
|---|
| 35 | delayCallback @ console-fetch-logging.html:9
|
|---|
| 36 | Promise resolved (async)
|
|---|
| 37 | requestHelper @ console-fetch-logging.html:11
|
|---|
| 38 | step1 @ console-fetch-logging.html:24
|
|---|
| 39 | makeRequests @ console-fetch-logging.html:18
|
|---|
| 40 | (anonymous) @ VM:1
|
|---|
| 41 | VM:58 Fetch finished loading: POST "http://127.0.0.1:8000/devtools/resources/post-target.cgi".
|
|---|
| 42 | makeFetch @ VM:58
|
|---|
| 43 | requestHelper @ console-fetch-logging.html:11
|
|---|
| 44 | step3 @ console-fetch-logging.html:36
|
|---|
| 45 | setTimeout (async)
|
|---|
| 46 | delayCallback @ console-fetch-logging.html:9
|
|---|
| 47 | Promise resolved (async)
|
|---|
| 48 | requestHelper @ console-fetch-logging.html:11
|
|---|
| 49 | step2 @ console-fetch-logging.html:30
|
|---|
| 50 | setTimeout (async)
|
|---|
| 51 | delayCallback @ console-fetch-logging.html:9
|
|---|
| 52 | Promise resolved (async)
|
|---|
| 53 | requestHelper @ console-fetch-logging.html:11
|
|---|
| 54 | step1 @ console-fetch-logging.html:24
|
|---|
| 55 | makeRequests @ console-fetch-logging.html:18
|
|---|
| 56 | (anonymous) @ VM:1
|
|---|
| 22 | 57 | console-fetch-logging.html:4 sending a GET request to resources/xhr-exists.html
|
|---|
| 23 | 58 | console-fetch-logging.html:4 sending a GET request to resources/xhr-does-not-exist.html
|
|---|
| 24 | | network-test.js:48 GET http://127.0.0.1:8000/devtools/resources/xhr-does-not-exist.html 404 (Not Found)makeFetch @ network-test.js:48requestHelper @ console-fetch-logging.html:11step2 @ console-fetch-logging.html:30
|
|---|
| 59 | VM:58 GET http://127.0.0.1:8000/devtools/resources/xhr-does-not-exist.html 404 (Not Found)
|
|---|
| 60 | makeFetch @ VM:58
|
|---|
| 61 | requestHelper @ console-fetch-logging.html:11
|
|---|
| 62 | step2 @ console-fetch-logging.html:30
|
|---|
| 63 | setTimeout (async)
|
|---|
| 64 | delayCallback @ console-fetch-logging.html:9
|
|---|
| 65 | Promise resolved (async)
|
|---|
| 66 | requestHelper @ console-fetch-logging.html:11
|
|---|
| 67 | step1 @ console-fetch-logging.html:24
|
|---|
| 68 | makeRequests @ console-fetch-logging.html:18
|
|---|
| 69 | (anonymous) @ VM:1
|
|---|
| 25 | 70 | console-fetch-logging.html:4 sending a POST request to resources/post-target.cgi
|
|---|
| 26 | 71 | console-fetch-logging.html:4 sending a GET request to http://localhost:8000/devtools/resources/xhr-exists.html
|
|---|
| 27 | | console-fetch-logging.html:1 Fetch API cannot load http://localhost:8000/devtools/resources/xhr-exists.html. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
|
|---|
| 72 | console-fetch-logging.html:1 Failed to load http://localhost:8000/devtools/resources/xhr-exists.html: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
|
|---|
| 28 | 73 |
|
|---|