Forum Discussion

DJX's avatar
DJX
Copper Contributor
Jul 07, 2025

IIS SERVER_PROTOCOL never returns HTTP2 (HTTP/2)

Using Windows Server 2025, I can not get the "SERVER_PROTOCOL" response header to return anything other than HTTP/1.1: For example, a simple classic ASP page with: <% Response.Write(Request.ServerV...