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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/navigation/post-basic-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: Update a comment in FlagExpectations/site-per-process to match bug title. 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 This page was requested with the HTTP method POST. 1 This page was requested with the HTTP method POST.
2 2
3 Parameters: 3 Parameters:
4 4
5 the-input = input value goes here 5 the-input = input value goes here
6 submitwithpost = Submit with POST 6 submitwithpost = Submit with POST
7 Http headers:
8
9 HTTP_CACHE_CONTROL = max-age=0
10 HTTP_CONNECTION = keep-alive
11 HTTP_HOST = 127.0.0.1:8000
12 HTTP_ORIGIN = http://127.0.0.1:8000
13 HTTP_REFERER = http://127.0.0.1:8000/navigation/resources/page-that-posts.html
14 HTTP_UPGRADE_INSECURE_REQUESTS = 1
7 15
8 ============== Back Forward List ============== 16 ============== Back Forward List ==============
9 http://127.0.0.1:8000/navigation/resources/page-that-posts.html 17 http://127.0.0.1:8000/navigation/resources/page-that-posts.html
10 curr-> http://127.0.0.1:8000/navigation/resources/form-target.pl 18 curr-> http://127.0.0.1:8000/navigation/resources/form-target.pl
11 =============================================== 19 ===============================================
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698