diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-04-23 15:58:21 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-04-28 21:02:37 +0200 |
commit | 6ba2e88a642434bd0ffa95465e4a7d034d03ea10 (patch) | |
tree | 82958caeabc8de706f5d3ffd0811e5c13e9e1c07 /tests/data/test287 | |
parent | 1f8a337e41b436bd763ebe57702ce03996359952 (diff) |
CURLOPT_HEADEROPT: default to separate
Make the HTTP headers separated by default for improved security and
reduced risk for information leakage.
Bug: http://curl.haxx.se/docs/adv_20150429.html
Reported-by: Yehezkel Horowitz, Oren Souroujon
Diffstat (limited to 'tests/data/test287')
-rw-r--r-- | tests/data/test287 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test287 b/tests/data/test287 index ec4dfeb05..6772e220f 100644 --- a/tests/data/test287 +++ b/tests/data/test287 @@ -28,7 +28,7 @@ http HTTP proxy CONNECT with custom User-Agent header </name> <command> -http://test.remote.example.com.287:%HTTPPORT/path/287 -H "User-Agent: looser/2007" --proxy http://%HOSTIP:%HTTPPORT --proxytunnel +http://test.remote.example.com.287:%HTTPPORT/path/287 -H "User-Agent: looser/2015" --proxy http://%HOSTIP:%HTTPPORT --proxytunnel --proxy-header "User-Agent: looser/2007" </command> </client> |