Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-post-expected.txt

Issue 2225383003: Origin header should be preserved in http requests made via OpenURL code path. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698