OLD | NEW |
---|---|
1 Test field: | 1 Test field: |
2 | 2 |
3 | 3 |
4 -------- | 4 -------- |
5 Frame: 'cross-site-frame' | 5 Frame: 'cross-site-frame' |
6 -------- | 6 -------- |
7 This page was requested with the HTTP method POST. | 7 This page was requested with the HTTP method POST. |
8 | 8 |
9 Parameters: | 9 Parameters: |
10 | 10 |
11 test-field = test-value | 11 test-field = test-value |
12 Http headers: | |
13 | |
14 HTTP_CACHE_CONTROL = max-age=0 | |
15 HTTP_CONNECTION = keep-alive | |
16 HTTP_HOST = localhost:8000 | |
17 HTTP_ORIGIN = http://127.0.0.1:8000 | |
Łukasz Anforowicz
2016/08/09 17:55:51
1. When this test with --site-per-process flag, we
jww
2016/08/09 22:38:22
I'm not sure what's going on, but it is not "obvio
Łukasz Anforowicz
2016/08/10 00:03:19
The "obviously wrong" part is that behavior should
jww
2016/08/10 00:44:53
Ah, yes, agreed.
| |
18 HTTP_REFERER = http://127.0.0.1:8000/navigation/form-targets-cross-site-frame-po st.html | |
Łukasz Anforowicz
2016/08/09 17:55:51
It is interesting that Origin header above provide
jww
2016/08/09 22:38:22
Why is that surprising? One of the goals of the Or
Łukasz Anforowicz
2016/08/10 00:03:19
Thanks for the explanation. TIL :-)
| |
19 HTTP_UPGRADE_INSECURE_REQUESTS = 1 | |
OLD | NEW |