OLD | NEW |
(Empty) | |
| 1 CONSOLE MESSAGE: line 1: POST MODIFICATION SUCCESS! |
| 2 Tests modifying a GET into a POST. |
| 3 |
| 4 Test started |
| 5 Network agent enabled |
| 6 Fetch interception enabled |
| 7 Page agent enabled |
| 8 Network.interceptedRequest ID 1 GET redirect-iframe.html |
| 9 Network.allowRequest ID 1 |
| 10 Network.responseReceived redirect-iframe.html 200 text/html interceptId = ID 1 |
| 11 Network.interceptedRequest ID 2 GET redirect1.pl |
| 12 Network.modifyRequest ID 2: url redirect1.pl -> post-echo.pl; method "GET" -> "P
OST"; postData undefined -> "console.log('POST MODIFICATION SUCCESS!');" |
| 13 Network.responseReceived redirect1.pl 200 text/plain interceptId = ID 2 |
| 14 Page.frameStoppedLoading |
| 15 |
OLD | NEW |