Ver código fonte

docs: add changelog for pr #12773

zmstone 2 anos atrás
pai
commit
d7b54b3a53
1 arquivos alterados com 8 adições e 0 exclusões
  1. 8 0
      changes/ce/fix-12773.en.md

+ 8 - 0
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."
+
+