OLD | NEW |
1 Tests that a POST request in a frame is handled correctly. If this test passes,
you will see a page indicating a form was POSTed. | 1 Tests that a POST request in a frame is handled correctly. If this test passes,
you will see a page indicating a form was POSTed. |
2 | 2 |
3 | 3 |
4 | 4 |
5 -------- | 5 -------- |
6 Frame: '<!--framePath //<!--frame0-->-->' | 6 Frame: '<!--framePath //<!--frame0-->-->' |
7 -------- | 7 -------- |
8 This page was requested with the HTTP method POST. | 8 This page was requested with the HTTP method POST. |
9 | 9 |
10 Parameters: | 10 Parameters: |
11 | 11 |
12 the-input = input value goes here | 12 the-input = input value goes here |
13 submitwithpost = Submit with POST | 13 submitwithpost = Submit with POST |
| 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/resources/page-that-posts.html |
| 21 HTTP_UPGRADE_INSECURE_REQUESTS = 1 |
14 | 22 |
15 ============== Back Forward List ============== | 23 ============== Back Forward List ============== |
16 http://127.0.0.1:8000/navigation/post-frames.html | 24 http://127.0.0.1:8000/navigation/post-frames.html |
17 http://127.0.0.1:8000/navigation/resources/page-that-posts.html (in
frame "<!--framePath //<!--frame0-->-->") | 25 http://127.0.0.1:8000/navigation/resources/page-that-posts.html (in
frame "<!--framePath //<!--frame0-->-->") |
18 curr-> http://127.0.0.1:8000/navigation/post-frames.html | 26 curr-> http://127.0.0.1:8000/navigation/post-frames.html |
19 http://127.0.0.1:8000/navigation/resources/form-target.pl (in frame
"<!--framePath //<!--frame0-->-->") | 27 http://127.0.0.1:8000/navigation/resources/form-target.pl (in frame
"<!--framePath //<!--frame0-->-->") |
20 =============================================== | 28 =============================================== |
OLD | NEW |