OLD | NEW |
1 Tests that a POST targetted to a frame is handled correctly when navigating away
and coming back to the page. | 1 Tests that a POST targetted to a frame is handled correctly when navigating away
and coming back to the page. |
2 | 2 |
3 | 3 |
4 | 4 |
5 | 5 |
6 -------- | 6 -------- |
7 Frame: 'target-frame' | 7 Frame: 'target-frame' |
8 -------- | 8 -------- |
9 This page was requested with the HTTP method POST. | 9 This page was requested with the HTTP method POST. |
10 | 10 |
11 Parameters: | 11 Parameters: |
12 | 12 |
13 the-input = input value goes here | 13 the-input = input value goes here |
| 14 Http headers: |
| 15 |
| 16 HTTP_CACHE_CONTROL = max-age=0 |
| 17 HTTP_CONNECTION = keep-alive |
| 18 HTTP_HOST = 127.0.0.1:8000 |
| 19 HTTP_ORIGIN = http://127.0.0.1:8000 |
| 20 HTTP_REFERER = http://127.0.0.1:8000/navigation/post-frames-goback1.html |
| 21 HTTP_UPGRADE_INSECURE_REQUESTS = 1 |
14 | 22 |
15 ============== Back Forward List ============== | 23 ============== Back Forward List ============== |
16 curr-> http://127.0.0.1:8000/navigation/post-frames-goback1.html | 24 curr-> http://127.0.0.1:8000/navigation/post-frames-goback1.html |
17 http://127.0.0.1:8000/navigation/resources/form-target.pl (in frame
"target-frame") | 25 http://127.0.0.1:8000/navigation/resources/form-target.pl (in frame
"target-frame") |
18 http://127.0.0.1:8000/navigation/resources/go-back.html | 26 http://127.0.0.1:8000/navigation/resources/go-back.html |
19 =============================================== | 27 =============================================== |
OLD | NEW |