Open itsjunetime opened 3 years ago
Since HTTP header fields are case-insensitive (see here), we have to check for both Host and host for the http host header. This checks for the existence of host: if Host: returns nothing.
Host
host
host:
Host:
Since HTTP header fields are case-insensitive (see here), we have to check for both
Host
andhost
for the http host header. This checks for the existence ofhost:
ifHost:
returns nothing.