I need to request client to downgrade http protocol version from 2 to 1.1. Is it possible to send HTTP_1_1_REQUIRED from ASP.NET Core controller. For me it seems that this can be done only on some lower level than we can access in such a controller. But I was told that HttpReceiveClientCertificate does this in case it can’t find the certificate.