From d7b54b3a53a329efe6a0905884c926d879576aee Mon Sep 17 00:00:00 2001 From: zmstone Date: Sat, 23 Mar 2024 10:41:46 +0100 Subject: [PATCH] docs: add changelog for pr #12773 --- changes/ce/fix-12773.en.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changes/ce/fix-12773.en.md diff --git a/changes/ce/fix-12773.en.md b/changes/ce/fix-12773.en.md new file mode 100644 index 000000000..c4a1f80aa --- /dev/null +++ b/changes/ce/fix-12773.en.md @@ -0,0 +1,8 @@ +Upgrade HTTP client libraries. + +The HTTP client library (`gun-1.3`) incorrectly appends a `:portnumber` suffix to the `Host` header for +standard ports (`http` on port 80, `https` on port 443). This could cause compatibility issues with servers or +gateways performing strict `Host` header checks (e.g., AWS Lambda, Alibaba Cloud HTTP gateways), leading to +errors such as `InvalidCustomDomain.NotFound` or "The specified CustomDomain does not exist." + +