diff --git a/xml/System.Net.Http/HttpClientHandler.xml b/xml/System.Net.Http/HttpClientHandler.xml index 2010a9971d5..26e77c2c72c 100644 --- a/xml/System.Net.Http/HttpClientHandler.xml +++ b/xml/System.Net.Http/HttpClientHandler.xml @@ -138,8 +138,8 @@ If you are using cookies by specifically adding them to the collection, these are not cleared when a redirect is followed, as the handler has no way of knowing what domain a cookie is allowed for. If you want to mimic browser behavior, use the class which allows you to specify the target domain for a cookie. > [!NOTE] -> With set to `true`, the .NET Framework will follow redirections even when being redirected to an HTTP URI from an HTTPS URI. -.NET Core versions 1.0, 1.1 and 2.0 will not follow a redirection from HTTPS to HTTP even if is set to `true`. +> On .NET Core and .NET 5 and later versions, setting to `true` **does not enable** automatic redirection to an HTTP URI from an HTTPS URI. +> Such (secure to insecure) redirections are only followed on .NET Framework. ]]>