From 3bbf62b5a4af05fc60f67de924c72c576779d560 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 23 Mar 2021 00:24:59 +0100 Subject: http: strip default port from URL sent to proxy To make sure the Host: header and the URL provide the same authority portion when sent to the proxy, strip the default port number from the URL if one was provided. Reported-by: Michael Brown Fixes #6769 Closes #6778 --- tests/data/test659 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/data/test659 b/tests/data/test659 index 476edcc4c..ef7cf12ef 100644 --- a/tests/data/test659 +++ b/tests/data/test659 @@ -43,7 +43,7 @@ proxy -GET http://www.example.com:80/ HTTP/1.1 +GET http://www.example.com/ HTTP/1.1 Host: www.example.com Accept: */* Proxy-Connection: Keep-Alive -- cgit v1.2.1